.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-top:0rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#gLDg5dxCUGsi3VxyDFTw217zJCyG515N { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:63.125rem;display:block; }
#g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wknQDyZNNCylVUnR1QELccVAgKZRhH41 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#3878ca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.625rem;left:50.9375rem;display:block; }
#anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XM2TM6NoTxXJKmIqx00n4KWGPb08dmC1 { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#VnrIcrWGRq1DXlAwWDcskoFPM4MQR9p3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#CKOGyE73lDXSpMSZpiBXwDM8vDRzJpd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc009b20-cf67-4d11-98b2-6c25296adc54/Herosectionwindow5WEBP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.5625rem;left:1.25rem;height:6.599625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { color:#f6f4f1;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.25rem;height:3.0859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { color:#f6f4f1;display:block;width:46rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9853515625rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { 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:12.8125rem;width:13.875rem;display:none; }
#keltPXxSVaOTdFqkbFKF5tPdIAhbISS6 { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T4dq1D48Z4G8rQo7C9Kpucc8k9MD3TTG { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0vMzNttniOOxB3a4f7Zo5gUSBUn8e4G { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-form-header {  }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:52.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#de740b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:52.5rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:51.125rem;overflow:hidden;font-style:normal; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-container:first-of-type{padding-top:0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-container:last-of-type{padding-bottom:0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.125rem;left:0rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.5rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg {display:block;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.125rem;left:0rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #gFDdtdE5xAD11nvbAgsamOfFL6q0RRlq { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #H6hCTSBTPWqrcZxov3whNqwfrwGaRBS5 { position:relative;display:block; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mQFFFwz4oLJuKxiCr1dpWEN0Ha2ZtJT3 { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #LpV69AfFkieDM7TdiheQDcruAIFRIKJA { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #uMWEAczuzWTuhJr1HWVQSIrKLQuoyd3X { position:relative;display:block; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #MNntp8cfZxqgromdcNUTFyRpTIIx7vzI { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mx5sZoa2wZbnktolPr9BsT5dF3W5AfUO { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #BZwvmdCr49xaxr9m8cF9QNnt1Mbnkan8 { position:relative;display:none; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #zploT8TqCQ7twTmLXPDSE6p9kLrEbOIv { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #vKrXvRtFedEISzceMwCxOS25noXTpZcO { position:relative; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #OC9Rfkav2ncqT2iSgTCviQfvfEETNBll { position:relative; }
#TGIMTElw12npMHry9iMhtbATILA2DOvw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.375rem;left:1.1875rem;overflow:hidden;display:none; }
#znlRgJlnFUP8eMts6o6vstlpH5strlud { position:absolute;display:block;z-index:15009;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.1875rem;width:2.1875rem;top:12.375rem;left:3.6875rem;overflow:hidden;display:none; }
#gEIxK1C6EaeTusTLqKltCJksIHDv583q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.375rem;left:2.4375rem;overflow:hidden;display:none; }
#DFNzp5wxwUAZg6fE0TaKDTvtxXg8MEkA { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:12.900390625rem;left:6.25rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mSFfP5AREz5oWvdzDXCCICJBhby8l6Mt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.5rem;left:1.25rem;overflow:hidden;display:block; }
#R838CLETRLsmsyZyAINqexV76JndznBr { position:absolute;display:block;z-index:15017;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.1875rem;width:2.1875rem;top:33.5rem;left:3.75rem;overflow:hidden;display:block; }
#Tr8LUNB6UCLniwCav2tC4WwPGr6kNWL4 { position:absolute;display:block;z-index:15016;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.1875rem;width:2.1875rem;top:33.5rem;left:2.5rem;overflow:hidden;display:block; }
#U3qGnMtCTwq4VPcc3nIulpXLMx1N6zDy { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:34rem;left:6.3125rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs { position:relative;display:block; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs { background-color: transparent; background-image: none; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container > .video-iframe-container { display: none; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row > .video-iframe-container { display: none; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .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); }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs { border-width: 0; border-radius: 0; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Do7ApT8ae7yFTSNPvWCSFWB6IllDmvyZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.4375rem;top:2.78125rem;left:1.6875rem;overflow:hidden;display:block; }
#VrZW7fBzGWtBe6ClpwD3RMdwaedJf4c9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.9375rem;top:2.78125rem;left:22.75rem;overflow:hidden;display:block; }
#zmTbqpioC2ocOoA6TvJ3EXJSp9JHeVBg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.875rem;top:2.78125rem;left:41.625rem;overflow:hidden;display:block; }
#FqKUgRdRtkyF3gTPHGHmmv3MKsnFmHRT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12.8125rem;top:2.875rem;left:11.9375rem;overflow:hidden;display:none; }
#xzQwz3iQuy2pw1O7FKf9xSS9eZaIh8tf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.8125rem;top:2.875rem;left:11.9375rem;overflow:hidden;display:none; }
#TQRx5oUd3Nx389QQIGTnuSLQKulic4ZR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.875rem;top:2.375rem;left:47.9375rem;overflow:hidden;display:none; }
#cTiPr1gNw6DDL274txdpVLOBAe9rV7yR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.8125rem;top:2.875rem;left:31.4375rem;overflow:hidden;display:none; }
#k2c6BMLihnSHS8PwmHhdWaw1QSHNNa4q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.875rem;top:2.78125rem;left:62.4375rem;overflow:hidden;display:block; }
#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container { background-color: transparent; background-image: none; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container > .video-iframe-container { display: none; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row > .video-iframe-container { display: none; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .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); }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container { border-width: 0; border-radius: 0; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#nvWPP9fgTltLC1S6GWUTBJlnCztKKSwD { color:#3878ca;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:4.5rem;left:19.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8rg8dBL5KKPGclsgzPk0z9C1IgfwdIb { position:absolute;display:block;z-index:15041;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:12.0625rem;left:0rem;display:block; }
#xGvR4zRxA2RmOO5DCFpO0glChKC1rRSy { position:absolute;display:block;z-index:15042;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:12.0625rem;left:10.875rem;display:block; }
#qvgoLkTMZ471aaJSzaBRZRKtJDpegJBM { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.5rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOWsSdqSlBJLh8cIOKoJ3nKRv0Buvf7L { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:14.5625rem;left:12.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0FaNgkwXaw4oyHcS2S5NgydpeV6O8NJ { position:absolute;display:block;z-index:15043;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:12.0625rem;left:25.25rem;display:block; }
#ttXCF8svcCrJ6sw80CwG0Wuv2S3HGcrW { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:14.5625rem;left:27.125rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXZtefKr4LTQ7s4hQV1GBIkgT53mEl7g { color:#4a4848;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:12.0625rem;left:37.25rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JFM9CzhUE3dTCOww7131XchNdgcLCC10 { color:#434242;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:21.4375rem;left:37.25rem;height:20.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EG8R2cT1FGe2l3UCSssTnuoLbML4LRCg { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15062;background-color:#aad38f;background-image:none;top:19.625rem;left:37.25rem;display:block; }
#s3TTEDGFLL9XR6PiGgq5Gzo6OZgGii4B { position:absolute;display:block;z-index:15043;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:16.1875rem;top:22.5rem;left:0rem;display:block; }
#DoHUhPmnvuIDTIaghBSKHPNhFrN2gUPi { position:absolute;display:block;z-index:15042;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:17.5625rem;top:22.5rem;left:17.5rem;display:block; }
#TuvND4LsQUc6KaH6l8EGxXhQPiubJPyT { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:25rem;left:21.1875rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7Bthy9gAF67AtGHVRIJDpNaq2GkSQZd { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:25rem;left:3rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3LQZNCx1htQ70xvXfX0U2qmwAhVFnSV { position:absolute;display:block;z-index:15043;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:32.8125rem;left:10.875rem;display:block; }
#vNoPy4RCFMMGmHL5kAscJiv3hpNzuDQM { position:absolute;display:block;z-index:15043;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.8125rem;left:0rem;display:block; }
#DyI7zdzb6p0zIfQgszturEtWWMVcxFzW { position:absolute;display:block;z-index:15044;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.8125rem;left:25.25rem;display:block; }
#Qw5HlMrm0Pa9XmTXzLCuy2ye0xmuinRT { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:35.306640625rem;left:1.34375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTF9tysFBvat7H0VrPFqNpNNebHRcVq9 { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:35.306640625rem;left:26.9375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iptyTl9WaNFT7wEQUtu454mDB6gAKrqR { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:35.306640625rem;left:12.4375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eb8wpheK1tTdP5FnaS5bZPFpKGZ7wFAt { color:#4a4848;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:12.0625rem;left:37.25rem;height:6.5800625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JBkuWFvJo6ma6trxxUPqNBpMvl3IIlXM { position:absolute;display:block;z-index:15021;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:11.9375rem;left:0rem;display:block; }
#AXwtXEUtmnoTod2V1tT8MkorsN7K27UC { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.5rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGfmi8y2HucW8ouO3MLWnaEzmP9Bfw6T { position:absolute;display:block;z-index:15022;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:11.9375rem;left:10.875rem;display:block; }
#imDXlCA084uN1c7K9QwgZfyVfHG0oKzt { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRiBLUtTJvrlCwU5GaguTBW8JHQVWyD3 { position:absolute;display:block;z-index:15022;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:17.5625rem;top:22.375rem;left:17.5rem;display:block; }
#KM1voq5TAOWK2UCzCiJA8lWrS8LqxtFV { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:11.9375rem;left:25.25rem;display:block; }
#XPT0RGI0NPffy6UH198p76D3Tfz4ObZx { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:26.9375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOrDipoTmPiWomwNTGK3vzGyGUNitnDA { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:14.431640625rem;left:27.09375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9EioiFUCUgF4m0VQOn4ltM83N2WLbkL { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:16.1875rem;top:22.375rem;left:0rem;display:block; }
#TvL44lrXx0t8H5DQtrRNArQVFRbgEoM9 { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:3rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBK5P30Nz6GsiRGvsleGqu0rm70XG1nV { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:32.9375rem;left:11rem;display:block; }
#mZvSqIHexAwOV0SR27Q0c7UT78paHhEe { position:absolute;display:block;z-index:15023;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.9375rem;left:0rem;display:block; }
#us4oKGeOv99RlCOsOpTAkA5bCO3mhJRH { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:1.0625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uppHmt4h3xW0t7wfeeMfAT6G1hIsRy28 { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkTsBxDkm6TRskKCzAQXISDeugQoaGWO { position:absolute;display:block;z-index:15024;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.9375rem;left:25.375rem;display:block; }
#crTstiVfsEGZQmvQ26OPT8FUPDblgTrI { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:21.1875rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JB18pHFWPIeyRxxJZKG0tsPMfWMTskr2 { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15042;background-color:#aad38f;background-image:none;top:17.505859375rem;left:37.25rem;display:none; }
#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ { 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; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container { background-color: transparent; background-image: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container > .video-iframe-container { display: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row > .video-iframe-container { display: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .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); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container { border-width: 0; border-radius: 0; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container { font-size:0.875rem;font-family:arial;height:152.4375rem;width:75rem;position:relative;display:block; }#sMXLa5U8wfiJ527LDsVt2v6o6ZfavWW7 { color:#434242;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.4375rem;left:4.3125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i1qO95XrpLgMl8TQZ4TiovaEdOzJyq9S { color:#3878ca;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rza6XFgLA22w3TiGMIL0BFERN33Lq1Pe { color:#3878ca;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:59.5rem;left:34.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WQB7BZ56lVOftiV3dWTrqtVJZliR9XQS { color:#3878ca;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.375rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFyyUXCaqh2wmNqnHMwtwp6y9itFe8HX { color:#3878ca;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:121.8125rem;left:34.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmuwkLEOZkRc0r9bqtobNOQlcziMf8la { color:#434242;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:68.875rem;left:34.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ge3BhyATB3yyAdL0xuQzGz79M0RKFHFT { color:#434242;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:100.375rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKFc8ADFDtzJmdJMG0HaBI7tDL5tZfCs { color:#434242;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:128.125rem;left:34.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtrySnm0fTSdsstmvMOSKINRUKuss384 { position:absolute;display:block;z-index:15021;background-color:#3878ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:12.5rem;top:5.1640625rem;left:62.5rem;display:none; }
#zT0cTc7DRcrmt6qOhXx0FWqvSuUJJXdQ { position:absolute;display:block;z-index:15022;background-color:#83bc53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:36.6640625rem;left:0rem;display:none; }
#i2GBNKB6toTZ8SqW9H8PFCmITBg5riRM { position:absolute;display:block;z-index:15021;background-color:#3878ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:12.5rem;top:5.1640625rem;left:62.5rem;display:none; }
#TEH6KXWrzXzmq0oQFb11oEiFFmZyxOe9 { position:absolute;display:block;z-index:15022;background-color:#83bc53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;top:36.6640625rem;left:0rem;display:none; }
#cp3LU4RUzeo83NFldU9T0499171tN83t { color:#3878ca;display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { color:#434242;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5rem;left:11.15625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyTBzHXv3nH069sNgCqzWMH5aeu8k4as { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.125rem;width:30.125rem;top:24.1875rem;left:44.9375rem;overflow:hidden;display:block; }
#m2y0OzQ7XvI49vBfb9Pulk1FeJgIdbno { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:24.125rem;left:0rem;display:block; }
#kQQfZu9RsxEKp6qWFkV5t1hdgq0TM8HI { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15044;background-color:#aad38f;background-image:none;top:34.5rem;left:4.3125rem;display:block; }
#OA8xQxMQD1vIbXd3kWmfexLmOaT1mhnQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:55.5625rem;left:0rem;display:block; }
#mLP6GxrOWdgHWQlE4iN7yXCV5TkKW8fG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.1875rem;width:30.0625rem;top:55.5625rem;left:0rem;overflow:hidden;display:block; }
#v3RpInNIL6npEa1F0do9hqkT3ePGAkN9 { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15045;background-color:#aad38f;background-image:none;top:65.4375rem;left:34.4375rem;display:block; }
#D6p9hErau9OPSz0rPPixPsFUu4HBcxPr { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:86.8125rem;left:0rem;display:block; }
#ss9enbipJp3PqLrAMQ81dV8kRp8TpvU6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:30.0625rem;top:86.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#R1ZnXxfSwRqnHi6F1szsMduuCgTFOSUg { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15046;background-color:#aad38f;background-image:none;top:97.3125rem;left:4.3125rem;display:block; }
#r6Pis6SXgv0He7qWNciF0arWsmET7A5V { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:30.0625rem;top:117.9375rem;left:0rem;overflow:hidden;display:block; }
#NPuZB1N2Mi4Cldi0VrUxQmK16hCR2uS9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:117.9375rem;left:0rem;display:block; }
#v5HEcUDfQ99qRZ1tnBLpBGDcxwMBJGTb { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15047;background-color:#aad38f;background-image:none;top:125.3125rem;left:34.4375rem;display:block; }
#NChaT2tLPBraZgmBUOlqnXttTevh3ybG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:14.5rem;left:0rem;display:none; }
#MHtRz3XZRiXK3cHGupM6Twav2qQ6AOTw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:14.5rem;left:0rem;display:none; }
#SPeVbTVTzMhAieqvfpFfH3hzTCVuwWTl { color:#434242;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.5625rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { background-color: transparent; background-image: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .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); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { border-width: 0; border-radius: 0; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#Daq79i3myZqHCr341Mo6ECKIgdofLTWl { color:#3878ca;display:block;width:68.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HNWA4xqWdocv9fFIxTM4RF2lmgpTbprs { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.375rem;top:11.6875rem;left:0rem;display:block; }
#q3qdSIrHq0OdsWsHHpDdzeGoRDJv1vVT { color:#747474;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2.625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0fOVkgrQ5EkU0sE3xRp23T1GSJIFxiT { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21rem;left:8.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDfIbhEyw1d3TVWV67J20FrGpOUDgCNz { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMZaI6WNQeHJvqJdbodMgkKLL0mExo5O { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbcT6x5ylWZr8cEI6kFZt7DTuwfTTTPq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.125rem;left:9.875rem; }
#wT1CF68bm818Hw1cIUgDVIKtWHuFFdGD { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.4375rem;top:11.6875rem;left:25.8125rem;display:block; }
#eNKWEawN801q3pirKilzDvx6cczAx4a9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.5rem;top:11.6875rem;left:51.5rem;display:block; }
#UhxfpUErWfdabcCWo1lcsgJwVS7ls3GO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:35.5rem; }
#kayGgAtCKn6CLROPdcOrdFFuKZMClneu { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:28.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qm1Sz9Gw3TK64ilfEr3tcTJf02u72pxu { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:34.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3lS3V4oovgVNmgzsRwcq5DOHp4qZX47 { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:30.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArzB94PHaJetkPB2bRg1U4S083i2SA9o { color:#747474;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.9375rem;left:28.1875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nk09Q1r4Peegub5b315UvMsT9lLurTDb { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:54.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtvNAP75iqlXd6PsM7yS8s2XMGBau4B5 { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:60.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUdsgvgMBRn3FZNpZzh8HRKpiUPWPWox { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.6875rem;left:56.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmJbwM19ELswy5SUp8RnL8R1SOLdegaE { color:#747474;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.9375rem;left:54.625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9O21l4RzQuLouTIU34RIl6PPutdaXq0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.375rem;left:61.6875rem; }
#FlTG8gMdAUboVtIRxwZGRs5FbwRvwVum { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.625rem;left:0rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container { background-color: transparent; background-image: none; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container > .video-iframe-container { display: none; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row > .video-iframe-container { display: none; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .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); }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container { border-width: 0; border-radius: 0; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#aVZr0Zl47CFTAHh7S2e5ZoTmdyO8K6mG { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H1fZGvSl0lwanWGdFUGUwfTMZ860pHhs { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6875rem;left:51.375rem;display:block; }
#teBSmuI3Jz46xRlRq2B12rRHJ9FIhyVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tafE60aU6eegSCO06tMzq1HeEdVKLM5U { color:#ededed;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7rem;left:50.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.28);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; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { color:#3878ca;display:block;width:62.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { position:absolute;display:block;z-index:15005;background-color:#434242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:12.75rem;display:block; }
#Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:12.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { color:#747474;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:7.03125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { color:#747474;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:28.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { position:absolute;display:block;z-index:15008;background-color:#434242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:36.03125rem;display:block; }
#HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.8125rem;left:36.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { color:#747474;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:50.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { position:absolute;display:block;z-index:15011;background-color:#83bc53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:59.375rem;display:block; }
#dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:59.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.0625rem;left:23.0625rem;overflow:hidden;display:block; }
#SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.0625rem;left:46.71875rem;overflow:hidden;display:block; }
#cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { color:#303233;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.4375rem;left:5.28125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { color:#303233;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.4375rem;left:28.375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { color:#303233;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.4375rem;left:51.59375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { background-color: transparent; background-image: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container > .video-iframe-container { display: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container { display: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .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); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { border-width: 0; border-radius: 0; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#VWJ8VcwZK0ykiMS9zER340xwcNFTJKeg { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:4.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTpICRcLqThs3tKmReLC1Fw4TvHH6alG { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:3.59375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqTNAgD8RT86TOLsFWgmZfVh9kxguT6k { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5ikbGCwnKfHPufBsIAt27GKdSfQBv7k { color:#434242;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:28.53125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFT7B466HMlSKeFxuRTmgRSJ9aKJvTxp { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:54.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpChbKSAmWPhucb200OaSmC10IeB0tTN { color:#434242;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:52.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ND35bcuTURNpaMShT2uEniKSV51PTsFR { color:#3878ca;display:block;width:62.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:6.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2x5HHVRvHuSHBMaTb6wGy5VNABemwBJ { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:3.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtXqeIEDu2C0zyZ9TPRRutoEnztzTuwG { color:#434242;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:40.625rem;left:2.96875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZU1zU5MmoLhSgL8mTOTPiLkGZJ9br6Ii { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:29.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnPwiObva46tVvhaJnwbJcPf4VThP33O { color:#434242;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:40.625rem;left:28.09375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pR4WGwH5R0E3iGi47E0nmJPlAr47valK { color:#83bc53;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:52rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2g6M6t7AB2ReD9TB4wPN89VcyTlApoH { color:#434242;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:40.625rem;left:53.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbJI0BA3xVkPseum1o4KUE6VI4SsShgq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.9375rem;left:60.3125rem;overflow:hidden;display:block; }
#IhSuQckaEIUeTvaTNk9Md8pTIARdbyWJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.13671875rem;left:10.3125rem;overflow:hidden;display:block; }
#Ke1cOF6Uv6LG2ULoVBhKIcDxtdxUhJ1N { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.13671875rem;left:35.3125rem;overflow:hidden;display:block; }
#dGyCqiuKH73Idw7VeTRuSphGXqRQGr6B { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.9375rem;left:10.3125rem;overflow:hidden;display:block; }
#VT508yV4yq0wq4Ic5Lx8oXkvsTHZtG36 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.13671875rem;left:60.3125rem;overflow:hidden;display:block; }
#qKN1338GS4VORIr0EORvhuXeV5UVcSe1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.9375rem;left:35.3125rem;overflow:hidden;display:block; }
#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { 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; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { background-color: transparent; background-image: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container > .video-iframe-container { display: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container { display: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .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); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { border-width: 0; border-radius: 0; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { color:#3878ca;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:16.28125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { color:#434242;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.8125rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.9375rem;width:36.625rem;top:28.25rem;left:0rem;overflow:hidden;display:block; }
#GWbe516Au1eb00wKlErxsTWBNADsW0du { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.9375rem;width:36.625rem;top:28.25rem;left:38.375rem;overflow:hidden;display:block; }
#VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.8125rem;left:65.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#B3krURq9azfGzMFPBRSlBq4LU20rbsMC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container { background-color: transparent; background-image: none; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container > .video-iframe-container { display: none; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row > .video-iframe-container { display: none; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .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); }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container { border-width: 0; border-radius: 0; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#CA5pfSOD6u8lR2qAdqgo36LgcuooXWS1 { color:#ededed;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zh0rTWOryaE4u1T3OAVdADpIewufKxiT { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:48.6875rem;display:block; }
#MSMBK3NCT49aQO9KkPE4WS4EMTtnC1tA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGroR7KOevAxe7BHTWIdSWTHK15o9bTr { color:#ededed;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:49.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foeqKtanLRgDnlFFRL8alJb33EKUT1gU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container { background-color: transparent; background-image: none; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container > .video-iframe-container { display: none; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row > .video-iframe-container { display: none; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .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); }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container { border-width: 0; border-radius: 0; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container { font-size:0.875rem;font-family:arial;height:222.6875rem;width:75rem;position:relative;display:block; }#sVtzNmO0Vy0rMNVTIgQHtxFCRHbu6TmU { display:block;width:68.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:3.21875rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#qkyWavLp7B79AMdgpTis55OChZpoP5LE { color:#434242;display:block;width:69.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.0625rem;left:2.6875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cBaoEopIdhnTi5PeQZhoIgSh6S6PIKfB { border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.375rem;width:26rem;position:absolute;display:block;z-index:15015;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.5625rem;left:0.125rem;overflow:hidden;display:block; }
#Ut9xkxE9QnN7TGvPJrdW54G1lfl8UhLF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.375rem;width:23.3125rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#o7lRJf5QzbHJkxv8h99X7fELk6BcThGJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.375rem;width:23.375rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.5625rem;left:51.625rem;overflow:hidden;display:block; }
#QTiKEHOVglI3f4QKCsny4aJf2H83qw2O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:36.875rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:104.0625rem;left:0rem;overflow:hidden;display:block; }
#MEl8zTH0TLgqMK0XD8kfK8TnM8RuX3Zf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.375rem;width:37rem;position:absolute;display:block;z-index:15022;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:50rem;left:0rem;overflow:hidden;display:block; }
#pdbl1FVyI0H85WUuNMIFiU1rBV6G1kgM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.375rem;width:37.0625rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:50rem;left:37.9375rem;overflow:hidden;display:block; }
#Qgcam8csQwyX3hOhrkUT0QF3eyELcIR6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.875rem;width:75rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:78.375rem;left:0rem;overflow:hidden;display:block; }
#IuvB3rFyFmfy4NI0PrEGqzBOHoShNpUq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:36.875rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:104.0625rem;left:38.125rem;overflow:hidden;display:block; }
#o7TE8EvB7g4wvgFm43Ben4BDMbpe2qVG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:126.5625rem;left:0rem;overflow:hidden;display:block; }
#TaOP1cuqW26aX4U6NWyzxPX5L6eJ6dxn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5rem;width:36.8125rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:126.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#TMR7OPMGmESs0egR38vpBf0cRhbzxanp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:155.3125rem;left:0rem;overflow:hidden;display:block; }
#EtQe9tXDIdJcl5vo1yhKwGVsuxCyncZy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15019;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:155.3125rem;left:38.125rem;overflow:hidden;display:block; }
#yI22kfGH5xMQnQ846MaLqDSU8dUKcgqO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:183.875rem;left:0rem;overflow:hidden;display:block; }
#bHxd8bcODux1rcFkcyJ5qfNFPqIuffot { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15019;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:183.875rem;left:25.3125rem;overflow:hidden;display:block; }
#n7gMgHTKQvkWkPhI4OfCyDhblIPRaIlz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15020;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:184.0625rem;left:50.625rem;overflow:hidden;display:block; }
#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4.adaptive-delivery-prevent-bg, #XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4.lazyload, #XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4.lazyloading { background-image: none; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container { background-color: transparent; background-image: none; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container > .video-iframe-container { display: none; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row > .video-iframe-container { display: none; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .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); }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container { border-width: 0; border-radius: 0; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container { font-size:0.875rem;font-family:arial;height:110.5625rem;width:75rem;position:relative;display:block; }#qEFkWT02iUvfRpl2w06M3mgJzynU7KTg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:0rem;display:block; }
#Tq4lJmmloOnVqNagM3SWelCva19l0M4c { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:2.59375rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZnvvhpWB9fq3AtaADLmy6TR3pGhIHzG { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:33.609375rem;left:3.84375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXwOZXFK9LmK8w13tLJA3NEpl4dk2xfh { display:block;width:55.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.5625rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#Qpmm9H3qhuFGhnump80DBZ1uDzC9oApg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:11.1875rem;top:12.5rem;left:6.375rem;overflow:hidden;display:block; }
#ZTILSGc0U7qQMqtxFFqf5N3B4bPTgWoZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:25.5625rem;display:block; }
#hzFvRtagIDmQbkMIQ3kx8KfX2SpVdL1E { color:#333333;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:33.6083984375rem;left:28.65625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3aaKAmVKrt3JVVTcpNaeHiI61GgpcL1 { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#loEEsGzCiwSUOazaIlDWTX8M8184dJXa { position:absolute;display:block;z-index:15016;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:15.4375rem;width:18.4375rem;top:13.0625rem;left:28.28125rem;overflow:hidden;display:block; }
#CLho9FThOnsF6u6ZlyKxTHvQSDJx0zoh { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:51.0625rem;display:block; }
#BtZiTKbTziXMMKHWWt0mC09zlc7MQVM5 { color:#333333;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:33.6083984375rem;left:54.15625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgA4T0mGIfwviqKizOAPpMEkIWyoOMFs { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:53.65625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqpQ5mX37aKb1DkE6i7LBCTx2XF5189U { position:absolute;display:block;z-index:15020;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:15.375rem;width:18.3125rem;top:13.09375rem;left:53.34375rem;overflow:hidden;display:block; }
#iO8NVFVe273UaKQu1CTgXHtL3QU0QeaF { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:0rem;display:block; }
#lKXRPLJF49VLPOaAHlCJszQErxWxxyxw { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:65.8125rem;left:3.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKD8MiCcJU2lfUBLOrgQJAkuU45CrdBx { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:63.0625rem;left:2.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dcw8mHXU1geugW54XFuFoPD4Ear1SHtH { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:25.5625rem;display:block; }
#N5VMbUz08gI064IP3PRnRwxAfc48WdwL { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:63.0625rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDQZwLrldLAB3BkrllzXTWTdBMb7vN5r { position:absolute;display:block;z-index:15024;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:16.5625rem;width:11.1875rem;top:44.78125rem;left:6.90625rem;overflow:hidden;display:block; }
#qo5Gwo868vf8Ty8deik8NpTFeXSgxcJL { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:65.8115234375rem;left:27.5rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Liiy3dSpdStMezFE7Xk88yiDl5k71u8V { position:absolute;display:block;z-index:15028;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:15.375rem;width:18.4375rem;top:45.375rem;left:28.28125rem;overflow:hidden;display:block; }
#yxO5rVy0LdklALzdXOmwgyTLzr4Xbgm0 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:51.0625rem;display:block; }
#eXGVdOTOdceQ8fbzNCd31EmGNr2L9lPS { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:63.0625rem;left:53.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUsHuTG7OFg5U49adgTSroBdoNTNFNeE { position:absolute;display:block;z-index:15032;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:15.375rem;width:18.4375rem;top:45.375rem;left:53.28125rem;overflow:hidden;display:block; }
#C5V7QCoS2wawUHWg0v4UOpU8giflRxd9 { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:65.8115234375rem;left:53.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsTsQ3alkFJ5TpXq7bd6Lu8N2QPdVTBu { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:0rem;display:block; }
#Ia8mN4nIoi6VHZuJJ9snQMIsJFuTszQX { color:#333333;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:97.9365234375rem;left:2.125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3hemJF67Bvz8WOncOIAPrRttyhV9ko6 { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:95.1875rem;left:2.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6iTWMFSTcPrrHG91TLKSWTsenUpWxi2 { position:absolute;display:block;z-index:15036;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:15.3125rem;width:18.4375rem;top:77.5rem;left:2.75rem;overflow:hidden;display:block; }
#y9hCi2KtxPlMzwZBz9CyP59XzzOGKTNN { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:25.5625rem;display:block; }
#V6EyqGyipIi4n3opZwK560cTmNuSWthl { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:95.1875rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVOM3Ho1pfOC0zQo75bG3ULyndeL8AWN { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:97.9375rem;left:27.5rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmArGQwU8bHUPoPzA3cIbq7kSdSXvzCv { position:absolute;display:block;z-index:15040;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:16.5rem;width:11.1875rem;top:76.90625rem;left:31.90625rem;overflow:hidden;display:block; }
#Oq5bSOMVONiT89ULQevw4rRhBMEOvDxO { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:51.0625rem;display:block; }
#UG9FRmI6wDFKc3D62SfKr0LOVW1N6HrW { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:95.1875rem;left:53.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP0tzMLTihD1ouRQDrXNiqZGsZAFsuFP { position:absolute;display:block;z-index:15044;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:16.5625rem;width:11.1875rem;top:76.875rem;left:56.90625rem;overflow:hidden;display:block; }
#qZiOdE28sRR3ZngvUV9P12QaJQ1vWktn { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:97.9375rem;left:53.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container { background-color: transparent; background-image: none; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container > .video-iframe-container { display: none; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row > .video-iframe-container { display: none; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .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); }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container { border-width: 0; border-radius: 0; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#OU2cAaI2zBzvFsS3zkpW19NEAiiBmuCi { display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:13.875rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#eSKIbruTBrTbaP0a5CHJBKN1HwmSETGD { color:#434242;display:block;width:69.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kBIKGD7LTXVOsFXopolp08KGihWUbGah { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27rem;left:25.75rem;height:26.2363875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7ekrxqo5rxNMrwcZwJJ4aPwbQ7S6Fv8 { position:absolute;display:block;z-index:15015;background-color:#83bc53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #83bc53;border-left:0.1875rem solid #83bc53;border-right:0.1875rem solid #83bc53;border-bottom:0.1875rem solid #83bc53;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.1875rem;width:20rem;top:19.5rem;left:24.375rem;display:block; }
#z6lTi54tyF9KKlRK1oUONwWPCz9M5cTC { color:#ededed;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:20.6875rem;left:28rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COiFIKbvIdGDmz6nw9GMcGLN1Cue4qQt { position:absolute;display:block;z-index:15017;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cacaca;border-left:0.1875rem solid #cacaca;border-right:0.1875rem solid #cacaca;border-bottom:0.1875rem solid #cacaca;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:20rem;top:20.9375rem;left:45.5625rem;display:block; }
#k9J4N7unAVBcB3vi9gzCOvAkJyW59yZU { color:#747474;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:21.625rem;left:48.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFVQRxhGg5UW8e5VGXoTgIt6pZpKi4NJ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #83bc53;border-left:0.1875rem solid #83bc53;border-right:0.1875rem solid #83bc53;border-bottom:0.1875rem solid #83bc53;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.625rem 0.625rem 1.875rem #747474 ;height:33.625rem;width:20rem;top:23.9375rem;left:24.375rem;display:block; }
#kq7Vz1ZJxhuOb3u9absi0xi0vTC6rS35 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cacaca;border-left:0.1875rem solid #cacaca;border-right:0.1875rem solid #cacaca;border-bottom:0.1875rem solid #cacaca;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem #747474 ;height:32.0625rem;width:20rem;top:23.9375rem;left:45.5625rem;display:block; }
#ADHJm8xQFCKfChGIqMtLDBCE2yoB0pys { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:46.875rem;height:26.2363875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eSofzqGLHf5Do3IsAURxZ9a6N2TDvbZ4 { color:#747474;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.9375rem;left:9.375rem;height:26.2363875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKDP11J4yvMEqRiZdhbgwt1UQ0FUXn6F { color:#747474;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:9.375rem;height:26.2363875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WqvWqtuJll1UlUlGodQpX7gpVGS9h317 { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.75rem;height:26.2363875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zkAMiqS77QmByIqS9kqEtEQV1c0kLTxO { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem #cacaca ;height:31rem;width:23.9375rem;top:74.375rem;left:51.0625rem;display:none; }
#T16eNDlRcCMRTbkrK63H8H34ruXbSkuu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ak2e0bSCTCBl34mK6l7PpKpRK46IzWaV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uBEhDfHwDTPGXfIcTx5HoReK2H6yLO8P { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LMHEZ31IhtANi7C3zIbTZ5cbRI6fCgh1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tXG7ydkGJhPlgIiTGKEgOdhNtbmcsgpn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xTlcPf0VRxlX9Dps1sTIx8PQUOtbHtC7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yCGWJU0iMAhFqad0K1mhGfHJJBaulU7T { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#n2f5VEDvHBKwyi07tD2yIVKxbJkSe1pQ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pq4mS40UuZk5NevFNKR39mxmALN9enl8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container { background-color: transparent; background-image: none; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container > .video-iframe-container { display: none; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row > .video-iframe-container { display: none; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .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); }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container { border-width: 0; border-radius: 0; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#QrTOQR7uJFVVikMevhOkDA2Kq2RF4L0A { color:#ededed;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kygVuKpzbiFf8DixXZcTaoMzv3bbev53 { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:44.6875rem;display:block; }
#uzageWMtta9l5Fwmt9tO4xRieb0h0k0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDZPBVX9gmsTfbQFGcL9FPq888f7QuDS { color:#ededed;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:45.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { 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; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { background-color: transparent; background-image: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container > .video-iframe-container { display: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container { display: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .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); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { border-width: 0; border-radius: 0; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { color:#3878ca;display:block;width:64.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5rem;left:5.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24rem;top:15.875rem;left:0rem;display:block; }
#RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { color:#747474;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:24.1875rem;left:1.625rem;height:22rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.5625rem;top:17.3125rem;left:1.25rem;overflow:hidden;display:block; }
#pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { color:#808080;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:17.3125rem;left:7.75rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:19.625rem;left:13.25rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24.0625rem;top:15.875rem;left:25.46875rem;display:block; }
#iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24.125rem;top:15.875rem;left:50.875rem;display:block; }
#R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { color:#434242;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:16.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { color:#747474;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:24.25rem;left:52.65625rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:19.625rem;left:64.1875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:15.8125rem;overflow:hidden;display:block; }
#x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:17.3125rem;left:64.1875rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:41.125rem;overflow:hidden;display:block; }
#tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.25rem;top:17.3125rem;left:52.5rem;overflow:hidden;display:block; }
#Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { color:#808080;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:17.3125rem;left:32.75rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { color:#747474;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:24.1875rem;left:27.1875rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:19.625rem;left:38.5625rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:66.8125rem;overflow:hidden;display:block; }
#rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.25rem;top:17.3125rem;left:26.90625rem;overflow:hidden;display:block; }
#nQQfvASK5sP5qaTz0ulPhvdo4yPyZp3K { position:absolute;display:block;z-index:15027;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.1875rem;width:2.1875rem;top:47.25rem;left:10.90625rem;overflow:hidden;display:block; }
#Q3KbntkdrrcHSt9lD8vTPJPbE137rgqe { position:absolute;display:block;z-index:15028;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.1875rem;width:2.1875rem;top:47.25rem;left:36.40625rem;overflow:hidden;display:block; }
#MZ646AZTSVi9rGiGQNstaDRuIDPDkCkD { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:47.25rem;left:61.84375rem;overflow:hidden;display:block; }
#ykormP1OvCnernek9atWd4lBKR638HvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f92c1;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; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container { background-color: transparent; background-image: none; }#ykormP1OvCnernek9atWd4lBKR638HvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container > .video-iframe-container { display: none; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykormP1OvCnernek9atWd4lBKR638HvW > .row > .video-iframe-container { display: none; }#ykormP1OvCnernek9atWd4lBKR638HvW > .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); }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container { border-width: 0; border-radius: 0; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#HKm2v9FKqNW5QhrJF6hnQhoLqwNJDqqB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:26.3125rem;top:5.71875rem;left:0rem;overflow:hidden;display:block; }
#DkaTmVlkwESeRRtJMwJLATM1uUGzQSel { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#T9TVnpSw3GKZXtkdcfPIpZZaA4HAywLW { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15054;background-color:#aad38f;background-image:none;top:9.6875rem;left:30.3125rem;display:block; }
#xRLe9SkLRC41sa13yWpK5DBQ9GXpay86 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#hUtflcxsSDzFOQxiC1FfvLx9LoXVv2Ls { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:15.1875rem;left:30.3125rem;height:4.46875rem;text-align:left;text-align-last:left;display:block; }
#aQ7eyEGaACmiWoUrMveoAFewQIUx5g5w { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.5rem;left:30.3125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#ETuntHWXnGpXyPOzeuQUcaOPw9MhZnu9 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.1875rem;left:52.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b347393f-b36b-4345-964a-4c69b7bac24d/After.jpg");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; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.adaptive-delivery-prevent-bg, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyload, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyloading { background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { background-color: transparent; background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .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); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { border-width: 0; border-radius: 0; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { 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:35.4375rem;width:56.125rem;top:16.4375rem;left:9.375rem;overflow:hidden;display:block; }
#hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { color:#ededed;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { color:#ededed;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.40234375rem;left:13.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { 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; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { background-color: transparent; background-image: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container > .video-iframe-container { display: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container { display: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .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); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { border-width: 0; border-radius: 0; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { color:#3878ca;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#efefef;background-image:none;vertical-align:top; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:400;font-size:1.125rem;font-style:normal;height:auto;text-align:left;text-align-last:left;color:#3878ca; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#434242; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.adaptive-delivery-prevent-bg, #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.lazyload, #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.lazyloading { background-image: none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { box-sizing:content-box;height:auto;width:68rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.75rem;left:1.90625rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Iwh91acQGsnnyDrPvnPayalXihgW1WSa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #qGdm48QI8XffAnRip1lDDTQ16ZS0Q3fB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #HmfTd5RKF8DOAlB696uTFOsKmtOn3nsV { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #J0N6CTt1c2xeDUdVUqepBO0kmChRPnyE {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #bikuTvSedSd7AxAPEXcmomEv8P928sdg {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA { display:none; }
#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { background-color: transparent; background-image: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container > .video-iframe-container { display: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container { display: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .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); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { border-width: 0; border-radius: 0; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#K3fd1Ps1tn6UfW1Qp0JCobWL1IAGhhTJ { color:#ededed;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#KBwoHaQeSA5FuPXA5DIAQx8NrclloiJD { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:30.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-form-header {  }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#de740b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:20.5rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.125rem;overflow:hidden;font-style:normal; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-container:first-of-type{padding-top:0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-container:last-of-type{padding-bottom:0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV  { background-color:#2e6bb9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.125rem;left:3.25rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV {display:block;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV { background-color:#2e6bb9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.125rem;left:3.25rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Io31AtdiKc3B9JOOEfJsyW2ryh6GM6kO { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #tNt10KrWFTKQUACEEuo3FSwqn8TXQ6BM { position:relative;display:block; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #b328QfkSPfA1uhE3erJ3E7UxVv3egr1L { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #erpqWPdc2ELg4MxUDzrS9PS2sZVtwBMc { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #cvFgwBE743ePq7UvDNyE7XQudFO68Oku { position:relative;display:block; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #esuOaTZSQCrJ8BWCJTuQ1zhpZxoqkNOa { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Qsh6PE1m5Zbp1n2THfXoOHT0azVeqZ8e { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #plFrrd71mm4MTMvA3TULb7fh7zRsWFS6 { position:relative;display:none; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #FVzl0ERKvThTAkVD6kyHWqaoPXUhmv6T { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #iiorvxcXLqvw0eIaChkSGz7y30LXkLxA { position:relative; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #mFLcxL8QzMIkBkTf7tnlBrsiXGWpI2dO { position:relative; }
#vieKUukSrvp3zGyg3lp7PTJdT9dukKRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.125rem;left:30.75rem; }
#rDlkyN6TqdQRST4Fizori1rfTqKT3yvc { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#b8Tg2hbJS2QCSNpR7EeFlQdXGZ0UF1mI { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BLAI8QdQaN26JdGTxHktlL8uEfUH8Lsg { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.375rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MmasHqgdWEbNX1Rk0D4EVlEBT11WGUqA { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fARPeo1xTZ7y3WB2osCuAzUGPCId0lTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.25rem;left:30.75rem; }
#Gxys3hkBSZiv10lHFAVXPDT3Ea97vCGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.3125rem;left:30.75rem; }
#fLy37LitgXD7o47R6gPlQbgcxcPyrAzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.3125rem;left:30.75rem; }
#SsZfsTk0DlE0kh1vCvFhVi6EXuAJsR8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12rem;left:30.75rem; }
#MaLFs8SSX740nIkxQxnsnSzT3vZ3nX94 { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#g7L3e7elo4bsgJn0xGe8zq3CPQDU2i5u { position:absolute;display:block;z-index:15020;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.1875rem;width:6.25rem;top:25.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#XGvzDnXgmWkoFttshtC0umG9sqCdbft8 { position:absolute;display:block;z-index:15019;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.5625rem;width:6.25rem;top:25.375rem;left:15.125rem;overflow:hidden;display:block; }
#D5TAa5UU7dTBkk0dzZyqdHcESMcyha3T { color:#ededed;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.625rem;left:5.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yz5sPyrqxXbTC6TG93r6TlHnBXN4T0Ax { color:#ededed;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.9755859375rem;left:4.6875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123e92;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; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { background-color: transparent; background-image: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container > .video-iframe-container { display: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container { display: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .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); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { border-width: 0; border-radius: 0; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#To3TTSZZmZZQS3aRd3KuLoiCkAkMb13b { 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.875rem;width:13rem;top:1.875rem;left:4.75rem;overflow:hidden;display:block; }
#HQVEpKl3Lp42HefJgOFQpfEcJDq2IuRQ { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PCRECsZB74mpmgrRWO0UcSVfn0z7qEBB { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.83984375rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#XlFlGS9u1fupuyXTR1XfFl5qKhnTAry5 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.83984375rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#oeulNMuxM9Bb5ap15X8u4JsD8wyef5Mh { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#eIgQlwT7TRhRRedyJbr6X2JJ7emk3MLf { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#orQrboPWkuyXgZsC9ecfiQ4NWI7RA3MT { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { top:0.1875rem;left:0rem;width:12rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDg5dxCUGsi3VxyDFTw217zJCyG515N { width:11.875rem;height:2.5rem;top:0.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block; }
 }@media only screen and (max-width: 763px) { #wknQDyZNNCylVUnR1QELccVAgKZRhH41 { width:11.25rem;height:2.8125rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block; }
 }@media only screen and (max-width: 763px) { #GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { display:none; }
 }@media only screen and (max-width: 763px) { #XM2TM6NoTxXJKmIqx00n4KWGPb08dmC1 { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnrIcrWGRq1DXlAwWDcskoFPM4MQR9p3 { display:block; }
 }@media only screen and (max-width: 763px) { #hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKOGyE73lDXSpMSZpiBXwDM8vDRzJpd8 { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { top:15.5625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { top:22.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block; }
 }@media only screen and (max-width: 763px) { #cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { top:27.25rem;left:0rem;width:20rem;height:4.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { width:13.875rem;height:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #keltPXxSVaOTdFqkbFKF5tPdIAhbISS6 { top:19.0625rem;left:0rem;width:20rem;height:;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4dq1D48Z4G8rQo7C9Kpucc8k9MD3TTG { top:13.25rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vMzNttniOOxB3a4f7Zo5gUSBUn8e4G { top:4.5rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg  { width:45.25rem;height:16rem;top:28.125rem;left:0rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg {display:block;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg { width:45.25rem;height:16rem;top:28.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #gFDdtdE5xAD11nvbAgsamOfFL6q0RRlq {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #H6hCTSBTPWqrcZxov3whNqwfrwGaRBS5 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mQFFFwz4oLJuKxiCr1dpWEN0Ha2ZtJT3 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #LpV69AfFkieDM7TdiheQDcruAIFRIKJA {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #uMWEAczuzWTuhJr1HWVQSIrKLQuoyd3X {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #MNntp8cfZxqgromdcNUTFyRpTIIx7vzI {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mx5sZoa2wZbnktolPr9BsT5dF3W5AfUO {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #BZwvmdCr49xaxr9m8cF9QNnt1Mbnkan8 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #zploT8TqCQ7twTmLXPDSE6p9kLrEbOIv {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #vKrXvRtFedEISzceMwCxOS25noXTpZcO {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #OC9Rfkav2ncqT2iSgTCviQfvfEETNBll {  }
 }@media only screen and (max-width: 763px) { #TGIMTElw12npMHry9iMhtbATILA2DOvw { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #znlRgJlnFUP8eMts6o6vstlpH5strlud { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEIxK1C6EaeTusTLqKltCJksIHDv583q { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFNzp5wxwUAZg6fE0TaKDTvtxXg8MEkA { top:40.5625rem;left:0rem;width:12.4375rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSFfP5AREz5oWvdzDXCCICJBhby8l6Mt { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R838CLETRLsmsyZyAINqexV76JndznBr { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8LUNB6UCLniwCav2tC4WwPGr6kNWL4 { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3qGnMtCTwq4VPcc3nIulpXLMx1N6zDy { top:34rem;left:0rem;width:21.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs { display:block; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do7ApT8ae7yFTSNPvWCSFWB6IllDmvyZ { top:2.75rem;left:0rem;width:13.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZW7fBzGWtBe6ClpwD3RMdwaedJf4c9 { top:2.75rem;left:9.125rem;width:10.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTbqpioC2ocOoA6TvJ3EXJSp9JHeVBg { top:2.75rem;left:28rem;width:13.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqKUgRdRtkyF3gTPHGHmmv3MKsnFmHRT { top:2.875rem;left:0rem;width:12.8125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzQwz3iQuy2pw1O7FKf9xSS9eZaIh8tf { top:2.875rem;left:0rem;width:12.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQRx5oUd3Nx389QQIGTnuSLQKulic4ZR { top:2.375rem;left:32.625rem;width:13.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTiPr1gNw6DDL274txdpVLOBAe9rV7yR { top:2.875rem;left:17.8125rem;width:10.8125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2c6BMLihnSHS8PwmHhdWaw1QSHNNa4q { top:2.75rem;left:36.875rem;width:10.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO { display:block; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvWPP9fgTltLC1S6GWUTBJlnCztKKSwD { top:4.5rem;left:6.1875rem;width:35.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rg8dBL5KKPGclsgzPk0z9C1IgfwdIb { width:9.75rem;height:9.375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGvR4zRxA2RmOO5DCFpO0glChKC1rRSy { width:13.3125rem;height:9.375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvgoLkTMZ471aaJSzaBRZRKtJDpegJBM { top:14.5625rem;left:0rem;width:6.25rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOWsSdqSlBJLh8cIOKoJ3nKRv0Buvf7L { top:14.5625rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0FaNgkwXaw4oyHcS2S5NgydpeV6O8NJ { width:9.75rem;height:9.375rem;top:12.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttXCF8svcCrJ6sw80CwG0Wuv2S3HGcrW { top:14.5625rem;left:13.5rem;width:6.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXZtefKr4LTQ7s4hQV1GBIkgT53mEl7g { top:12.0625rem;left:10rem;width:37.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFM9CzhUE3dTCOww7131XchNdgcLCC10 { width:37.75rem;height:20.625rem;top:21.4375rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8R2cT1FGe2l3UCSssTnuoLbML4LRCg { top:19.625rem;left:23.625rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TTEDGFLL9XR6PiGgq5Gzo6OZgGii4B { width:16.1875rem;height:9.375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHUhPmnvuIDTIaghBSKHPNhFrN2gUPi { width:17.5625rem;height:9.375rem;top:22.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvND4LsQUc6KaH6l8EGxXhQPiubJPyT { top:25rem;left:7.5625rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Bthy9gAF67AtGHVRIJDpNaq2GkSQZd { top:25rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LQZNCx1htQ70xvXfX0U2qmwAhVFnSV { width:13.3125rem;height:9.375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNoPy4RCFMMGmHL5kAscJiv3hpNzuDQM { width:9.75rem;height:9.375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyI7zdzb6p0zIfQgszturEtWWMVcxFzW { width:9.75rem;height:9.375rem;top:32.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw5HlMrm0Pa9XmTXzLCuy2ye0xmuinRT { top:35.25rem;left:0rem;width:7.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTF9tysFBvat7H0VrPFqNpNNebHRcVq9 { top:35.25rem;left:13.3125rem;width:6.375rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptyTl9WaNFT7wEQUtu454mDB6gAKrqR { top:35.25rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb8wpheK1tTdP5FnaS5bZPFpKGZ7wFAt { top:12.0625rem;left:10rem;width:37.75rem;height:6.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBkuWFvJo6ma6trxxUPqNBpMvl3IIlXM { width:9.75rem;height:9.375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXwtXEUtmnoTod2V1tT8MkorsN7K27UC { top:14.4375rem;left:0rem;width:6.25rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGfmi8y2HucW8ouO3MLWnaEzmP9Bfw6T { width:13.3125rem;height:9.375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imDXlCA084uN1c7K9QwgZfyVfHG0oKzt { top:14.4375rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRiBLUtTJvrlCwU5GaguTBW8JHQVWyD3 { width:17.5625rem;height:9.375rem;top:22.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1voq5TAOWK2UCzCiJA8lWrS8LqxtFV { width:9.75rem;height:9.375rem;top:11.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPT0RGI0NPffy6UH198p76D3Tfz4ObZx { top:35.4375rem;left:13.3125rem;width:6.375rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrDipoTmPiWomwNTGK3vzGyGUNitnDA { top:14.375rem;left:13.46875rem;width:6.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9EioiFUCUgF4m0VQOn4ltM83N2WLbkL { width:16.1875rem;height:9.375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvL44lrXx0t8H5DQtrRNArQVFRbgEoM9 { top:24.875rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBK5P30Nz6GsiRGvsleGqu0rm70XG1nV { width:13.3125rem;height:9.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvSqIHexAwOV0SR27Q0c7UT78paHhEe { width:9.75rem;height:9.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4oKGeOv99RlCOsOpTAkA5bCO3mhJRH { top:35.4375rem;left:0rem;width:7.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uppHmt4h3xW0t7wfeeMfAT6G1hIsRy28 { top:35.4375rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTsBxDkm6TRskKCzAQXISDeugQoaGWO { width:9.75rem;height:9.375rem;top:32.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTstiVfsEGZQmvQ26OPT8FUPDblgTrI { top:24.875rem;left:7.5625rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB18pHFWPIeyRxxJZKG0tsPMfWMTskr2 { top:17.5rem;left:23.625rem;width:7.5rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ { display:block; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMXLa5U8wfiJ527LDsVt2v6o6ZfavWW7 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qO95XrpLgMl8TQZ4TiovaEdOzJyq9S { top:28.5625rem;left:0rem;width:31.625rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rza6XFgLA22w3TiGMIL0BFERN33Lq1Pe { top:59.5rem;left:16rem;width:31.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQB7BZ56lVOftiV3dWTrqtVJZliR9XQS { top:91.375rem;left:0rem;width:31.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyyUXCaqh2wmNqnHMwtwp6y9itFe8HX { top:121.8125rem;left:20.8125rem;width:26.8125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmuwkLEOZkRc0r9bqtobNOQlcziMf8la { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3BhyATB3yyAdL0xuQzGz79M0RKFHFT { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKFc8ADFDtzJmdJMG0HaBI7tDL5tZfCs { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrySnm0fTSdsstmvMOSKINRUKuss384 { top:5.125rem;left:35.25rem;width:12.5rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT0cTc7DRcrmt6qOhXx0FWqvSuUJJXdQ { top:36.625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2GBNKB6toTZ8SqW9H8PFCmITBg5riRM { top:5.125rem;left:35.25rem;width:12.5rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEH6KXWrzXzmq0oQFb11oEiFFmZyxOe9 { top:36.625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cp3LU4RUzeo83NFldU9T0499171tN83t { top:3.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { top:8.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTBzHXv3nH069sNgCqzWMH5aeu8k4as { top:24.1875rem;left:17.625rem;width:30.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2y0OzQ7XvI49vBfb9Pulk1FeJgIdbno { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQfZu9RsxEKp6qWFkV5t1hdgq0TM8HI { top:34.5rem;left:0rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA8xQxMQD1vIbXd3kWmfexLmOaT1mhnQ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP6GxrOWdgHWQlE4iN7yXCV5TkKW8fG { top:55.5625rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RpInNIL6npEa1F0do9hqkT3ePGAkN9 { top:65.4375rem;left:20.8125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6p9hErau9OPSz0rPPixPsFUu4HBcxPr { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9enbipJp3PqLrAMQ81dV8kRp8TpvU6 { top:86.8125rem;left:17.6875rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZnXxfSwRqnHi6F1szsMduuCgTFOSUg { top:97.3125rem;left:0rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Pis6SXgv0He7qWNciF0arWsmET7A5V { top:117.9375rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPuZB1N2Mi4Cldi0VrUxQmK16hCR2uS9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5HEcUDfQ99qRZ1tnBLpBGDcxwMBJGTb { top:125.3125rem;left:20.8125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NChaT2tLPBraZgmBUOlqnXttTevh3ybG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHtRz3XZRiXK3cHGupM6Twav2qQ6AOTw { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPeVbTVTzMhAieqvfpFfH3hzTCVuwWTl { width:47.75rem;height:3.75rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { display:block; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Daq79i3myZqHCr341Mo6ECKIgdofLTWl { width:47.75rem;height:3.25rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWA4xqWdocv9fFIxTM4RF2lmgpTbprs { width:23.375rem;height:23.5rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qdSIrHq0OdsWsHHpDdzeGoRDJv1vVT { width:18.1875rem;height:5.5rem;top:26.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fOVkgrQ5EkU0sE3xRp23T1GSJIFxiT { width:6.375rem;height:4.875rem;top:21rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfIbhEyw1d3TVWV67J20FrGpOUDgCNz { width:18.125rem;height:1.5rem;top:18.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZaI6WNQeHJvqJdbodMgkKLL0mExo5O { width:3.5rem;height:1.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbcT6x5ylWZr8cEI6kFZt7DTuwfTTTPq { top:14.125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT1CF68bm818Hw1cIUgDVIKtWHuFFdGD { width:23.4375rem;height:23.5rem;top:11.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKWEawN801q3pirKilzDvx6cczAx4a9 { width:23.5rem;height:23.5rem;top:11.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhxfpUErWfdabcCWo1lcsgJwVS7ls3GO { top:13.875rem;left:21.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayGgAtCKn6CLROPdcOrdFFuKZMClneu { width:18.125rem;height:1.5rem;top:18.75rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1Sz9Gw3TK64ilfEr3tcTJf02u72pxu { width:6.375rem;height:4.875rem;top:21rem;left:20.6875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3lS3V4oovgVNmgzsRwcq5DOHp4qZX47 { width:3.5rem;height:1.1875rem;top:23.6875rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArzB94PHaJetkPB2bRg1U4S083i2SA9o { width:18.6875rem;height:5.5rem;top:26.9375rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk09Q1r4Peegub5b315UvMsT9lLurTDb { width:18.125rem;height:1.5rem;top:18.75rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtvNAP75iqlXd6PsM7yS8s2XMGBau4B5 { width:6.375rem;height:4.875rem;top:21rem;left:41.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdsgvgMBRn3FZNpZzh8HRKpiUPWPWox { width:3.5rem;height:1.1875rem;top:23.6875rem;left:43rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmJbwM19ELswy5SUp8RnL8R1SOLdegaE { width:17.25rem;height:5.5rem;top:26.9375rem;left:30.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9O21l4RzQuLouTIU34RIl6PPutdaXq0 { top:14.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlTG8gMdAUboVtIRxwZGRs5FbwRvwVum { width:47.75rem;height:1rem;top:37.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 { display:block; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVZr0Zl47CFTAHh7S2e5ZoTmdyO8K6mG { top:3.75rem;left:0rem;width:44.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1fZGvSl0lwanWGdFUGUwfTMZ860pHhs { width:19rem;height:3.5625rem;top:2.6875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teBSmuI3Jz46xRlRq2B12rRHJ9FIhyVz { display:block; }
 }@media only screen and (max-width: 763px) { #tafE60aU6eegSCO06tMzq1HeEdVKLM5U { top:7rem;left:27.0625rem;width:20.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { top:5.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { top:12.125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { top:12.8125rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { top:16.875rem;left:0rem;width:14.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { top:16.875rem;left:14.65625rem;width:18.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { top:12.125rem;left:22.40625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { top:12.8125rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { top:16.875rem;left:27.0625rem;width:20.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { top:12.125rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { top:12.8125rem;left:45.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { top:12.0625rem;left:9.4375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { top:12.0625rem;left:33.09375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { width:17.875rem;height:8.4375rem;top:20.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { width:18.25rem;height:8.4375rem;top:20.4375rem;left:14.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { width:18.5rem;height:8.4375rem;top:20.4375rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE { display:block; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWJ8VcwZK0ykiMS9zER340xwcNFTJKeg { width:16.875rem;height:1.9375rem;top:17.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpICRcLqThs3tKmReLC1Fw4TvHH6alG { width:17.8125rem;height:8.4375rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTNAgD8RT86TOLsFWgmZfVh9kxguT6k { width:16.875rem;height:1.9375rem;top:17.8125rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ikbGCwnKfHPufBsIAt27GKdSfQBv7k { width:17.9375rem;height:6.75rem;top:20.3125rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT7B466HMlSKeFxuRTmgRSJ9aKJvTxp { width:16.875rem;height:1.9375rem;top:17.8125rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpChbKSAmWPhucb200OaSmC10IeB0tTN { width:18.4375rem;height:8.4375rem;top:20.3125rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND35bcuTURNpaMShT2uEniKSV51PTsFR { width:47.75rem;height:3.25rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2x5HHVRvHuSHBMaTb6wGy5VNABemwBJ { width:18.125rem;height:1.9375rem;top:37.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXqeIEDu2C0zyZ9TPRRutoEnztzTuwG { width:19.0625rem;height:6.75rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1zU5MmoLhSgL8mTOTPiLkGZJ9br6Ii { width:16.875rem;height:1.9375rem;top:37.375rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnPwiObva46tVvhaJnwbJcPf4VThP33O { width:18.8125rem;height:8.4375rem;top:40.625rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR4WGwH5R0E3iGi47E0nmJPlAr47valK { width:21rem;height:1.9375rem;top:37.375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2g6M6t7AB2ReD9TB4wPN89VcyTlApoH { width:18.75rem;height:6.75rem;top:40.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJI0BA3xVkPseum1o4KUE6VI4SsShgq { top:31.9375rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSuQckaEIUeTvaTNk9Md8pTIARdbyWJ { top:12.125rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1cOF6Uv6LG2ULoVBhKIcDxtdxUhJ1N { top:12.125rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGyCqiuKH73Idw7VeTRuSphGXqRQGr6B { top:31.9375rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT508yV4yq0wq4Ic5Lx8oXkvsTHZtG36 { top:12.125rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKN1338GS4VORIr0EORvhuXeV5UVcSe1 { top:31.9375rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { display:block; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { width:42.4375rem;height:6.5rem;top:5.125rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { width:47.75rem;height:11.25rem;top:13.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { top:28.25rem;left:0rem;width:36.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWbe516Au1eb00wKlErxsTWBNADsW0du { top:28.25rem;left:11.125rem;width:36.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { width:10.375rem;height:3.25rem;top:48.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { width:9.375rem;height:3.25rem;top:48.8125rem;left:38.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3krURq9azfGzMFPBRSlBq4LU20rbsMC { display:block; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA5pfSOD6u8lR2qAdqgo36LgcuooXWS1 { top:3.8125rem;left:0rem;width:41.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh0rTWOryaE4u1T3OAVdADpIewufKxiT { width:21.5625rem;height:3.5625rem;top:2.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSMBK3NCT49aQO9KkPE4WS4EMTtnC1tA { display:block; }
 }@media only screen and (max-width: 763px) { #TGroR7KOevAxe7BHTWIdSWTHK15o9bTr { top:7rem;left:27.875rem;width:19.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foeqKtanLRgDnlFFRL8alJb33EKUT1gU { display:block; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVtzNmO0Vy0rMNVTIgQHtxFCRHbu6TmU { width:47.75rem;height:3.25rem;top:4.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkyWavLp7B79AMdgpTis55OChZpoP5LE { width:47.75rem;height:5.625rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBaoEopIdhnTi5PeQZhoIgSh6S6PIKfB { width:26rem;height:28.375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9xkxE9QnN7TGvPJrdW54G1lfl8UhLF { width:23.3125rem;height:28.375rem;top:20.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7lRJf5QzbHJkxv8h99X7fELk6BcThGJ { width:23.375rem;height:28.375rem;top:20.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiKEHOVglI3f4QKCsny4aJf2H83qw2O { width:36.875rem;height:21.5rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEl8zTH0TLgqMK0XD8kfK8TnM8RuX3Zf { width:37rem;height:27.375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdbl1FVyI0H85WUuNMIFiU1rBV6G1kgM { width:37.0625rem;height:27.375rem;top:50rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgcam8csQwyX3hOhrkUT0QF3eyELcIR6 { width:47.75rem;height:15.837083333333rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuvB3rFyFmfy4NI0PrEGqzBOHoShNpUq { width:36.875rem;height:21.5rem;top:104.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TE8EvB7g4wvgFm43Ben4BDMbpe2qVG { width:36.875rem;height:27.5625rem;top:126.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaOP1cuqW26aX4U6NWyzxPX5L6eJ6dxn { width:36.8125rem;height:27.5rem;top:126.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMR7OPMGmESs0egR38vpBf0cRhbzxanp { width:36.875rem;height:27.5625rem;top:155.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtQe9tXDIdJcl5vo1yhKwGVsuxCyncZy { width:36.875rem;height:27.5625rem;top:155.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI22kfGH5xMQnQ846MaLqDSU8dUKcgqO { width:24.375rem;height:32.4375rem;top:183.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHxd8bcODux1rcFkcyJ5qfNFPqIuffot { width:24.375rem;height:32.4375rem;top:183.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7gMgHTKQvkWkPhI4OfCyDhblIPRaIlz { width:24.375rem;height:32.4375rem;top:184.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 { display:block; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEFkWT02iUvfRpl2w06M3mgJzynU7KTg { width:23.9375rem;height:31rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4lJmmloOnVqNagM3SWelCva19l0M4c { width:18.75rem;height:1.8125rem;top:30.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZnvvhpWB9fq3AtaADLmy6TR3pGhIHzG { width:16.25rem;height:4.75rem;top:33.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXwOZXFK9LmK8w13tLJA3NEpl4dk2xfh { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpmm9H3qhuFGhnump80DBZ1uDzC9oApg { top:12.5rem;left:1.8125rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTILSGc0U7qQMqtxFFqf5N3B4bPTgWoZ { width:23.9375rem;height:31rem;top:10.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFvRtagIDmQbkMIQ3kx8KfX2SpVdL1E { width:17.6875rem;height:4.75rem;top:33.5625rem;left:14.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3aaKAmVKrt3JVVTcpNaeHiI61GgpcL1 { width:18.75rem;height:1.8125rem;top:30.875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEEsGzCiwSUOazaIlDWTX8M8184dJXa { top:13.0625rem;left:13.3125rem;width:18.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLho9FThOnsF6u6ZlyKxTHvQSDJx0zoh { width:23.9375rem;height:31rem;top:10.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZiTKbTziXMMKHWWt0mC09zlc7MQVM5 { width:17.75rem;height:4.75rem;top:33.5625rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgA4T0mGIfwviqKizOAPpMEkIWyoOMFs { width:18.75rem;height:1.8125rem;top:30.875rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqpQ5mX37aKb1DkE6i7LBCTx2XF5189U { top:13.0625rem;left:29.3125rem;width:18.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8NVFVe273UaKQu1CTgXHtL3QU0QeaF { width:23.9375rem;height:31rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXRPLJF49VLPOaAHlCJszQErxWxxyxw { width:16.25rem;height:4.75rem;top:65.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKD8MiCcJU2lfUBLOrgQJAkuU45CrdBx { width:18.75rem;height:1.8125rem;top:63.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcw8mHXU1geugW54XFuFoPD4Ear1SHtH { width:23.9375rem;height:31rem;top:42.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VMbUz08gI064IP3PRnRwxAfc48WdwL { width:18.75rem;height:1.8125rem;top:63.0625rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQZwLrldLAB3BkrllzXTWTdBMb7vN5r { top:44.75rem;left:2.34375rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5Gwo868vf8Ty8deik8NpTFeXSgxcJL { width:20rem;height:4.75rem;top:65.75rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Liiy3dSpdStMezFE7Xk88yiDl5k71u8V { top:45.375rem;left:13.3125rem;width:18.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxO5rVy0LdklALzdXOmwgyTLzr4Xbgm0 { width:23.9375rem;height:31rem;top:42.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGVdOTOdceQ8fbzNCd31EmGNr2L9lPS { width:18.75rem;height:1.8125rem;top:63.0625rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUsHuTG7OFg5U49adgTSroBdoNTNFNeE { top:45.375rem;left:29.1875rem;width:18.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5V7QCoS2wawUHWg0v4UOpU8giflRxd9 { width:18.1875rem;height:4.75rem;top:65.75rem;left:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTsQ3alkFJ5TpXq7bd6Lu8N2QPdVTBu { width:23.9375rem;height:31rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8mN4nIoi6VHZuJJ9snQMIsJFuTszQX { width:19.6875rem;height:4.75rem;top:97.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hemJF67Bvz8WOncOIAPrRttyhV9ko6 { width:18.75rem;height:1.8125rem;top:95.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6iTWMFSTcPrrHG91TLKSWTsenUpWxi2 { top:77.5rem;left:0rem;width:18.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9hCi2KtxPlMzwZBz9CyP59XzzOGKTNN { width:23.9375rem;height:31rem;top:74.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6EyqGyipIi4n3opZwK560cTmNuSWthl { width:18.75rem;height:1.8125rem;top:95.1875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOM3Ho1pfOC0zQo75bG3ULyndeL8AWN { width:20rem;height:4.75rem;top:97.9375rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmArGQwU8bHUPoPzA3cIbq7kSdSXvzCv { top:76.875rem;left:18.21875rem;width:11.1875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5bSOMVONiT89ULQevw4rRhBMEOvDxO { width:23.9375rem;height:31rem;top:74.375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FRmI6wDFKc3D62SfKr0LOVW1N6HrW { width:18.75rem;height:1.8125rem;top:95.1875rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0tzMLTihD1ouRQDrXNiqZGsZAFsuFP { top:76.875rem;left:34.09375rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZiOdE28sRR3ZngvUV9P12QaJQ1vWktn { width:18.1875rem;height:4.75rem;top:97.9375rem;left:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 { display:block; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU2cAaI2zBzvFsS3zkpW19NEAiiBmuCi { width:47.1875rem;height:3.25rem;top:4.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSKIbruTBrTbaP0a5CHJBKN1HwmSETGD { width:47.75rem;height:5.625rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBIKGD7LTXVOsFXopolp08KGihWUbGah { width:17.8125rem;height:26.1875rem;top:27rem;left:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ekrxqo5rxNMrwcZwJJ4aPwbQ7S6Fv8 { width:20rem;height:4.1875rem;top:19.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lTi54tyF9KKlRK1oUONwWPCz9M5cTC { width:13.25rem;height:2.125rem;top:20.6875rem;left:10.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COiFIKbvIdGDmz6nw9GMcGLN1Cue4qQt { width:20rem;height:2.8125rem;top:20.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9J4N7unAVBcB3vi9gzCOvAkJyW59yZU { width:13.75rem;height:1.875rem;top:21.625rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFVQRxhGg5UW8e5VGXoTgIt6pZpKi4NJ { width:20rem;height:33.625rem;top:23.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq7Vz1ZJxhuOb3u9absi0xi0vTC6rS35 { width:20rem;height:32.0625rem;top:23.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADHJm8xQFCKfChGIqMtLDBCE2yoB0pys { width:17.8125rem;height:26.1875rem;top:27.0625rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSofzqGLHf5Do3IsAURxZ9a6N2TDvbZ4 { width:13.375rem;height:26.1875rem;top:26.9375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKDP11J4yvMEqRiZdhbgwt1UQ0FUXn6F { width:13.375rem;height:20rem;top:19.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqvWqtuJll1UlUlGodQpX7gpVGS9h317 { width:11.375rem;height:21.5625rem;top:20.875rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkAMiqS77QmByIqS9kqEtEQV1c0kLTxO { width:23.9375rem;height:31rem;top:74.375rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T16eNDlRcCMRTbkrK63H8H34ruXbSkuu { display:none; }
 }@media only screen and (max-width: 763px) { #Ak2e0bSCTCBl34mK6l7PpKpRK46IzWaV { display:none; }
 }@media only screen and (max-width: 763px) { #uBEhDfHwDTPGXfIcTx5HoReK2H6yLO8P { display:none; }
 }@media only screen and (max-width: 763px) { #LMHEZ31IhtANi7C3zIbTZ5cbRI6fCgh1 { display:none; }
 }@media only screen and (max-width: 763px) { #tXG7ydkGJhPlgIiTGKEgOdhNtbmcsgpn { display:none; }
 }@media only screen and (max-width: 763px) { #xTlcPf0VRxlX9Dps1sTIx8PQUOtbHtC7 { display:none; }
 }@media only screen and (max-width: 763px) { #yCGWJU0iMAhFqad0K1mhGfHJJBaulU7T { display:none; }
 }@media only screen and (max-width: 763px) { #n2f5VEDvHBKwyi07tD2yIVKxbJkSe1pQ { display:none; }
 }@media only screen and (max-width: 763px) { #pq4mS40UuZk5NevFNKR39mxmALN9enl8 { display:none; }
 }@media only screen and (max-width: 763px) { #mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO { display:block; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrTOQR7uJFVVikMevhOkDA2Kq2RF4L0A { top:3.8125rem;left:0rem;width:33.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygVuKpzbiFf8DixXZcTaoMzv3bbev53 { width:21.5625rem;height:3.5625rem;top:2.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzageWMtta9l5Fwmt9tO4xRieb0h0k0Z { display:block; }
 }@media only screen and (max-width: 763px) { #mDZPBVX9gmsTfbQFGcL9FPq888f7QuDS { top:7rem;left:27.875rem;width:19.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { display:block; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { width:47.75rem;height:3.25rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { width:24rem;height:35rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { width:20.75rem;height:22rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { top:17.3125rem;left:0rem;width:4.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { width:14.6875rem;height:2.375rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { width:9.125rem;height:1.875rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { width:24.0625rem;height:35rem;top:15.875rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { width:24.125rem;height:35rem;top:15.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { width:42rem;height:2rem;top:9.625rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { width:20.375rem;height:20rem;top:24.25rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { width:9.125rem;height:1.875rem;top:19.625rem;left:38.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { top:21.6875rem;left:2.1875rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { width:9.125rem;height:2.375rem;top:17.3125rem;left:38.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { top:21.6875rem;left:27.5rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { top:17.3125rem;left:38.875rem;width:4.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { width:14.9375rem;height:2.375rem;top:17.3125rem;left:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { width:20.625rem;height:14rem;top:24.1875rem;left:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { width:9.125rem;height:1.875rem;top:19.625rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { top:21.6875rem;left:41.0625rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { top:17.3125rem;left:13.28125rem;width:4.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQfvASK5sP5qaTz0ulPhvdo4yPyZp3K { top:47.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KbntkdrrcHSt9lD8vTPJPbE137rgqe { top:47.25rem;left:22.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ646AZTSVi9rGiGQNstaDRuIDPDkCkD { top:47.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykormP1OvCnernek9atWd4lBKR638HvW { display:block; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKm2v9FKqNW5QhrJF6hnQhoLqwNJDqqB { top:5.6875rem;left:0rem;width:26.3125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaTmVlkwESeRRtJMwJLATM1uUGzQSel { width:37.75rem;height:3.25rem;top:5.5625rem;left:10rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVnpSw3GKZXtkdcfPIpZZaA4HAywLW { top:9.6875rem;left:16.6875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRLe9SkLRC41sa13yWpK5DBQ9GXpay86 { width:14.3125rem;height:2rem;top:12.875rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUtflcxsSDzFOQxiC1FfvLx9LoXVv2Ls { width:20.875rem;height:4.4375rem;top:15.1875rem;left:16.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7eyEGaACmiWoUrMveoAFewQIUx5g5w { width:42.5rem;height:8.125rem;top:22.5rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuntHWXnGpXyPOzeuQUcaOPw9MhZnu9 { width:2.125rem;height:2.4375rem;top:16.1875rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { display:block; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { top:16.4375rem;left:0rem;width:47.75rem;height:30.149498886414rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { top:4.125rem;left:0rem;width:36.5625rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { top:8.375rem;left:0rem;width:47.5rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { display:block; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { top:5.0625rem;left:0rem;width:46.125rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { display:flex;height:auto;width:27.8125rem;top:13rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Iwh91acQGsnnyDrPvnPayalXihgW1WSa {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #qGdm48QI8XffAnRip1lDDTQ16ZS0Q3fB {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #HmfTd5RKF8DOAlB696uTFOsKmtOn3nsV {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #J0N6CTt1c2xeDUdVUqepBO0kmChRPnyE {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #bikuTvSedSd7AxAPEXcmomEv8P928sdg {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA {  }
 }@media only screen and (max-width: 763px) { #T6UMv8IDuBQzJtnJofpTN71vm81f4DNO { display:block; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3fd1Ps1tn6UfW1Qp0JCobWL1IAGhhTJ { top:3.9375rem;left:5.4375rem;width:42.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBwoHaQeSA5FuPXA5DIAQx8NrclloiJD { top:7.875rem;left:16.25rem;width:31.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-regular-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV  { width:20.5rem;height:auto;top:3.125rem;left:0rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV {display:block;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV { width:20.5rem;height:auto;top:3.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Io31AtdiKc3B9JOOEfJsyW2ryh6GM6kO {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #tNt10KrWFTKQUACEEuo3FSwqn8TXQ6BM {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #b328QfkSPfA1uhE3erJ3E7UxVv3egr1L {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #erpqWPdc2ELg4MxUDzrS9PS2sZVtwBMc {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #cvFgwBE743ePq7UvDNyE7XQudFO68Oku {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #esuOaTZSQCrJ8BWCJTuQ1zhpZxoqkNOa {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Qsh6PE1m5Zbp1n2THfXoOHT0azVeqZ8e {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #plFrrd71mm4MTMvA3TULb7fh7zRsWFS6 {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #FVzl0ERKvThTAkVD6kyHWqaoPXUhmv6T {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #iiorvxcXLqvw0eIaChkSGz7y30LXkLxA {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #mFLcxL8QzMIkBkTf7tnlBrsiXGWpI2dO {  }
 }@media only screen and (max-width: 763px) { #vieKUukSrvp3zGyg3lp7PTJdT9dukKRU { top:14.125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDlkyN6TqdQRST4Fizori1rfTqKT3yvc { top:14.1875rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tg2hbJS2QCSNpR7EeFlQdXGZ0UF1mI { top:16.3125rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLAI8QdQaN26JdGTxHktlL8uEfUH8Lsg { top:18.375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmasHqgdWEbNX1Rk0D4EVlEBT11WGUqA { top:20.4375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fARPeo1xTZ7y3WB2osCuAzUGPCId0lTt { top:16.25rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxys3hkBSZiv10lHFAVXPDT3Ea97vCGq { top:18.3125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy37LitgXD7o47R6gPlQbgcxcPyrAzr { top:20.3125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsZfsTk0DlE0kh1vCvFhVi6EXuAJsR8D { top:12rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLFs8SSX740nIkxQxnsnSzT3vZ3nX94 { top:12.0625rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7L3e7elo4bsgJn0xGe8zq3CPQDU2i5u { top:25.5625rem;left:0rem;width:6.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvzDnXgmWkoFttshtC0umG9sqCdbft8 { top:25.375rem;left:1.5rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TAa5UU7dTBkk0dzZyqdHcESMcyha3T { top:21.625rem;left:0rem;width:19.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz5sPyrqxXbTC6TG93r6TlHnBXN4T0Ax { top:41.0625rem;left:0rem;width:18.0625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK { display:block; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To3TTSZZmZZQS3aRd3KuLoiCkAkMb13b { top:1.875rem;left:0rem;width:13rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVEpKl3Lp42HefJgOFQpfEcJDq2IuRQ { top:7.375rem;left:0rem;width:31.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRECsZB74mpmgrRWO0UcSVfn0z7qEBB { top:9.0625rem;left:0rem;width:20rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlFlGS9u1fupuyXTR1XfFl5qKhnTAry5 { top:11.875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeulNMuxM9Bb5ap15X8u4JsD8wyef5Mh { top:7.375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIgQlwT7TRhRRedyJbr6X2JJ7emk3MLf { top:5.6875rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQrboPWkuyXgZsC9ecfiQ4NWI7RA3MT { top:4rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { width:7rem;height:2.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDg5dxCUGsi3VxyDFTw217zJCyG515N { width:11.875rem;height:2.5rem;top:0.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block; }
 }@media only screen and (max-width: 763px) { #wknQDyZNNCylVUnR1QELccVAgKZRhH41 { width:11.25rem;height:2.8125rem;top:0.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block; }
 }@media only screen and (max-width: 763px) { #GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { top:3.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XM2TM6NoTxXJKmIqx00n4KWGPb08dmC1 { width:7rem;height:2.6875rem;top:0.5rem;left:13rem;z-index:15009;font-size:0.875rem;background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VnrIcrWGRq1DXlAwWDcskoFPM4MQR9p3 { display:block; }
 }@media only screen and (max-width: 763px) { #hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR { width:4.375rem;height:2.6875rem;top:0.5rem;left:8.0625rem;z-index:15009;font-size:0.75rem;background-color:#3878ca;background-image:url("https://images.assets-landingi.com/uc/b4aab415-794e-4da0-9ace-18d6bc09fd85/PhoneiconWEBP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#3878ca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal;display:block; }#hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR.adaptive-delivery-prevent-bg, #hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR.lazyload, #hoDyEP2lVTGNtVQPySPTNGiT2SGe6oTR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CKOGyE73lDXSpMSZpiBXwDM8vDRzJpd8 { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { width:20rem;height:0;top:8.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#3878ca;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { width:20rem;height:0;top:13.021484375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#434242;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { width:19rem;height:3.5625rem;top:33.37109375rem;left:0.5rem;z-index:15005;font-size:1.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block; }
 }@media only screen and (max-width: 763px) { #cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { width:20rem;height:5.5rem;top:27.2607421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4a4848;z-index:15012;line-height:1.1;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { top:7.1875rem;left:4.21875rem;width:11.5625rem;height:10.625rem;z-index:15013;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #keltPXxSVaOTdFqkbFKF5tPdIAhbISS6 { width:20rem;height:;top:19.0625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#3878ca;z-index:15010;line-height:1.1;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #T4dq1D48Z4G8rQo7C9Kpucc8k9MD3TTG { width:12.0625rem;height:auto;top:13.25rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#545454;display:none; }
 }@media only screen and (max-width: 763px) { #T0vMzNttniOOxB3a4f7Zo5gUSBUn8e4G { width:20rem;height:1.21875rem;top:4.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#434242;z-index:15005;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;height:2.875rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg  { width:17.5rem;height:16rem;top:28.125rem;left:0rem; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg {display:block;}#GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg { width:17.5rem;height:16rem;top:28.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #gFDdtdE5xAD11nvbAgsamOfFL6q0RRlq {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #H6hCTSBTPWqrcZxov3whNqwfrwGaRBS5 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mQFFFwz4oLJuKxiCr1dpWEN0Ha2ZtJT3 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #LpV69AfFkieDM7TdiheQDcruAIFRIKJA {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #uMWEAczuzWTuhJr1HWVQSIrKLQuoyd3X {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #MNntp8cfZxqgromdcNUTFyRpTIIx7vzI {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #mx5sZoa2wZbnktolPr9BsT5dF3W5AfUO {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #BZwvmdCr49xaxr9m8cF9QNnt1Mbnkan8 {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #zploT8TqCQ7twTmLXPDSE6p9kLrEbOIv {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #vKrXvRtFedEISzceMwCxOS25noXTpZcO {  }
 }@media only screen and (max-width: 763px) { #GTrnru9nUU8Mi4oTZZryQb23eqJ6gnkg #OC9Rfkav2ncqT2iSgTCviQfvfEETNBll {  }
 }@media only screen and (max-width: 763px) { #TGIMTElw12npMHry9iMhtbATILA2DOvw { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:3rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #znlRgJlnFUP8eMts6o6vstlpH5strlud { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:5.5rem;overflow:hidden;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gEIxK1C6EaeTusTLqKltCJksIHDv583q { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:4.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #DFNzp5wxwUAZg6fE0TaKDTvtxXg8MEkA { width:9.25rem;height:1.949225rem;top:37.9375rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mSFfP5AREz5oWvdzDXCCICJBhby8l6Mt { width:2.1875rem;height:2.1875rem;top:33.5rem;left:8.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #R838CLETRLsmsyZyAINqexV76JndznBr { width:2.1875rem;height:2.1875rem;top:33.5rem;left:8.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tr8LUNB6UCLniwCav2tC4WwPGr6kNWL4 { width:2.1875rem;height:2.1875rem;top:33.5rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3qGnMtCTwq4VPcc3nIulpXLMx1N6zDy { width:20rem;height:auto;top:34rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs { display:block; }#SV1LeRQrvaC3X3TTEweRHLSAezh0TPqs > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do7ApT8ae7yFTSNPvWCSFWB6IllDmvyZ { width:13.4375rem;height:4.375rem;top:2.75rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrZW7fBzGWtBe6ClpwD3RMdwaedJf4c9 { width:10.9375rem;height:4.375rem;top:2.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmTbqpioC2ocOoA6TvJ3EXJSp9JHeVBg { width:13.875rem;height:4.375rem;top:2.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqKUgRdRtkyF3gTPHGHmmv3MKsnFmHRT { width:4.6875rem;height:4.6875rem;top:3.4375rem;left:4.78125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #xzQwz3iQuy2pw1O7FKf9xSS9eZaIh8tf { width:9.25rem;height:3.125rem;top:4.6875rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TQRx5oUd3Nx389QQIGTnuSLQKulic4ZR { width:9.125rem;height:3.125rem;top:4.6875rem;left:10.875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTiPr1gNw6DDL274txdpVLOBAe9rV7yR { width:7.9375rem;height:3.125rem;top:9.625rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k2c6BMLihnSHS8PwmHhdWaw1QSHNNa4q { width:7.875rem;height:3.125rem;top:9.625rem;left:10.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO { display:block; }#O6xQE5Rdyn0LFJaqVo3sWLMwvIblkOTO > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvWPP9fgTltLC1S6GWUTBJlnCztKKSwD { width:20rem;height:2.5996125rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #W8rg8dBL5KKPGclsgzPk0z9C1IgfwdIb { width:9.75rem;height:9.375rem;top:5.0996125rem;left:5.125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xGvR4zRxA2RmOO5DCFpO0glChKC1rRSy { width:13.3125rem;height:9.375rem;top:15.7246125rem;left:3.3125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qvgoLkTMZ471aaJSzaBRZRKtJDpegJBM { width:6.25rem;height:0;top:7.5996125rem;left:6.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UOWsSdqSlBJLh8cIOKoJ3nKRv0Buvf7L { width:10.1875rem;height:0;top:18.2246125rem;left:5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l0FaNgkwXaw4oyHcS2S5NgydpeV6O8NJ { width:9.75rem;height:9.375rem;top:26.3496125rem;left:5.125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ttXCF8svcCrJ6sw80CwG0Wuv2S3HGcrW { width:6.0625rem;height:0;top:28.8496125rem;left:7rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tXZtefKr4LTQ7s4hQV1GBIkgT53mEl7g { width:20rem;height:0;top:36.9746125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JFM9CzhUE3dTCOww7131XchNdgcLCC10 { width:20rem;height:27.09375rem;top:63.62890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8R2cT1FGe2l3UCSssTnuoLbML4LRCg { width:7.5rem;height:0.3125rem;top:46.753925rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3TTEDGFLL9XR6PiGgq5Gzo6OZgGii4B { width:16.1875rem;height:9.375rem;top:48.316425rem;left:1.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DoHUhPmnvuIDTIaghBSKHPNhFrN2gUPi { width:17.5625rem;height:9.375rem;top:58.941425rem;left:1.1875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TuvND4LsQUc6KaH6l8EGxXhQPiubJPyT { width:10.1875rem;height:0;top:61.441425rem;left:4.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n7Bthy9gAF67AtGHVRIJDpNaq2GkSQZd { width:10.1875rem;height:0;top:50.816425rem;left:4.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J3LQZNCx1htQ70xvXfX0U2qmwAhVFnSV { width:13.3125rem;height:9.375rem;top:80.191425rem;left:3.3125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #vNoPy4RCFMMGmHL5kAscJiv3hpNzuDQM { width:9.75rem;height:9.375rem;top:69.566425rem;left:5.125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DyI7zdzb6p0zIfQgszturEtWWMVcxFzW { width:9.75rem;height:9.375rem;top:90.816425rem;left:5.125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Qw5HlMrm0Pa9XmTXzLCuy2ye0xmuinRT { width:7.0625rem;height:0;top:72.060565625rem;left:6.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cTF9tysFBvat7H0VrPFqNpNNebHRcVq9 { width:6.375rem;height:0;top:93.310565625rem;left:6.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iptyTl9WaNFT7wEQUtu454mDB6gAKrqR { width:10.1875rem;height:0;top:82.685565625rem;left:4.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eb8wpheK1tTdP5FnaS5bZPFpKGZ7wFAt { width:20rem;height:6.5rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #JBkuWFvJo6ma6trxxUPqNBpMvl3IIlXM { width:8.125rem;height:7.5rem;top:20.6875rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AXwtXEUtmnoTod2V1tT8MkorsN7K27UC { width:6.25rem;height:3.736325rem;top:22.5625rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGfmi8y2HucW8ouO3MLWnaEzmP9Bfw6T { width:11.25rem;height:7.5rem;top:20.6875rem;left:8.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #imDXlCA084uN1c7K9QwgZfyVfHG0oKzt { width:8.625rem;height:3.736325rem;top:22.5625rem;left:10.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRiBLUtTJvrlCwU5GaguTBW8JHQVWyD3 { width:11.3125rem;height:7.5rem;top:28.75rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KM1voq5TAOWK2UCzCiJA8lWrS8LqxtFV { width:8.125rem;height:7.5rem;top:28.75rem;left:11.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XPT0RGI0NPffy6UH198p76D3Tfz4ObZx { width:6.375rem;height:3.736325rem;top:30.625rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrDipoTmPiWomwNTGK3vzGyGUNitnDA { width:6.0625rem;height:3.736325rem;top:30.625rem;left:12.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9EioiFUCUgF4m0VQOn4ltM83N2WLbkL { width:20rem;height:7.5rem;top:36.8125rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TvL44lrXx0t8H5DQtrRNArQVFRbgEoM9 { width:10.1875rem;height:3.736325rem;top:38.6875rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBK5P30Nz6GsiRGvsleGqu0rm70XG1nV { width:11.3125rem;height:7.75rem;top:45rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mZvSqIHexAwOV0SR27Q0c7UT78paHhEe { width:8.125rem;height:7.75rem;top:45rem;left:11.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #us4oKGeOv99RlCOsOpTAkA5bCO3mhJRH { width:7.0625rem;height:3.736325rem;top:47rem;left:12.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uppHmt4h3xW0t7wfeeMfAT6G1hIsRy28 { width:10.1875rem;height:3.736325rem;top:47rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkTsBxDkm6TRskKCzAQXISDeugQoaGWO { width:20rem;height:7.75rem;top:53.3125rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #crTstiVfsEGZQmvQ26OPT8FUPDblgTrI { width:10.1875rem;height:3.736325rem;top:55.3125rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JB18pHFWPIeyRxxJZKG0tsPMfWMTskr2 { width:7.5rem;height:0.3125rem;top:15.625rem;left:6.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ { display:block; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ { background-color: transparent; background-image: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container > .video-iframe-container { display: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row > .video-iframe-container { display: none; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .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); }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ { border-width: 0; border-radius: 0; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNI25KSRKLdMSq79O0T4WtH4aUtgUgDQ > .row .container { width:20rem;height:199.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMXLa5U8wfiJ527LDsVt2v6o6ZfavWW7 { width:18.8125rem;height:11.046875rem;top:60.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qO95XrpLgMl8TQZ4TiovaEdOzJyq9S { width:20rem;height:5.84765625rem;top:31.3125rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rza6XFgLA22w3TiGMIL0BFERN33Lq1Pe { width:15.5625rem;height:3.8984375rem;top:78.4375rem;left:2.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #WQB7BZ56lVOftiV3dWTrqtVJZliR9XQS { width:20rem;height:3.8984375rem;top:117.625rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFyyUXCaqh2wmNqnHMwtwp6y9itFe8HX { width:20rem;height:1.94921875rem;top:160.5625rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmuwkLEOZkRc0r9bqtobNOQlcziMf8la { width:18.8125rem;height:5.5234375rem;top:105.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3BhyATB3yyAdL0xuQzGz79M0RKFHFT { width:18.8125rem;height:8.285125rem;top:144.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKFc8ADFDtzJmdJMG0HaBI7tDL5tZfCs { width:18.8125rem;height:5.5234375rem;top:185.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrySnm0fTSdsstmvMOSKINRUKuss384 { width:3.125rem;height:3.125rem;top:82.2822265625rem;left:8.4375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #zT0cTc7DRcrmt6qOhXx0FWqvSuUJJXdQ { width:2rem;height:2rem;top:41.7822265625rem;left:9.9375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #i2GBNKB6toTZ8SqW9H8PFCmITBg5riRM { width:3.125rem;height:3.125rem;top:129.4697265625rem;left:8.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #TEH6KXWrzXzmq0oQFb11oEiFFmZyxOe9 { width:2rem;height:2rem;top:131.3447265625rem;left:9.9375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #cp3LU4RUzeo83NFldU9T0499171tN83t { width:19.375rem;height:5.19921875rem;top:2.6796875rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { width:20rem;height:3.25rem;top:8.8515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyTBzHXv3nH069sNgCqzWMH5aeu8k4as { width:18.75rem;height:17.5625rem;top:39.5625rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2y0OzQ7XvI49vBfb9Pulk1FeJgIdbno { width:20rem;height:41.8125rem;top:114.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQfZu9RsxEKp6qWFkV5t1hdgq0TM8HI { width:7.5rem;height:0.3125rem;top:196.51171875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OA8xQxMQD1vIbXd3kWmfexLmOaT1mhnQ { width:20rem;height:36.875rem;top:157.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP6GxrOWdgHWQlE4iN7yXCV5TkKW8fG { width:18.75rem;height:17.5625rem;top:84.625rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RpInNIL6npEa1F0do9hqkT3ePGAkN9 { width:7.5rem;height:0.3125rem;top:245.61134375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6p9hErau9OPSz0rPPixPsFUu4HBcxPr { width:20rem;height:28.1875rem;top:265.17384375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss9enbipJp3PqLrAMQ81dV8kRp8TpvU6 { width:18.8125rem;height:17.5625rem;top:124.3125rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZnXxfSwRqnHi6F1szsMduuCgTFOSUg { width:7.5rem;height:0.3125rem;top:275.67384375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6Pis6SXgv0He7qWNciF0arWsmET7A5V { width:18.75rem;height:17.5625rem;top:165.25rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPuZB1N2Mi4Cldi0VrUxQmK16hCR2uS9 { width:20rem;height:28.1875rem;top:314.61328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5HEcUDfQ99qRZ1tnBLpBGDcxwMBJGTb { width:7.5rem;height:0.3125rem;top:321.98828125rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NChaT2tLPBraZgmBUOlqnXttTevh3ybG { width:20rem;height:45.5625rem;top:28.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MHtRz3XZRiXK3cHGupM6Twav2qQ6AOTw { width:20rem;height:37.875rem;top:75.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SPeVbTVTzMhAieqvfpFfH3hzTCVuwWTl { width:20rem;height:9.5625rem;top:14.798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { background-color:rgba(0,0,0,0);background-image:none;display:block; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { background-color: transparent; background-image: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .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); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Daq79i3myZqHCr341Mo6ECKIgdofLTWl { width:20rem;height:5.19921875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #HNWA4xqWdocv9fFIxTM4RF2lmgpTbprs { width:20rem;height:23.6875rem;top:12.3671875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q3qdSIrHq0OdsWsHHpDdzeGoRDJv1vVT { width:18.875rem;height:5.5234375rem;top:25.8671875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #n0fOVkgrQ5EkU0sE3xRp23T1GSJIFxiT { width:7.0625rem;height:4.3056625rem;top:21.02734375rem;left:6.46875rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfIbhEyw1d3TVWV67J20FrGpOUDgCNz { width:18.125rem;height:1.4619125rem;top:18.58984375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMZaI6WNQeHJvqJdbodMgkKLL0mExo5O { width:3.5rem;height:1.29980625rem;top:23.22265625rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbcT6x5ylWZr8cEI6kFZt7DTuwfTTTPq { display:flex;width:3.625rem;height:3.625rem;top:13.93359375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #wT1CF68bm818Hw1cIUgDVIKtWHuFFdGD { width:20rem;height:23.6875rem;top:38.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKWEawN801q3pirKilzDvx6cczAx4a9 { width:20rem;height:23.6875rem;top:64.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhxfpUErWfdabcCWo1lcsgJwVS7ls3GO { display:flex;width:4.0625rem;height:4.0625rem;top:39.875rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #kayGgAtCKn6CLROPdcOrdFFuKZMClneu { width:18.125rem;height:1.4619125rem;top:44.65625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1Sz9Gw3TK64ilfEr3tcTJf02u72pxu { width:6.375rem;height:4.3056625rem;top:47.25390625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3lS3V4oovgVNmgzsRwcq5DOHp4qZX47 { width:3.5rem;height:1.29980625rem;top:49.576171875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArzB94PHaJetkPB2bRg1U4S083i2SA9o { width:18.8125rem;height:5.5234375rem;top:53.0390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #nk09Q1r4Peegub5b315UvMsT9lLurTDb { width:18.125rem;height:1.4619125rem;top:70.78125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtvNAP75iqlXd6PsM7yS8s2XMGBau4B5 { width:6.375rem;height:4.3056625rem;top:73.84765625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdsgvgMBRn3FZNpZzh8HRKpiUPWPWox { width:3.5rem;height:1.29980625rem;top:76.16015625rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmJbwM19ELswy5SUp8RnL8R1SOLdegaE { width:18.5625rem;height:4.142575rem;top:79.0078125rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #H9O21l4RzQuLouTIU34RIl6PPutdaXq0 { display:flex;width:3.125rem;height:3.125rem;top:66.51171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FlTG8gMdAUboVtIRxwZGRs5FbwRvwVum { width:20rem;height:3.16699375rem;top:89.015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 { display:block; }#L8p557T2hgnZDIgrW9Iyd32NfrXx51z5 > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVZr0Zl47CFTAHh7S2e5ZoTmdyO8K6mG { width:20rem;height:5.19921875rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #H1fZGvSl0lwanWGdFUGUwfTMZ860pHhs { width:19rem;height:3.5625rem;top:10.8125rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #teBSmuI3Jz46xRlRq2B12rRHJ9FIhyVz { display:block; }
 }@media only screen and (max-width: 763px) { #tafE60aU6eegSCO06tMzq1HeEdVKLM5U { width:20rem;height:1.0556625rem;top:15.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { width:20rem;height:7.7988125rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { width:2.9375rem;height:2.9375rem;top:13.0419921875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { width:2.5rem;height:1.625rem;top:13.6982421875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { width:17.875rem;height:1.625rem;top:17.4169921875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { width:16.125rem;height:1.625rem;top:35.5244140625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { width:2.9375rem;height:2.9375rem;top:31.40625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { width:2.5rem;height:1.625rem;top:32.0625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { width:18.375rem;height:1.625rem;top:54.4482421875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { width:2.9375rem;height:2.9375rem;top:49.8857421875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { width:2.5rem;height:1.625rem;top:50.5419921875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { width:3.8125rem;height:2rem;top:55.1357421875rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { width:3.8125rem;height:2rem;top:54.4482421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { width:18.8125rem;height:7.96875rem;top:19.8232421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { width:18.8125rem;height:6.375rem;top:37.8232421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { width:18.8125rem;height:7.96875rem;top:57.0107421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE { background-color:#f1f5fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { background-color: transparent; background-image: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container > .video-iframe-container { display: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container { display: none; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .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); }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { border-width: 0; border-radius: 0; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#REn9wz5uEG47xsBkMQRrxm5oinQdQ4FE > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWJ8VcwZK0ykiMS9zER340xwcNFTJKeg { width:11.5625rem;height:1.625rem;top:16.6103515625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpICRcLqThs3tKmReLC1Fw4TvHH6alG { width:18.8125rem;height:7.96875rem;top:18.7587890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTNAgD8RT86TOLsFWgmZfVh9kxguT6k { width:16.875rem;height:1.625rem;top:49.3447265625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ikbGCwnKfHPufBsIAt27GKdSfQBv7k { width:18.8125rem;height:6.375rem;top:51.5556640625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT7B466HMlSKeFxuRTmgRSJ9aKJvTxp { width:16.875rem;height:1.625rem;top:82.4541015625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpChbKSAmWPhucb200OaSmC10IeB0tTN { width:18.8125rem;height:6.375rem;top:84.6025390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND35bcuTURNpaMShT2uEniKSV51PTsFR { width:20rem;height:7.7988125rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #b2x5HHVRvHuSHBMaTb6wGy5VNABemwBJ { width:16.875rem;height:1.625rem;top:33.7587890625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXqeIEDu2C0zyZ9TPRRutoEnztzTuwG { width:18.8125rem;height:6.375rem;top:35.9072265625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1zU5MmoLhSgL8mTOTPiLkGZJ9br6Ii { width:16.875rem;height:1.625rem;top:65.5556640625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnPwiObva46tVvhaJnwbJcPf4VThP33O { width:18.8125rem;height:6.375rem;top:67.7041015625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR4WGwH5R0E3iGi47E0nmJPlAr47valK { width:16.875rem;height:1.625rem;top:99.2900390625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2g6M6t7AB2ReD9TB4wPN89VcyTlApoH { width:18.8125rem;height:4.78125rem;top:101.5634765625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJI0BA3xVkPseum1o4KUE6VI4SsShgq { width:4.375rem;height:4.375rem;top:94.3525390625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSuQckaEIUeTvaTNk9Md8pTIARdbyWJ { width:4.375rem;height:4.375rem;top:11.6962890625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1cOF6Uv6LG2ULoVBhKIcDxtdxUhJ1N { width:4.375rem;height:4.375rem;top:44.4697265625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGyCqiuKH73Idw7VeTRuSphGXqRQGr6B { width:4.375rem;height:4.375rem;top:28.6962890625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT508yV4yq0wq4Ic5Lx8oXkvsTHZtG36 { width:4.375rem;height:4.375rem;top:77.2041015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKN1338GS4VORIr0EORvhuXeV5UVcSe1 { width:4.375rem;height:4.375rem;top:60.34375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { display:block; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { width:19.4375rem;height:7.7988125rem;top:3.8125rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { width:20rem;height:25.5rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { width:20rem;height:13.0625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWbe516Au1eb00wKlErxsTWBNADsW0du { width:20rem;height:13.0625rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { width:8.625rem;height:2.4375rem;top:53.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { width:7.9375rem;height:2.4375rem;top:68.3125rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3krURq9azfGzMFPBRSlBq4LU20rbsMC { display:block; }#B3krURq9azfGzMFPBRSlBq4LU20rbsMC > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA5pfSOD6u8lR2qAdqgo36LgcuooXWS1 { width:20rem;height:5.19921875rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #Zh0rTWOryaE4u1T3OAVdADpIewufKxiT { width:19rem;height:3.5625rem;top:10.875rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MSMBK3NCT49aQO9KkPE4WS4EMTtnC1tA { display:block; }
 }@media only screen and (max-width: 763px) { #TGroR7KOevAxe7BHTWIdSWTHK15o9bTr { width:19.875rem;height:1.0556625rem;top:15.6875rem;left:0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foeqKtanLRgDnlFFRL8alJb33EKUT1gU { display:block; }#foeqKtanLRgDnlFFRL8alJb33EKUT1gU > .row .container { width:20rem;height:316.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVtzNmO0Vy0rMNVTIgQHtxFCRHbu6TmU { width:20rem;height:7.7988125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #qkyWavLp7B79AMdgpTis55OChZpoP5LE { width:20rem;height:12.75rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBaoEopIdhnTi5PeQZhoIgSh6S6PIKfB { width:20rem;height:21.826923076923rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9xkxE9QnN7TGvPJrdW54G1lfl8UhLF { width:20rem;height:24.343163538874rem;top:51.0136875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7lRJf5QzbHJkxv8h99X7fELk6BcThGJ { width:20rem;height:24.27807486631rem;top:76.6064375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiKEHOVglI3f4QKCsny4aJf2H83qw2O { width:20rem;height:11.661016949153rem;top:142.085rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEl8zTH0TLgqMK0XD8kfK8TnM8RuX3Zf { width:20rem;height:14.797297297297rem;top:102.1338125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdbl1FVyI0H85WUuNMIFiU1rBV6G1kgM { width:20rem;height:14.772344013491rem;top:118.1806875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgcam8csQwyX3hOhrkUT0QF3eyELcIR6 { width:20rem;height:6.6333333333333rem;top:134.2021875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuvB3rFyFmfy4NI0PrEGqzBOHoShNpUq { width:20rem;height:11.661016949153rem;top:154.995125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TE8EvB7g4wvgFm43Ben4BDMbpe2qVG { width:20rem;height:14.949152542373rem;top:167.90525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaOP1cuqW26aX4U6NWyzxPX5L6eJ6dxn { width:20rem;height:14.940577249576rem;top:184.1035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMR7OPMGmESs0egR38vpBf0cRhbzxanp { width:20rem;height:14.949152542373rem;top:200.2939375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtQe9tXDIdJcl5vo1yhKwGVsuxCyncZy { width:20rem;height:14.949152542373rem;top:216.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI22kfGH5xMQnQ846MaLqDSU8dUKcgqO { width:20rem;height:26.615384615385rem;top:232.6904375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHxd8bcODux1rcFkcyJ5qfNFPqIuffot { width:20rem;height:26.615384615385rem;top:260.5556875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7gMgHTKQvkWkPhI4OfCyDhblIPRaIlz { width:20rem;height:26.615384615385rem;top:288.4209375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 { display:block; }#XZ1R9dnoXltOsovBTFpfKvTsk2KtzpL4 > .row .container { width:20rem;height:307.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEFkWT02iUvfRpl2w06M3mgJzynU7KTg { width:20rem;height:31rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4lJmmloOnVqNagM3SWelCva19l0M4c { width:18.75rem;height:1.8681625rem;top:35.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZnvvhpWB9fq3AtaADLmy6TR3pGhIHzG { width:16.25rem;height:5.09765625rem;top:38.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXwOZXFK9LmK8w13tLJA3NEpl4dk2xfh { width:20rem;height:7.7988125rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #Qpmm9H3qhuFGhnump80DBZ1uDzC9oApg { width:10.125rem;height:15rem;top:18.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTILSGc0U7qQMqtxFFqf5N3B4bPTgWoZ { width:20rem;height:31rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFvRtagIDmQbkMIQ3kx8KfX2SpVdL1E { width:18.6875rem;height:5.09765625rem;top:134.9375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3aaKAmVKrt3JVVTcpNaeHiI61GgpcL1 { width:18.75rem;height:1.8681625rem;top:132.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEEsGzCiwSUOazaIlDWTX8M8184dJXa { width:16.25rem;height:13.5625rem;top:116.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLho9FThOnsF6u6ZlyKxTHvQSDJx0zoh { width:20rem;height:31rem;top:208.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZiTKbTziXMMKHWWt0mC09zlc7MQVM5 { width:18.75rem;height:5.09765625rem;top:231.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgA4T0mGIfwviqKizOAPpMEkIWyoOMFs { width:18.75rem;height:1.8681625rem;top:227.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqpQ5mX37aKb1DkE6i7LBCTx2XF5189U { width:16.25rem;height:13.625rem;top:211.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8NVFVe273UaKQu1CTgXHtL3QU0QeaF { width:20rem;height:31rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXRPLJF49VLPOaAHlCJszQErxWxxyxw { width:16.25rem;height:5.09765625rem;top:71rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKD8MiCcJU2lfUBLOrgQJAkuU45CrdBx { width:18.75rem;height:1.8681625rem;top:68.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcw8mHXU1geugW54XFuFoPD4Ear1SHtH { width:20rem;height:31rem;top:144.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VMbUz08gI064IP3PRnRwxAfc48WdwL { width:18.75rem;height:1.8681625rem;top:163.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQZwLrldLAB3BkrllzXTWTdBMb7vN5r { width:10.125rem;height:15rem;top:51.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5Gwo868vf8Ty8deik8NpTFeXSgxcJL { width:19.3125rem;height:6.796875rem;top:166.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Liiy3dSpdStMezFE7Xk88yiDl5k71u8V { width:16.25rem;height:13.625rem;top:147.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxO5rVy0LdklALzdXOmwgyTLzr4Xbgm0 { width:20rem;height:31rem;top:240.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXGVdOTOdceQ8fbzNCd31EmGNr2L9lPS { width:18.75rem;height:1.8681625rem;top:259.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUsHuTG7OFg5U49adgTSroBdoNTNFNeE { width:16.25rem;height:13.5625rem;top:243.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5V7QCoS2wawUHWg0v4UOpU8giflRxd9 { width:19.25rem;height:5.09765625rem;top:262.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTsQ3alkFJ5TpXq7bd6Lu8N2QPdVTBu { width:20rem;height:31rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8mN4nIoi6VHZuJJ9snQMIsJFuTszQX { width:19.1875rem;height:5.09765625rem;top:102.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hemJF67Bvz8WOncOIAPrRttyhV9ko6 { width:18.75rem;height:1.8681625rem;top:99.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6iTWMFSTcPrrHG91TLKSWTsenUpWxi2 { width:16.25rem;height:13.4375rem;top:83.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9hCi2KtxPlMzwZBz9CyP59XzzOGKTNN { width:20rem;height:31rem;top:176.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6EyqGyipIi4n3opZwK560cTmNuSWthl { width:18.75rem;height:1.8681625rem;top:196.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOM3Ho1pfOC0zQo75bG3ULyndeL8AWN { width:19.125rem;height:5.09765625rem;top:199.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmArGQwU8bHUPoPzA3cIbq7kSdSXvzCv { width:10.125rem;height:15rem;top:180.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5bSOMVONiT89ULQevw4rRhBMEOvDxO { width:20rem;height:31rem;top:272.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FRmI6wDFKc3D62SfKr0LOVW1N6HrW { width:18.75rem;height:1.8681625rem;top:293.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0tzMLTihD1ouRQDrXNiqZGsZAFsuFP { width:10.0625rem;height:15rem;top:276.25rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZiOdE28sRR3ZngvUV9P12QaJQ1vWktn { width:19.125rem;height:5.09765625rem;top:296.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 { display:block; }#LquDpemzhAT4bFywuGTh1aM9OA1Tm8g6 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU2cAaI2zBzvFsS3zkpW19NEAiiBmuCi { width:20rem;height:5.19921875rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #eSKIbruTBrTbaP0a5CHJBKN1HwmSETGD { width:20rem;height:12.75rem;top:9.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBIKGD7LTXVOsFXopolp08KGihWUbGah { width:17.8125rem;height:0;top:105.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7ekrxqo5rxNMrwcZwJJ4aPwbQ7S6Fv8 { width:11.6875rem;height:1.3125rem;top:49.2021484375rem;left:3.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6lTi54tyF9KKlRK1oUONwWPCz9M5cTC { width:13.25rem;height:0;top:58.7177734375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COiFIKbvIdGDmz6nw9GMcGLN1Cue4qQt { width:19.625rem;height:2.8125rem;top:150.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9J4N7unAVBcB3vi9gzCOvAkJyW59yZU { width:13.75rem;height:0;top:151.1875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFVQRxhGg5UW8e5VGXoTgIt6pZpKi4NJ { width:19.625rem;height:33.625rem;top:102rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kq7Vz1ZJxhuOb3u9absi0xi0vTC6rS35 { width:19.625rem;height:32.0625rem;top:154.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADHJm8xQFCKfChGIqMtLDBCE2yoB0pys { width:17.8125rem;height:0;top:158.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSofzqGLHf5Do3IsAURxZ9a6N2TDvbZ4 { width:13.375rem;height:0;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKDP11J4yvMEqRiZdhbgwt1UQ0FUXn6F { width:7.625rem;height:29.91015625rem;top:27.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15019;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #WqvWqtuJll1UlUlGodQpX7gpVGS9h317 { width:10.5rem;height:29.91015625rem;top:27.125rem;left:8.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15018;color:#83bc53;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zkAMiqS77QmByIqS9kqEtEQV1c0kLTxO { width:19.875rem;height:34.8125rem;top:24.8125rem;left:0rem;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #cacaca ;display:block; }
 }@media only screen and (max-width: 763px) { #T16eNDlRcCMRTbkrK63H8H34ruXbSkuu { top:29.4375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ak2e0bSCTCBl34mK6l7PpKpRK46IzWaV { top:32.625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uBEhDfHwDTPGXfIcTx5HoReK2H6yLO8P { top:38.9375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LMHEZ31IhtANi7C3zIbTZ5cbRI6fCgh1 { top:35.8125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tXG7ydkGJhPlgIiTGKEgOdhNtbmcsgpn { top:54.6875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #xTlcPf0VRxlX9Dps1sTIx8PQUOtbHtC7 { top:51.5625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yCGWJU0iMAhFqad0K1mhGfHJJBaulU7T { top:42.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #n2f5VEDvHBKwyi07tD2yIVKxbJkSe1pQ { top:45.25rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #pq4mS40UuZk5NevFNKR39mxmALN9enl8 { top:48.375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO { display:block; }#mvsn7BbJmDISX4SfvxJVS2khzWG1XnMO > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrTOQR7uJFVVikMevhOkDA2Kq2RF4L0A { width:20rem;height:5.19921875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #kygVuKpzbiFf8DixXZcTaoMzv3bbev53 { width:19rem;height:3.5625rem;top:10.8125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uzageWMtta9l5Fwmt9tO4xRieb0h0k0Z { display:block; }
 }@media only screen and (max-width: 763px) { #mDZPBVX9gmsTfbQFGcL9FPq888f7QuDS { width:19.875rem;height:1.0556625rem;top:15.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { display:block; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { width:20rem;height:122.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { width:20rem;height:7.3125rem;top:4.05859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { width:20rem;height:33.25rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { width:18.8125rem;height:20.625rem;top:22.75rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { width:3.8125rem;height:3.4375rem;top:17.15625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { width:9.875rem;height:2.125rem;top:16.4375rem;left:7.75rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { width:6.6875rem;height:1.875rem;top:18.0625rem;left:10.875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { width:20rem;height:31.9375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { width:20rem;height:34.25rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { width:20rem;height:1.3808625rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { width:18.8125rem;height:20.625rem;top:92.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { width:6.5625rem;height:1.875rem;top:86.9375rem;left:11.25rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { width:6.6875rem;height:1.0625rem;top:19.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { width:7.375rem;height:2.125rem;top:85.3125rem;left:10.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { width:6.6875rem;height:1.0625rem;top:55.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { width:3.75rem;height:3.625rem;top:86.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { width:10.125rem;height:2.125rem;top:51.625rem;left:7.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { width:18.8125rem;height:13.125rem;top:58.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { width:5.5625rem;height:1.875rem;top:53.1875rem;left:12.125rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { width:6.6875rem;height:1.0625rem;top:88.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { width:3.75rem;height:3.625rem;top:52.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQfvASK5sP5qaTz0ulPhvdo4yPyZp3K { width:2.1875rem;height:2.1875rem;top:114.25rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KbntkdrrcHSt9lD8vTPJPbE137rgqe { width:2.1875rem;height:2.1875rem;top:78.375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ646AZTSVi9rGiGQNstaDRuIDPDkCkD { width:2.1875rem;height:2.1875rem;top:44.75rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykormP1OvCnernek9atWd4lBKR638HvW { display:block; }#ykormP1OvCnernek9atWd4lBKR638HvW > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKm2v9FKqNW5QhrJF6hnQhoLqwNJDqqB { width:19.875rem;height:19.375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaTmVlkwESeRRtJMwJLATM1uUGzQSel { width:20rem;height:4.548825rem;top:4.4921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVnpSw3GKZXtkdcfPIpZZaA4HAywLW { width:7.5rem;height:0.3125rem;top:9.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRLe9SkLRC41sa13yWpK5DBQ9GXpay86 { width:14.3125rem;height:1.625rem;top:35.4150390625rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUtflcxsSDzFOQxiC1FfvLx9LoXVv2Ls { width:20rem;height:4.125rem;top:37.75rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #aQ7eyEGaACmiWoUrMveoAFewQIUx5g5w { width:20rem;height:12.42775rem;top:44.8955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuntHWXnGpXyPOzeuQUcaOPw9MhZnu9 { width:2.125rem;height:1.625rem;top:38.4375rem;left:17.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b347393f-b36b-4345-964a-4c69b7bac24d/After.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.adaptive-delivery-prevent-bg, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyload, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyloading { background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { background-color: transparent; background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .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); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { border-width: 0; border-radius: 0; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { width:19.875rem;height:12.5rem;top:22.52734375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { width:20rem;height:5.19921875rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ededed;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { width:20rem;height:8.285125rem;top:10.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { display:block; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { width:20rem;height:5.19921875rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-element-container { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-text { color:#3878ca;font-size:1.0625rem;height:auto; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-desc-text { color:#747474;font-size:1.0625rem;height:auto; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { display:flex;height:auto;width:17.5rem;top:10.0625rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Iwh91acQGsnnyDrPvnPayalXihgW1WSa {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #qGdm48QI8XffAnRip1lDDTQ16ZS0Q3fB {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #HmfTd5RKF8DOAlB696uTFOsKmtOn3nsV {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #J0N6CTt1c2xeDUdVUqepBO0kmChRPnyE {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #bikuTvSedSd7AxAPEXcmomEv8P928sdg {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA {  }
 }@media only screen and (max-width: 763px) { #T6UMv8IDuBQzJtnJofpTN71vm81f4DNO { background-color:#2e6bb9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { background-color: transparent; background-image: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container > .video-iframe-container { display: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container { display: none; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .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); }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { border-width: 0; border-radius: 0; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6UMv8IDuBQzJtnJofpTN71vm81f4DNO > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3fd1Ps1tn6UfW1Qp0JCobWL1IAGhhTJ { width:15.9375rem;height:5.19921875rem;top:3.8125rem;left:2.03125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ededed;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KBwoHaQeSA5FuPXA5DIAQx8NrclloiJD { width:20rem;height:0;top:10.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ededed;display:none; }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;height:3.125rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV  { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV {display:block;}#cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Io31AtdiKc3B9JOOEfJsyW2ryh6GM6kO {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #tNt10KrWFTKQUACEEuo3FSwqn8TXQ6BM {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #b328QfkSPfA1uhE3erJ3E7UxVv3egr1L {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #erpqWPdc2ELg4MxUDzrS9PS2sZVtwBMc {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #cvFgwBE743ePq7UvDNyE7XQudFO68Oku {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #esuOaTZSQCrJ8BWCJTuQ1zhpZxoqkNOa {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #Qsh6PE1m5Zbp1n2THfXoOHT0azVeqZ8e {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #plFrrd71mm4MTMvA3TULb7fh7zRsWFS6 {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #FVzl0ERKvThTAkVD6kyHWqaoPXUhmv6T {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #iiorvxcXLqvw0eIaChkSGz7y30LXkLxA {  }
 }@media only screen and (max-width: 763px) { #cpXBKfzruETkmH0Ou5uVB0o3hM97FbRV #mFLcxL8QzMIkBkTf7tnlBrsiXGWpI2dO {  }
 }@media only screen and (max-width: 763px) { #vieKUukSrvp3zGyg3lp7PTJdT9dukKRU { display:flex;width:1.4375rem;height:1.4375rem;top:13.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #rDlkyN6TqdQRST4Fizori1rfTqKT3yvc { width:15rem;height:1.29980625rem;top:13.25rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tg2hbJS2QCSNpR7EeFlQdXGZ0UF1mI { width:14.875rem;height:1.29980625rem;top:15.4375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #BLAI8QdQaN26JdGTxHktlL8uEfUH8Lsg { width:13.4375rem;height:1.29980625rem;top:17.625rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #MmasHqgdWEbNX1Rk0D4EVlEBT11WGUqA { width:10.5rem;height:1.29980625rem;top:19.8125rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #fARPeo1xTZ7y3WB2osCuAzUGPCId0lTt { display:flex;width:1.4375rem;height:1.4375rem;top:15.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Gxys3hkBSZiv10lHFAVXPDT3Ea97vCGq { display:flex;width:1.4375rem;height:1.4375rem;top:19.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #fLy37LitgXD7o47R6gPlQbgcxcPyrAzr { display:flex;width:1.4375rem;height:1.4375rem;top:17.5625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #SsZfsTk0DlE0kh1vCvFhVi6EXuAJsR8D { display:flex;width:1.4375rem;height:1.4375rem;top:11rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #MaLFs8SSX740nIkxQxnsnSzT3vZ3nX94 { width:13.4375rem;height:1.29980625rem;top:11.0625rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #g7L3e7elo4bsgJn0xGe8zq3CPQDU2i5u { width:6.25rem;height:2.1875rem;top:45.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvzDnXgmWkoFttshtC0umG9sqCdbft8 { width:6.25rem;height:2.5625rem;top:44.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TAa5UU7dTBkk0dzZyqdHcESMcyha3T { width:19.375rem;height:auto;top:21.625rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yz5sPyrqxXbTC6TG93r6TlHnBXN4T0Ax { width:17.625rem;height:0.9746125rem;top:41.3125rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK { position:relative;z-index:auto;background-color:#123e92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { background-color: transparent; background-image: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container > .video-iframe-container { display: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container { display: none; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .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); }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { border-width: 0; border-radius: 0; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4qMwJK02DHAIfMbaPUp7cqATcqPTdFK > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To3TTSZZmZZQS3aRd3KuLoiCkAkMb13b { width:10.25rem;height:3rem;top:3.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQVEpKl3Lp42HefJgOFQpfEcJDq2IuRQ { width:20rem;height:0;top:6.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PCRECsZB74mpmgrRWO0UcSVfn0z7qEBB { width:20rem;height:1.13671875rem;top:17.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #XlFlGS9u1fupuyXTR1XfFl5qKhnTAry5 { width:9.25rem;height:1.0556625rem;top:19.125rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #oeulNMuxM9Bb5ap15X8u4JsD8wyef5Mh { width:20rem;height:2.5996125rem;top:11.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #eIgQlwT7TRhRRedyJbr6X2JJ7emk3MLf { width:20rem;height:1.29980625rem;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #orQrboPWkuyXgZsC9ecfiQ4NWI7RA3MT { width:20rem;height:1.29980625rem;top:8.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }