.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#273c4e;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; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container { background-color: transparent; background-image: none; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container > .video-iframe-container { display: none; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row > .video-iframe-container { display: none; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .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); }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container { border-width: 0; border-radius: 0; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#sANJeWSVmKlUwTGHHwloXbHdmtPwsa1a { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:0.60312461853027rem;left:16.0625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Mr0m5Dy2hU8SgQaGE3w8or4WLkkKNpLD { 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:7.5rem;width:7.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FAWsZDRtdpgzEohFmu4ArUD4g0zbbXc4 { background-color:#273c4e;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:60.5rem;display:block; }
#Dzx1TX2iKLI9tbVsv6aTbGJcTHb1WIrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d9b37e5-fffc-49f8-b9d4-127869ac977b/wepikexport20230720124229oTrFcopy.jpg");background-position:center left !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; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W.adaptive-delivery-prevent-bg, #F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W.lazyload, #F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W.lazyloading { background-image: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { background-color: transparent; background-image: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container > .video-iframe-container { display: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row > .video-iframe-container { display: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .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); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { border-width: 0; border-radius: 0; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#MXfpL2KuO9haa1TwBy5S42t8cEsivNSF { 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:45.1875rem;width:75rem;display:none; }
#WgSQ8fZDZgqMJbBlwBVT4gWszMpToReM { color:#ba2121;display:block;width:37.6244375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.8074359893799rem;left:0rem;height:4.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qblipld5wn1TP4SuWdg9INh76Ie0vTe4 { color:#005e9f;display:block;width:38rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.43593788147rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzVQcz3Mc1NMOOoNw9wE2L4TlAghSC7R { color:#ba2121;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0.3125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { color:#232323;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:14.5rem;left:0rem;height:1.71875rem;font-style:normal;display:block; }
#lRd9aNSU8Cg7e7QcBFXWyp1VxxWT2xkg { color:#050101;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:17.8125rem;left:0.0625rem;height:1.306425rem;font-style:normal;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-form-header {  }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.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; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text { 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.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:17.5rem;box-sizing:border-box;height:2.3125rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-textarea { 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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { 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:#dc6800;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.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]:-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]::-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]:-ms-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK [class*="-text"]::-webkit-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container:first-of-type{padding-top:0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-container:last-of-type{padding-bottom:0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1804685592651rem;left:54.996094703674rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-info-text { display:block;height:auto;font-family:arial;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; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1804685592651rem;left:54.996094703674rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #pIygSxsZwupHXmTZC1W6TRecQ6JORUIB { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TTaRSTuEfXTpnGyaOhhaatSDk1b2Qyoh { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #yWObOKr8PsS6OdT8VG4GE2XwmOPCPTKH { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb { position:relative; }
#vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { position:relative;display:block; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE { position:relative; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU { position:relative; }
#GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { position:absolute;display:block;z-index:14999;background-color:#273c4e;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.5625rem;width:19.8125rem;top:0.875rem;left:54.9375rem;display:block; }
#KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5rem;left:56.4375rem;height:1.5125875rem;display:block; }
#ASlFpMB6qJHsGwN2cGlnQa2STBe0tiCW { color:#f800ff;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:3.875rem;left:56rem;height:1.2375rem;display:block; }
#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d9b37e5-fffc-49f8-b9d4-127869ac977b/wepikexport20230720124229oTrFcopy.jpg");background-position:center left !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:none; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW.adaptive-delivery-prevent-bg, #hDvGSqPF86dEvpKBL1gpstqazrXhVxXW.lazyload, #hDvGSqPF86dEvpKBL1gpstqazrXhVxXW.lazyloading { background-image: none; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW > .row .container { border-width: 0; border-radius: 0; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:none; }#H4hdeTHq36A3iRfWZS2lmgATAQ7t08mE { 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:45.1875rem;width:75rem;display:none; }
#KaMxKvJkzgK9leyTDnZiQTnNkf4Qh3VV { color:#ba2121;display:block;width:34.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MI84s2Ko9iXw3S5Of16oITPpK0HokcSN { color:#005e9f;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.4375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmTwRnZLS3Ky7ZgmOSUtTqLh2L2Dzvfl { color:#ba2121;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0.3125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VyfxkV7BEk4qvTAruz1CfCVCXkGd7LwO { color:#232323;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:14.5rem;left:0rem;height:1.71875rem;font-style:normal;display:block; }
#wnPd8ganG1WcPNvbVeKRlnJSAQ8naM4s { color:#050101;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:17.8125rem;left:0.0625rem;height:1.30615rem;font-style:normal;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-form-header {  }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.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; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text { 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.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:17.5rem;box-sizing:border-box;height:2.3125rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-textarea { 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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .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; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-button { 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:#dc6800;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.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 [class*="-text"]:-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 [class*="-text"]::-moz-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 [class*="-text"]:-ms-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 [class*="-text"]::-webkit-input-placeholder { color:#353535;font-family:montserrat;font-size:0.875rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .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; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-container:first-of-type{padding-top:0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-container:last-of-type{padding-bottom:0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.1242198944092rem;left:54.999998092651rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 {display:block;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1875rem;left:55rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qV0QZtcK0FVKVUsEPpEivhoUvIdqOSuW { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rmL5IF3N41t0ON0NNb3UMGDzPnuDcNTv { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #C7PtIEqJO0AWAKAQiqvTmxhOfXcbpyi4 { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #v69AwlBTCAzSaOcLD4swJQ1eJJdEznmn { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #NLkgU3FU1oRob9NcTFxJ7qDmEx68kL86 { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #cHcnEowuvTrF019SN380KgXlBzFc7mRU { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #xrIIMqlEuF0f2FeOZmlp7Cdsu1V1VU5O { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #I4g0MmK6UxKVf5QbEP3pu1VrUPHq1Lvz { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #fCaezXsqLgNsuvAOo0Khd0hcacz3uegt { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qptb3Jnt9DNGHKn1FHtf1AkciRTNcyB3 { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #dRlzf3Je9U5Zm3Qv5pcSOvOcVxIs0Wpp { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #mnkSlBbG9GC0StnUFemXGVhF01UayXFU { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rbsWPWnPLDF0OPNiehIOrvpyI5fUTvSh { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kS645IB7aZRdKP1zeEwwIMrGyVuwFSfx { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kMwMIwuMWn7Vy0Qc4A6NfM76kuPTq35C { position:relative; }
#MfgvBoJwMMKC4xg9F2vJOy9oQHMmLvaV { position:relative;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #a7ZVn4CTS89oBsdFNHZT6WZH1FZ7RGIo { position:relative; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #tsiv10R8GTTf740JlBEDvp0m59TUPMqS { position:relative; }
#zftTSdw8A6PkOXyWMBBT57oITQRBddWh { position:absolute;display:block;z-index:14999;background-color:#273c4e;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.5625rem;width:19.8125rem;top:0.875rem;left:54.9375rem;display:block; }
#oRrseuLcq8WH7CzMUw0Rz1atWlL2hhvo { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5rem;left:56.4375rem;height:1.51220625rem;display:block; }
#eHXrmTZ5I3XBKokI8gQ5yNXtWOnnRMKi { color:#f800ff;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:3.875rem;left:56rem;height:1.23730625rem;display:block; }
#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f67f21;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; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container { background-color: transparent; background-image: none; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container > .video-iframe-container { display: none; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row > .video-iframe-container { display: none; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .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); }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container { border-width: 0; border-radius: 0; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#IvxDIiJZogWtyb4mhT5laZLg7nQGG2cE { color:#000000;display:block;width:71.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.1625003814698rem;left:1.875rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 { position:relative;display:block; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 { background-color: transparent; background-image: none; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row .container > .video-iframe-container { display: none; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row > .video-iframe-container { display: none; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .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); }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 { border-width: 0; border-radius: 0; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .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; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .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:10.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iREGicC9Ry31FnZPtlelegNtqNrecGZz { 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:6rem;width:6rem;top:2.375rem;left:33.3125rem;overflow:hidden;display:block; }
#ylRgDWcaKPyfnPfl0kvakXPLklRXTA8N { position:absolute;display:block;z-index:14998;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:6.25rem;width:6.25rem;top:2.25rem;left:42rem;overflow:hidden;display:block; }
#uHTI0fITbJGtquo3mzPLkImzME2PcMrs { position:absolute;display:block;z-index:14997;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:7.5rem;width:7.5rem;top:1.625rem;left:24.6875rem;overflow:hidden;display:block; }
#OX6I8TnQUDpgg99R6EbM9kaVCtfIVlyc { 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:5.9375rem;width:5.9375rem;top:2.375rem;left:18.1875rem;overflow:hidden;display:block; }
#p75gq7hmJ7hsqLH5wBJ0iAmgCh76TIoN { 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:6.625rem;width:6.625rem;top:2.5625rem;left:9.5625rem;overflow:hidden;display:block; }
#nV7hWrazEBFrEkJIaVWkSsSGc7Mrmbqp { 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:5.25rem;width:5.75rem;top:2.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#FNToMA3aD7nrKJanTCmFMAAGvy5zet5F { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.25rem;top:3.8125rem;left:65.5625rem;overflow:hidden;display:block; }
#eFkZVqMonuDLCWb5o0XRNDScPp9kkr2v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5625rem;top:3.375rem;left:50.1875rem;overflow:hidden;display:block; }
#saTXnvl8BS306iOtClqqVlnuRKI56MOk { color:#000000;display:block;width:3.25rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:26.8125rem;height:0.8125rem;display:block; }
#J7aZA16xZXO9smnTDsfMfaqXLop8EtJd { color:#000000;display:block;width:3.25rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.65625rem;height:0.8125rem;display:none; }
#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU { 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; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container { background-color: transparent; background-image: none; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container > .video-iframe-container { display: none; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row > .video-iframe-container { display: none; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .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); }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container { border-width: 0; border-radius: 0; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#sC4kkHz101ReuSPsQMPVwHxPmnaR6Ug3 { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.3624992370606rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE { position:absolute;display:block;z-index:15005;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/0HB3QoyW/NIOS_admission_2022_featured_image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.875rem;width:10.9375rem;top:6.3125rem;left:24.75rem;display:block; }#RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE.adaptive-delivery-prevent-bg, #RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE.lazyload, #RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE.lazyloading { background-image: none; }
#fQnr6u5nWidrMlUrwNnJzhMkcfGmx2Ra { color:#005e9f;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.875rem;left:25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8LcgJNAMWUn9u4oVfUMDgFU1mTS7a6A { color:#005e9f;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.875rem;left:39.25rem;height:3.91875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0k8GFrb26MVBna5111kUzwtkxHHINPL { position:absolute;display:block;z-index:15009;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/6e584443-9894-4672-ba8b-a02bb0366caf/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTExL2ZsMzYwMjkxMzI5ODAtaW1hZ2UuanBn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.875rem;width:10.9375rem;top:6.3125rem;left:39.375rem;display:block; }#L0k8GFrb26MVBna5111kUzwtkxHHINPL.adaptive-delivery-prevent-bg, #L0k8GFrb26MVBna5111kUzwtkxHHINPL.lazyload, #L0k8GFrb26MVBna5111kUzwtkxHHINPL.lazyloading { background-image: none; }
#U25m5qBZoWEhK8lOopZmSnSRkB0fnUTd { position:absolute;display:block;z-index:15008;background-color:#cadaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.4375rem;width:12.625rem;top:12.5rem;left:9.25rem;display:block; }
#hSRHTEavvxkI0OA86BJwoyMhobE2MhVS { position:absolute;display:block;z-index:15009;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/GagC07wVvck/unsplash/tanaphong-toochinda-GagC07wVvck-photo-1516627145497-ae6968895b74.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.875rem;width:10.9375rem;top:6.4375rem;left:10.0625rem;display:block; }#hSRHTEavvxkI0OA86BJwoyMhobE2MhVS.adaptive-delivery-prevent-bg, #hSRHTEavvxkI0OA86BJwoyMhobE2MhVS.lazyload, #hSRHTEavvxkI0OA86BJwoyMhobE2MhVS.lazyloading { background-image: none; }
#dzJBNhr3dLeLKtcvfhl5DS8eeKq9t4Eu { color:#005e9f;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.6875rem;left:9.875rem;height:5.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdPMreyxzcyuhIULsCxvyLAq7FDeGtVB { z-index:15000;top:24.875rem;left:27.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bc0ovZg5664UiboFMVgJBg76tNEIpA5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrbDrr8vT5ZLqGTz41W91Bbrel1XGx2W { position:absolute;display:block;z-index:14999;background-color:#ffcae4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.4375rem;width:12.625rem;top:12.6875rem;left:23.875rem;display:block; }
#lqnzeQu2Q1iGb5rNXFKZrgWMZ3sG4utq { position:absolute;display:block;z-index:15003;background-color:#ffe9ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.4375rem;width:12.625rem;top:12.625rem;left:38.5rem;display:block; }
#RTBFukDxgzBk9XdMOeD1pqcaacIEQIKm { color:#005e9f;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:15.875rem;left:24.5625rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc { position:absolute;display:block;z-index:15012;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/UcYBL5V0xWQ/unsplash/nubelson-fernandes-UcYBL5V0xWQ-photo-1618477388954-7852f32655ec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #c78d30;border-left:0.0625rem solid #c78d30;border-right:0.0625rem solid #c78d30;border-bottom:0.0625rem solid #c78d30;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.875rem;width:10.9375rem;top:6.3125rem;left:54.0625rem;display:block; }#Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc.adaptive-delivery-prevent-bg, #Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc.lazyload, #Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc.lazyloading { background-image: none; }
#cuoIMCTVUnr0V8ELpT00Ocxf4c02gTXa { position:absolute;display:block;z-index:15006;background-color:#cfd8b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.4375rem;width:12.625rem;top:12.5rem;left:53.1875rem;display:block; }
#HU4xsXqLt6rShJ2q2lEL0RHmHfJRgCSW { color:#005e9f;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:15.875rem;left:53.1875rem;height:3.91875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#384667;background-image:url("https://images.assets-landingi.com/5XMxvHTq/ssssss_copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.adaptive-delivery-prevent-bg, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyload, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyloading { background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { background-color: transparent; background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .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); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { border-width: 0; border-radius: 0; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8125rem;left:18.375001907349rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { color:#ffd289;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.1875rem;left:17.25rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:9.1875rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:4.5rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5rem;left:4.5rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#pTqru4qM1ImzthFCpv6DvyHsLv49WShk { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.75rem;left:7.9375rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11rem;left:54.4375rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:56.6875rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:24.846874237061rem;left:56.6875rem;height:1.42505625rem;text-align:left;text-align-last:left;display:block; }
#V65XzHfNL4L3kPwPTucEM4enNgJUybPN { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:32rem;left:53.5625rem;height:4.275rem;text-align:left;text-align-last:left;display:block; }
#psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:36.27499961853rem;left:32.84375rem;height:2.85rem;text-align:center;text-align-last:center;display:block; }
#TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { 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:60.5625rem;width:75rem;display:none; }
#e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { 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:15000;opacity:1;display:none; }
#Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { 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:15000;opacity:1;display:none; }
#vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { 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:15000;opacity:1;display:none; }
#J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { 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:15000;opacity:1;display:none; }
#gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { 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:15000;opacity:1;display:none; }
#n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { 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:15000;opacity:1;display:none; }
#ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { 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:15000;opacity:1;display:none; }
#w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { 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:15000;opacity:1;display:none; }
#zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { 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:15000;opacity:1;display:none; }
#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI { position:relative;display:none; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI { border-width: 0; border-radius: 0; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .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; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pyukvCBE7zf3qbntJDXJMAgwVQp855q6 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TCFdLm1ETwTwT0JSFy603iOpNQKng2wP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#c25TqrOmf1NJipoT0EMoIsWl0LB4o3pv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#meunL38sz2DAiZGCU7CpDFtWTO9gel4u { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ffBbgwbPRqsQx6VMePLuk3oFcKfO701T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#dEQVvrUi1MuUwDRIfg4IOT1LNke20HCA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HT0iX4mFTKW26Q4zbZFil5lakfWy3Z9C { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#C1GfeN2BwS4h8mFLykgC5WW9CdF2Zddy { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#K2LyhBe0VxD1W5VUcrgRGGANB44h6atS { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tA1tvIx2ItNPae878tF79SFGfVo632Iq { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xA8Ty5N3OEw3HEgHd32yrZCg4O1sVnDe { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zrp9qC8wlqVblAlkrE4tM82lA29o2b7E { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ypDXKfMteCSUXhory0aBma8nxMPWsTfu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CkNhK7e4rqaikorBxcMqp4rMthePuNIk { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PE2qvU2infWy1UoeFCoQokGlCIJO0V12 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pd17i74b9b8QgT7u4aQOSwGTLEGp2otf { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qFh3hkFqp5IkGHxm27KSD2iNT08wlBS5 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HTRfXy3lHevdoCB8as8udz0cWR6S189P { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J05a7bI7JJO08rSpCyRFaT9uSIVAT1uy { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#crySccmxcdb1QnplivFyC1K7H3zIatZX { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITVzQmTvIUOwbQoQwWdpIw4rqCUQWNxe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hiAa7vOI09pLPsTtft55aJk3TfpN0SyE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Zlh65D6dDSKlp2ceWnOer9PSdELAwaUH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bvEGDeCfG7h7GIaNHfB1OarSARXIJ81X { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mU8R10WXTiiZRQG8tJSScqXWlMOZH7Of { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#eMqEz5KNMsLCitiEOyCnttUVmyTo1dSH { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BaNqKEGlrOemnA4JEGmzoeEdwyCuSPcn { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aeTxqTFt6owiyOiboutMy18ey4Vdf0yT { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r4N45SGDg955Te1KDhoUC9wiFGCPg21d { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fm7qBPaLa5BiP3uDTbplctGuL43efeka { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XTX00RACI8tEUgucSN7NPWcAdziAHde8 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DUl0Ss5FkyqxrXGVdC9DFSIdc2JXWuxL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ckr3aAzRDzNcEabAkTmM7bUuU6eR7Klf { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#purMfWCgAkQ6XCME2V2XcZeh030Q4UTX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QXOkDRkldSpZyMTaWnIpizy2caWf7r9y { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HPLUMUCR5TxD1cfvoby4pAMsrubEPGGm { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rfqPRTIfDq1hmHWQqVBQgwPaE2lVnF4X { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cis8yLSTo4TJiofkGDpu8GEDu9IDND8T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pvWOWmUwIAsDmtfDX4PsZXuST21qFViS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IpRNMSgIUpIANGLIq3bgw2zmTGQd5RTs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#UMkKf8pE7xsTIRT79sFWeSkJsF7ToBnT { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pb1z3KVBEFdzT2mpwxZuFfpBmGi1Q8dT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nFAhqbIZd7I9z8mupBsUl6U1dmlDq7PT { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f4C6Tu74lNO7BomwZ0kET3pILPs8ZUfi { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t9dgqs1q5nFmEUCdLk26CcK56F9aZere { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FStphqtA8TZunmaxkQ4JrKX7AAtCh1AL { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dH0Un75fcJ4AfZEl5FB3pbLvC3Ayn3mL { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o3ecnlMRFHkI1a2RrOkbvAvzIenDved4 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QAoJOpMH2pn9qBsTTorcTooTeJ9b0aSW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#tMyFBp6OBmelbUGDqzdkcDVTSrultxwk { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JTTNJ6787W5N1999BbRvN9SOetWTE0T3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SFCbkpxUk6rScDoxec3DfxzLDJX28ODy { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KOAyfV0FSQfcMucS4iUd659qKdCQCkCx { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ivZQNfqbbcND6lg3wXRLKdcadnO44E2Q { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nyeWtDUoKgCydnNvhLFHt2EUAbnk7cZH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#D0krr66VOrdGdHsFqITG3S3hhty3AWMq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#h95dNr4ZBPahWuOgukPP1F4XnbWt6aV1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mk0vU66ePJK6H3yGHHq40z5SvSAvamvz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XQIpEzie7sF9sqVh9BG9vE047nayfs6G { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bJ3tpJmciqQ8iHwbmCFRetSVCywX6fDP { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OdyRFxALtUlfditP29U5IHkZJ4fahkB0 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iIf2lQ35ekxwz52FZqH8Zmqm7tZcOEWh { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OxLx00729fApwCW4I0iZGuDEOfaAGQP5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#DL5A9ooW0XtTKEsCq4T1eiuncN6TpJyA { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P6cuGCDzurJQoqWpL2FwD0pK2XKVCvs0 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XOcw0Hbb89JPBEshysyMHxfPNJk4H2nv { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F28yvysE1dbgd5VbmJnkE5oozau4N5g7 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JDlkzN8ldL2zIZXEAdlyGvZphihffe6e { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AHPwH4gHXc4S2N563fv6B6O5xuTgxwLW { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oFuJoq6NXMI9IeBUuzPmE30SMQM4nGTu { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RFqABvbW5rwUgGAOWz3cWhVikh2C46HB { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZKbT7mXsaKF7WKXCz6qgMTT6GLwLxCsn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#rGVJyHhF5KJkN6bIoF9NLFNduxilNAVg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FoZ1TRuxH93xxhA9dGBIB9e0bv9VS1Zs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BS3QLwLPiocVg7GmhH1n6DVFpzkrPJdt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#WBvvZR8yTrs1C7VqxD6ItgC0I7I55ckM { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xTH8hlGZuw1IWauQRPMMutOcZR71APeF { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VKFs5LJBf928SbUWZUxvcXewSM6P46LP { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m6Hb6x8EkexeWo2zdRzEozRHLDsiO3mC { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t6ChS4TLhUT2dqxHXLQne2OrcJhKDbZG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LZAEpRcnIwb8pZvBXtJRp2vcDHhaf8uB { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bJngwP5vdAxJ0AQHt3X0ptT9iceKl5p6 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RqQpCg2DXRHwNEqOFfUM8KrKAuQ6pwcP { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ne6wumqgTEIHJtroJ3d3PAEkMSXGOnte { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dodGNfCfkfNpZTECnB1zlbLTXepXQLDf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bWTOf2uLcoSCGOeGuBTiLODRcEcMlNMQ { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tzunAuBf0KFTOhv5iD733ZvUtxRDLMMt { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S7IhNbQg3Rmeykb4oWuHQ9SI5T1xrWg8 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NWCQ8Q5u6bbIMLMq2UGwHMDmXmPO44t4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wwwZtsbfcQONu8OaeeWum30AGoiSiHZ4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#UMCs2Siw3swftCofE9NDnCoLrTFwTEf5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JzmonJrVGE7fLHHTbuUWACQbBuT96AO6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BoTONuuGwn69aTacNZNnKEzzK4gyxRqn { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cEGzzxAEFHVaxluwlQ03zHPLrzno82v9 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ot1t4QNwrqld0eqJGTp462zUX0rElr7X { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rhr9PsHchUmiJGvmrlamPGIqHW24lt1J { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GABdqymOiXxiPG8Nxygmc7LWIrirPZmW { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LMnIstmaU2OvGyCbvy4wDbpzy5lBaxEW { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vzutxTAb2I6VQp3G8tNibTQc8yErsqQx { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3UELiCiZF6sPX3tIkxm4SwuB9ahOylT { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l4msH7MffM5H0KJtCthPyZ3Jd1Z9coyV { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qo4QWAtXVShQNgaNTQzXMbHFVeL37kQJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#N22tTSzyz8klAhb5KtF4GAc9GyimTuNV { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nZEGZNqs6UMLlReA3CsJNlL2nKyo7NEr { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eMclTsyeFDftwAVr5pzeZicv0Rg3ICNv { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SrKBrEEF5tsrQIhuxVkBpULXKFqCx5pz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ABBk9SONTOmfR0tbIW4DEIgUHfs7EVhu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#l74SDGKskpihTT4y2KpKOhiyNS39bxzQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JqVnpiX1T5o35tbVNekFp9DbhUTK0AN2 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DMyD4CNUvTIsBDXB85ok8Sg0QpxTCuaW { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IHN9Dx3IlxUAno9cCDdXTI4ashHFESTW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NIhqHRXi1taAP9lEK3RUM6MFFDIOSQrK { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J4fd4yzoXJoCSAcoiEyh4kJFz9RHQ0po { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z7GVmHUr7kBhW3FuFRhoWzwHOUVb0200 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MMWxMCyIiZOgqCTQsEsQk8wWtWWf9gmL { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dwX0zuWrEEf5MFwvgA07TK7r7uvPAp2q { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VWs3TMWRU3fFsQf9Hg2ATqytOXLcWDyM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#l5rLvzs1ppButNJIPevwgyZSzWdhH0I0 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nElyw6DsKzExaTmcm7mZv2Twlqb0S9mh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mT9xuRzIssNEVho35idsNLUTzMcq5yak { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fR6tdwz43tdDMpCL2rw8DKhi92VbERwq { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IXiWhyJO6N1cMohQrXP8ZfLUUgvmbCiL { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf li:before{  }
#JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ li:before{  }
#pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 li:before{  }
#shBgi6qtFcgvEQHONEcGGcHVUtlmA7h7 { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N8Vfbck0FOEL42ETomzfPDclKqICJyQr { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#N8Vfbck0FOEL42ETomzfPDclKqICJyQr li:before{  }
#u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J li:before{  }
#mQn0pMth5Li85LpW5dMdIbLUGWfqX89M { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#mQn0pMth5Li85LpW5dMdIbLUGWfqX89M li:before{  }
#qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv { color:#ba2121;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.8125rem;left:22.40625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv li:before{  }
#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 { 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:none; }#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 > .row .container { border-width: 0; border-radius: 0; }#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:75rem;position:relative;display:none; }#uboTyrBXiipTRL5El7nHS5eWOySBR3hp { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:3.5625rem;left:17.71875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfibCTM09r2UExGKRphtAbefoy0lBZ2R { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:60.625rem;top:12.1875rem;left:7.75rem;display:block; }
#dpQv0eCw21RVOIXOqXLhgd2vz5h4mPx4 { position:absolute;display:block;z-index:15032;background-color:#273c4e;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: none;height:6.25rem;width:59.8125rem;top:2.8125rem;left:7.625rem;display:block; }
#FEKdf2syDfvGowBfCaz4eXg2sdKW6dEI { box-sizing:content-box;color:#273c4e;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:4rem;left:33.4375rem;display:block; }
#OoIk4Fvzhyr0edwyaFP2VGfUQX6AaVyl { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:10.5625rem;top:12.1875rem;left:17.125rem;display:block; }
#MS7ZXV3Rd0muepxlxr7CpC6EZ5yCdTzv { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:10.5625rem;top:12.1875rem;left:37.5625rem;display:block; }
#dJduom0deM4doLv6IS8o755aTiLmqeGd { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:10.4375rem;top:12.1875rem;left:57.875rem;display:block; }
#HI8CUQJy89FOlGBpPnmf4UIRdGa05CTA { position:absolute;display:block;z-index:15024;background-color:#273c4e;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:60.625rem;top:12.1875rem;left:7.71875rem;display:block; }
#rqPUprJ95Z60TWP0kyysx5kOkVRan5Hb { position:absolute;display:block;z-index:15023;background-color:#fff5f3;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:17.75rem;left:7.71875rem;display:block; }
#XfrLz1RZamm6TKGdC1qEG06t1AeI2PLT { position:absolute;display:block;z-index:15016;background-color:#eafffa;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:23.0625rem;left:7.71875rem;display:block; }
#SsUmLtkp7XuvMuV0yW51aDBzgoA4yHh2 { position:absolute;display:block;z-index:15022;background-color:#f3eaff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:28.6875rem;left:7.71875rem;display:block; }
#PfNH8hBV4leZCxKMLxlgfKWZEMoBDTvE { position:absolute;display:block;z-index:15021;background-color:#fff6f6;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:34.1875rem;left:7.71875rem;display:block; }
#Sbd99kmzThqtZ7R85BTJLwSuRV7tsXV0 { position:absolute;display:block;z-index:15020;background-color:#fdffea;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:39.75rem;left:7.71875rem;display:block; }
#ZhT3egIMUQy6zoDBzShMxODTFMdt0cQH { position:absolute;display:block;z-index:15019;background-color:#f8f8f8;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:45.6875rem;left:7.71875rem;display:block; }
#zX6hIKt2XKGHorgA2DM4O4gCS38Xps4V { position:absolute;display:block;z-index:15018;background-color:#f3f5ff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:51.375rem;left:7.71875rem;display:block; }
#B3n8HzS4soowtB6e2kl36PZiPGrQhms7 { position:absolute;display:block;z-index:15017;background-color:#fff7ed;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:60.625rem;top:56.875rem;left:7.71875rem;display:block; }
#U3o3kTLbOAMJvPXNSy6Z7a7rU9go6QMP { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:13.04062461853rem;left:18.40625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#InWcLo2A9vOpNuoFRnSHipg4gqbTetxZ { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:13.04062461853rem;left:28.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#SGHJyDrse2KOCOJmKy231AMXJy0hyymH { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:13.04062461853rem;left:38.84375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#URqbBOxT9eVgtLJi6AOUnwIgM8HebMpZ { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.04062461853rem;left:49.21875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#kNtX03r56hia9w6JL1FW723UTy62wvyk { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:13.04062461853rem;left:59.375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#VpDVWTcFXWbe1GM5BWIHTwS35bchS3H7 { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:15.893749237061rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#XlZ9oZ7PWzwXv3ufXVWVPMherN42gxaF { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:15.956249237061rem;left:18.40625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Karr6MTzaIKqvkJOJqDN1JzHImCKAXo6 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:15.75rem;left:29.09375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DEgI4a0JePPL53aXub0JrWhHrOm5roMo { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:15.75rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#VWSMt1DBGRUy1HTasTtJb6MuoQgRk8C4 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:15.8125rem;left:49.90625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#lhTvelssNi0F94Tk3ac5GMOxkVl6y7cu { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:15.75rem;left:59.78125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#p59KzpC1Z0TQPH4FRt336Xn0CNpzLSxe { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:18.4375rem;left:8.375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#T79bIhI0lbmn16tWcdoCVoQBWM53Ncfe { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#WJvr3sOEuxQdRT0dwe4DL6E1EhPQQDhK { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:18.41562461853rem;left:29.03125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#s4aGRe8lZmGUJABV71nkPDAGebnILsPV { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:18.41562461853rem;left:59.78125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#wysCTkNXXk0WP9JGEfRpEXXbOoDRvZDm { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:18.41562461853rem;left:49.90625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#IslqZZN6ry7vWTzzTAUr9Gzoz9BNcm9G { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:18.41562461853rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#JUMh8Z1k8i61x2wCx5HthGPKDJlSeKip { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:21.143749237061rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#AKcxICdRnT9siXTTotErIQz3GcauSKZg { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:21.143749237061rem;left:18.40625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#TZePpTRrGuJ5KpQffmciJEKMrFNr0LqQ { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:21.1875rem;left:29.03125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Tq6qyGnSiKSZc1Vf4ameE18skTWee93y { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:20.9375rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#XgSdEFzanLuMDG7CUqZ81lAF6R36pGM5 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:21.125rem;left:49.90625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#LxgVDfC0iwqdmZ1LH6q4pdlcrOxcmbXN { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:20.9375rem;left:60.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#nGeu8mzMUrAnoHcV585DXliQNTOAk7vE { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:23.72812461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#TT1pEXz133KnT1pEKCirtH1rATnH0eMx { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.47812461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#QIocPzzBF6kyr5oGDPXsgANZyzm5G2wb { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:29.35312461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#k3MxnTttnby6FO08gkBmRkAcwoisfSHw { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:23.8125rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#fRlwFqMfStaqGSHGeLZfmGk83aiZ3v2h { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.875rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#SdwLBRhc7Ea3iLX0nL6fwkou7SctySgM { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:23.625rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#OSECqMUFUqNM8MuyPmuXxTkpVIWdMmMH { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:23.75rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#gKPZnoVsusa3GhHigOTSSu51HDkfAtwn { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.75rem;left:59.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#IzuCiJcv3zxtQaTmdf1Kxi9PTNsrChyS { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:26.6875rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#hvqTbWrsWRpuwddQHbzrk4WHvZZohfb0 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:26.75rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#e45SMX5ACL5ncHZawVWTTt9H45sf6KIq { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:26.5rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Tr8vbZTAyAM0PUOFK82CBg0MGqZ9OBZb { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:26.5625rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#PsyQs8USOf570tU6VVkTpsBN8GU9ckor { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:26.5625rem;left:59.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#NWkTF4J0Cid3MSkvEkEIocdqiJxT5qJZ { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:29.375rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#VA0VsxqARTa4DweiLknZboRGvUgsOfne { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:29.375rem;left:59.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#aELdAsbEOSzmDbTTRJEM58dI0xenEw8L { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:29.25rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#xHuBuNNrAi6mWtSwLwqw7PTquoVbwTOt { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:29.5rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#AZ9DXEwCSuZ2QTNqVViigVXeql3KgoXQ { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:29.4375rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#wQLQwTP0m6dNqaZLpAmS2lEwxI0mixd1 { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:32.206249237061rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Esrfx4TerA24f66EtCEtn7s898PX1TM7 { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:34.85312461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#QFLft90TG3TyP1vB0Rg1HHwbd0qoTtJF { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:37.60312461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#dXTFZ7bNrbkgNKmFqznyCdUBTCp5WTUd { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:40.41562461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#pxe5rTOCtO704X3adoF6kklG3MSMLRQo { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:43.29062461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DK85J5xag1B3m3E7Pu7s5HgBn91142Ol { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:46.35312461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#stTcRzhU51QTIiVp6xaJUZqVWIL9kd1G { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:49.10312461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#AN22ABrhXlKPcbqguFDqOslpAhsHDMui { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:52.04062461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#PsT5X2Wp5wpO6iQTKQ1sF15bCT8VbsPQ { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:54.893749237061rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#nH2iUEutZlQPwrMIU8AVsRKCOvvs3Ku7 { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:57.54062461853rem;left:8.34375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#MhP66eWB06GucbLePyz5rfbzGlCUCuAD { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:60.41562461853rem;left:8.25rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#vFrIV1p7aMkE6wCETuE1FR1OEim6uFvV { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:32.1875rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#zFfbWTQsdatbMc6qP1WCNbqnnIGTNEZH { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:32.25rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Z3rNcU5lmxThXAIwemH8UiRNRwsLzcVw { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:32rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Z7iO4yWwSXm2ff1u72wphHpSWIWAO4zS { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:34.9375rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#VzDR2KLNBSLLQSbuMpNQMbZvDaLo0ai2 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#fL1ORapuyrzTWsMqpZygBslzMoVO7pFK { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:34.75rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#SSTSaJtB8G74BMOM8ihHslVNGk4nXZVe { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:37.5625rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#IB0CalhgkGCqJQX85gBUPIu8VBsRNSSu { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:37.625rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#TCBkoHkRIrwq6eOJwzW4z6r72JTSUvpO { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:37.375rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#FLvEtTQsRwuMvpkZgEAIIqZ1J2XVULvc { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:40.5rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#LKf6y0kdRLxORcpTOC5dIMIdhRSOtdvg { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:40.5625rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#zUZSfUAnd1sOKfC655OyaFVnBwU1gPBG { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:40.3125rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Ll3GPQDrNreWtWEcgUv5dBGsU4A1wZZM { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:43.375rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#upJvr0aaTNx6MKevEHy9ZTPmoe9ffeZ7 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:43.4375rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ZtBKaWvicO9UwE8XdVCIXhwIc88Oe4Mr { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:43.1875rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#PmThGwr0x4NWrx1Rgs3MiXmOgw9ANAH9 { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:46.4375rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#G6ceMBoSL3oHig5lEcM4KTyxKsdpGNBl { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:46.5rem;left:29.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#g5g6Uzms412hKPGORE8Z0HliidOuafct { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:46.25rem;left:39.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#oepwQiTzezXlohStUPD01mPsHH2D3dvc { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:49.10312461853rem;left:18.40625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#sxtOGITmMF8wOhXrWGS1zOwSsQGtZVbN { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:49.25rem;left:29.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#qS6nhkDDZRflIMEqXTgbLJyF46trlZXr { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:49.35312461853rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#U1aedm7TPprJO0sormQvJbPRmR23bkZs { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:52.04062461853rem;left:18.40625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#UV70ixnHquu7a4hegGCcKSloQDaBJMrZ { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:52.1875rem;left:29.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#LANf8Z17SpqpQhofn1WS3wEBJJdiMHmL { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:52.07187461853rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#PhkmwvOguu3Xu47h00gFU06c24H9F7Xb { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:54.8125rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#eCc7IhDcPeTAWIiSavXi6ZuTK16bGBVw { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:54.9375rem;left:29.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#aQz7E2Q8gWmg49kmlkGRqHsEPg8aUk7D { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:54.875rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#JTPQ6Rf0tDgUNmaXaKykHf8kiiOmSc7d { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:57.5625rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#wW33k5Ukyz00rEsELSJsETdhgArC0RWu { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:57.6875rem;left:29.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#qUoTx3Z9cEnlBUReTfp5ENFqtGsR1A53 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:57.54062461853rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#VMq43l9LZNwvNdJWCVJJ2mGhBW44axcy { color:#0c0c0c;display:block;width:8.125rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:60.4375rem;left:18.4375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#JTThKK0btohsxCe9imrpFfFLC6AV5S9Q { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:60.5625rem;left:29.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#gW8q3E4t95fVRXN2TSG1HTTf2muVhFm7 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:60.41562461853rem;left:39.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#vUOaQGAhqQGamqGLc3w9mLThArfhCKS1 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:32.1875rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#O1lo73p5bt77eRtgpbzStb5LTZGmONPa { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:32.1875rem;left:59.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DXioSDOvwZSgD08fNvvEw4IGnkgWrzM6 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:34.875rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#D1kIww39wrboPwwRsibOheKazEhbE3WJ { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:34.875rem;left:59.8125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ZnkENQlzJvZhgNse9a7Sgz6IDTkgANoE { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:37.625rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Mw2z4StemoCUVMHnQsFLgxu62A0Gd8tB { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:37.60312461853rem;left:59.78125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#vuWS5d8AlF0QAaSVWt4u3WcBd1l985L2 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:40.4375rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#rwnTv3PuD7Oh7XtWKcIIhcRGVn4Dbd1v { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:40.4375rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#b0vplTSMXlx0ImJGt76OU7fKmCHuotmS { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:43.3125rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#CWBFcoDqo6T5ninw7lpToVFu0Z9bI925 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:43.3125rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ACOfmTbGVyxdSmnQZGTMw7WF4QTTnZeV { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:46.3125rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#CIJAwBThGe96GPasgMDyTw8oaB6yfu1y { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:46.375rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#FTNCG6ss0XFW8D79VyITXPCSeZzzcWU0 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:49.125rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#xQtZc9zfd2eguO23VA9OJDbWtzKySHdT { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:49.125rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Gz9SNz86HNUV6iUlxyqDefXGeuUbPS3i { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:52rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#iikWphIAkKNTAMncy2bcu1ceKstKRR3L { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:52.0625rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#Q3E7JVaG5NZ139azyc09nN2QpIwRJon1 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:54.875rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#o2eyr3ZDKDPR9RxTUs5wt3k6kd5Zmrm8 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:54.9375rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#tbaA7FlDIJVlcABl34sk23BdMbNQATrW { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:57.5rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#l2tyaBAwAt1KyRKVlBbz9wTcMCofn5c5 { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:57.5625rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#fulzzuCHA5QBGZuUVPkFuOl4e9Na8IIF { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:60.375rem;left:59.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#mq1TvtnODJWXG5NJwCUIz7KNqkUnEHrp { color:#0c0c0c;display:block;width:6.75rem;position:absolute;font-family:"interstate light regular";font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:60.4375rem;left:49.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#nzPdCDmoJpQR6s9PZhSwg6OM7SeW8TWv { color:#005e9f;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:64.3125rem;left:7.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv { color:#2f2f2f;display:block;width:64.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:68.9375rem;left:7.75rem;height:6.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv li:before{  }
#MHHMFl6GrJ4K553DnBxngJmMMQqGhAkc { color:#005e9f;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:77.125rem;left:7.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#srzuAcLskcewrgC9n21sVLZ7tCIho4XX { color:#2f2f2f;display:block;width:63rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:80.625rem;left:7.75rem;height:8.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#srzuAcLskcewrgC9n21sVLZ7tCIho4XX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#srzuAcLskcewrgC9n21sVLZ7tCIho4XX li:before{  }
#fAP6fAiaioIPGSntMkTuG6C4gspu27mc { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.3125rem;left:17.09375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lP_FbBkMn1c/unsplash/robert-collins-lP_FbBkMn1c-photo-1502781252888-9143ba7f074e.jpg");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; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.adaptive-delivery-prevent-bg, #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.lazyload, #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56.lazyloading { background-image: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { background-color: transparent; background-image: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container > .video-iframe-container { display: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container { display: none; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .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); }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { border-width: 0; border-radius: 0; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56::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; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { z-index:15001;top:18.3125rem;left:27.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #384667, #111a31);background-image: -moz-linear-gradient(45deg, #384667, #111a31);background-image: -ms-linear-gradient(45deg, #384667, #111a31);background-image: -o-linear-gradient(45deg, #384667, #111a31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#384667', endColorstr='#111a31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#384667', endColorstr='#111a31' );";background-image: linear-gradient(45deg, #384667, #111a31);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:4.5rem;left:1.5625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { position:absolute;display:block;z-index:15006;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.6875rem;left:2.0625rem;display:block; }
#dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { position:absolute;display:block;z-index:15007;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.0625rem;left:2.0625rem;display:block; }
#szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { 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.625rem;width:4.625rem;top:6.75rem;left:4.125rem;overflow:hidden;display:block; }
#toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:12.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:4.5rem;left:14rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { position:absolute;display:block;z-index:15011;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.6875rem;left:14.4375rem;display:block; }
#pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { position:absolute;display:block;z-index:15012;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.0625rem;left:14.4375rem;display:block; }
#kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { 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.625rem;width:4.625rem;top:6.75rem;left:16.5rem;overflow:hidden;display:block; }
#vAPTwlsAFL559WoZTFROVRggEJRiIotU { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.125rem;left:25.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:4.5rem;left:27.625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { position:absolute;display:block;z-index:15026;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.6875rem;left:28.125rem;display:block; }
#sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:6.5625rem;left:30rem;overflow:hidden;display:block; }
#zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { position:absolute;display:block;z-index:15027;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.0625rem;left:28.125rem;display:block; }
#GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { position:absolute;display:block;z-index:15031;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4.25rem;left:41.1875rem;display:block; }
#FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { position:absolute;display:block;z-index:15047;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.625rem;width:4.625rem;top:5.875rem;left:43.25rem;overflow:hidden;display:block; }
#x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:4.5rem;left:40.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { position:absolute;display:block;z-index:15032;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:4.0625rem;left:41.1875rem;display:block; }
#ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.4375rem;left:53.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iC819pDlWHmeuhuR38b2RfMW5HqutoPF { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:.9;letter-spacing:0;top:4.5rem;left:52.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { position:absolute;display:block;z-index:15036;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:4rem;left:53.1875rem;display:block; }
#P49m5zcysF9dP7fmsbSupIcppJ2G0elb { position:absolute;display:block;z-index:15052;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.625rem;width:4.625rem;top:6.5rem;left:55.25rem;overflow:hidden;display:block; }
#HZXopnv0PG5qhKDS0n40Onep92S2w54o { position:absolute;display:block;z-index:15037;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:3.8125rem;left:53.1875rem;display:block; }
#o1a3W4sFwdruGuPabW5XV2f89SoKlhQC { position:absolute;display:block;z-index:15041;background-color:#384667;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:3.5rem;left:64.6875rem;display:block; }
#t3pDswFei5wFOuE3kUqL656UgMNbyQgn { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15043;line-height:.9;letter-spacing:0;top:4rem;left:64.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FooD1xK9wzqahtZAT2SqwxEl85MISnUE { position:absolute;display:block;z-index:15042;background-color:#e71d36;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #002f6e;border-left:0.1875rem solid #002f6e;border-right:0.1875rem solid #002f6e;border-bottom:0.1875rem solid #002f6e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.125rem;width:2.125rem;top:3.5625rem;left:65.1875rem;display:block; }
#TP0gdRNIWPKyQyfm1EKdLSUTTuR7Rxqh { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:12.875rem;left:65.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2UzciTHgpNF1V4JhErqztkSmouyCHe8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:5.90625rem;left:66.6875rem; }
#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { 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; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { background-color: transparent; background-image: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container > .video-iframe-container { display: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container { display: none; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .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); }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { border-width: 0; border-radius: 0; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d81a5686-919b-479d-a3b5-8df4b35742f8/chat111.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:1.5625rem;display:block; }#P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.adaptive-delivery-prevent-bg, #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.lazyload, #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi.lazyloading { background-image: none; }
#imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { color:#2f2f2f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { color:#2f2f2f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.3125rem;left:19.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4cc3687c-5cff-48a3-b0b7-d264e216e8b4/EducationresourcesandTechnologyExpoatETTECHX.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:20.1875rem;display:block; }#x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.adaptive-delivery-prevent-bg, #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.lazyload, #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2.lazyloading { background-image: none; }
#N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { color:#2f2f2f;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.5625rem;left:36.875rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a415cce-ea18-443d-87f8-6bdc1cb7bd42/10thBrainfeedNationalConferenceAttendedbyAlishaMadhokWaliaasYoungestPanelist.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:39.625rem;display:block; }#ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.adaptive-delivery-prevent-bg, #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.lazyload, #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK.lazyloading { background-image: none; }
#n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { color:#2f2f2f;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:21.3125rem;left:58.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f77fafbb-a592-4812-9d80-317d7ce554b8/BestEschooloftheyear2022SunbeamWorldSchool.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:6.4375rem;left:59.125rem;display:block; }#LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.adaptive-delivery-prevent-bg, #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.lazyload, #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3.lazyloading { background-image: none; }
#zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.375rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { 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; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { background-color: transparent; background-image: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container > .video-iframe-container { display: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container { display: none; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .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); }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { border-width: 0; border-radius: 0; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.6875rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { position:absolute;display:block;z-index:15006;background-color:rgba(254,223,0,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.1875rem;left:3.8125rem;display:block; }
#w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.4375rem;left:6.3125rem;display:block; }
#MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { position:absolute;display:block;z-index:15008;background-color:rgba(0,60,254,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.25rem;left:27.5625rem;display:block; }
#iAtQibcFAxK9PMFm94w6iklgcBumvzpA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.5rem;left:30.0625rem;display:block; }
#IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { position:absolute;display:block;z-index:15010;background-color:rgba(254,42,0,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.5rem;width:19.4375rem;top:6.25rem;left:51.75rem;display:block; }
#igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.0625rem;width:14.5rem;top:8.5rem;left:54.25rem;display:block; }
#pd9005LV1leypwkgCPvTSOZ97VS7xZa2 { 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:7.1875rem;width:15rem;top:20.84375rem;left:30rem;overflow:hidden;display:block; }
#lrE2hevzuKvNwtoXfTLyQOoUX16N5kwJ { position:absolute;display:block;z-index:15013;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.625rem;width:19.5625rem;top:29.1875rem;left:5.9375rem;overflow:hidden;display:block; }
#IHh0KaPpIwGJO8Ux7fAlD83mnWxwu1yn { 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:15.625rem;width:19.5625rem;top:29.1875rem;left:28.125rem;overflow:hidden;display:block; }
#MSd3gO0PxGGRelFW9UwwkyqCCFn3Vk8D { 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:15.625rem;width:18.875rem;top:29.1875rem;left:50.1875rem;overflow:hidden;display:block; }
#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5cfff;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; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container { background-color: transparent; background-image: none; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container > .video-iframe-container { display: none; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row > .video-iframe-container { display: none; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .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); }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container { border-width: 0; border-radius: 0; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#hDsLRmZRszf5K6xVeAaXbH3pETzo0vS2 { color:#005e9f;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:22.40625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVfDKMDUFzvnBShh8BD7iGEG8utTN8w7 { color:#005e9f;display:block;width:48rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:9.5625rem;left:13.5rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7ZdUWaGa2KyhuazNNwXai3JoyGGqvh6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.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) ;height:15.3125rem;width:56.9375rem;top:6.0625rem;left:9.0625rem;display:block; }
#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat: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; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs.adaptive-delivery-prevent-bg, #GtNgCCELCterzLhJXrbgxU1fWRyBSIUs.lazyload, #GtNgCCELCterzLhJXrbgxU1fWRyBSIUs.lazyloading { background-image: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { background-color: transparent; background-image: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,42,42,0.77); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container > .video-iframe-container { display: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,42,42,0.77); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row > .video-iframe-container { display: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .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); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { border-width: 0; border-radius: 0; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs::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; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#CRZB87OEOoS7BFzpJ5iIHQ5nTUAePreG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:9.1875rem;overflow:hidden;display:block; }
#UGqrT1P9nsn7X2hcoasJnrmvqT0PcoMO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:14.625rem;overflow:hidden;display:block; }
#ZemfT2qKznG1teW8Jb40f6kZlpNtAIiV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.25rem;left:20.125rem;overflow:hidden;display:block; }
#dU7Kxw2CahTHeGUfZFrc4EzOQkeszkNG { 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:4rem;width:4.0625rem;top:15.25rem;left:25.5625rem;overflow:hidden;display:block; }
#Aq4VVCcwBXZFZplAAF6z1IvAGkTsHrnS { 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:4.0625rem;width:4.0625rem;top:15.25rem;left:3.5625rem;overflow:hidden;display:block; }
#CSto3gGdQgQwWHHnDHaMeJzsZJTINpp5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:8.4375rem;top:2.125rem;left:12.4375rem;overflow:hidden;display:block; }
#FMmCKvcRN6tig124uW1msArfEpEtwLpJ { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.9375rem;left:35.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKiM9aNwkeQI7rthRbQQ56DtvItM3u96 { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.125rem;left:35.5625rem;height:13.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BaCSFSr4GcghGtGHzv1fLNZyN81MX4i8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.5625rem;left:33.28125rem; }
#bPFo5m16IyXMTT9DPm3lputHCQXKCJmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.875rem;left:33.21875rem; }
#BudpZxiAMGEgPOMa7DeVOyxqpq9BQIfn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.5625rem;left:33.1875rem; }
#fo1GIq2G5eTSws6T520SDtIRTsAS4uZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.875rem;left:33.1875rem; }
#sCIbM0C567C0c0CZcwt89p5owpCkndWM { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:1.9375rem;left:11rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IhdpumekL5NTg212rb9y0HFy5L7PgD5l { display:block; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sANJeWSVmKlUwTGHHwloXbHdmtPwsa1a { top:0.5625rem;left:2.4375rem;width:42.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr0m5Dy2hU8SgQaGE3w8or4WLkkKNpLD { top:0rem;left:0rem;width:7.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWsZDRtdpgzEohFmu4ArUD4g0zbbXc4 { width:14.5rem;height:3.4375rem;top:2.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzx1TX2iKLI9tbVsv6aTbGJcTHb1WIrI { display:block; }
 }@media only screen and (max-width: 763px) { #F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W { display:block; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXfpL2KuO9haa1TwBy5S42t8cEsivNSF { width:47.75rem;height:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgSQ8fZDZgqMJbBlwBVT4gWszMpToReM { top:2.75rem;left:0rem;width:37.5625rem;height:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qblipld5wn1TP4SuWdg9INh76Ie0vTe4 { top:7.375rem;left:0rem;width:38rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzVQcz3Mc1NMOOoNw9wE2L4TlAghSC7R { top:10.625rem;left:0rem;width:30.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { top:14.5rem;left:0rem;width:22.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRd9aNSU8Cg7e7QcBFXWyp1VxxWT2xkg { top:17.8125rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { width:17.5rem;height:auto;top:4.125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #pIygSxsZwupHXmTZC1W6TRecQ6JORUIB {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TTaRSTuEfXTpnGyaOhhaatSDk1b2Qyoh {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #yWObOKr8PsS6OdT8VG4GE2XwmOPCPTKH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb {  }
 }@media only screen and (max-width: 763px) { #vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU {  }
 }@media only screen and (max-width: 763px) { #GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { top:0.875rem;left:27.9375rem;width:19.8125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { top:1.5rem;left:31.8125rem;width:15.9375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASlFpMB6qJHsGwN2cGlnQa2STBe0tiCW { top:3.875rem;left:29.3125rem;width:18.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDvGSqPF86dEvpKBL1gpstqazrXhVxXW { display:block; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hdeTHq36A3iRfWZS2lmgATAQ7t08mE { width:47.75rem;height:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaMxKvJkzgK9leyTDnZiQTnNkf4Qh3VV { top:3.875rem;left:0rem;width:34.3125rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI84s2Ko9iXw3S5Of16oITPpK0HokcSN { top:7.4375rem;left:0rem;width:30.5625rem;height:3rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTwRnZLS3Ky7ZgmOSUtTqLh2L2Dzvfl { top:10.6875rem;left:0rem;width:30.6875rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyfxkV7BEk4qvTAruz1CfCVCXkGd7LwO { top:14.5rem;left:0rem;width:22.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnPd8ganG1WcPNvbVeKRlnJSAQ8naM4s { top:17.8125rem;left:0rem;width:26.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1  { width:17.5rem;height:auto;top:5.0625rem;left:27.75rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 {display:block;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 { width:17.5rem;height:auto;top:4.1875rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qV0QZtcK0FVKVUsEPpEivhoUvIdqOSuW {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rmL5IF3N41t0ON0NNb3UMGDzPnuDcNTv { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #C7PtIEqJO0AWAKAQiqvTmxhOfXcbpyi4 {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #v69AwlBTCAzSaOcLD4swJQ1eJJdEznmn {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #NLkgU3FU1oRob9NcTFxJ7qDmEx68kL86 { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #cHcnEowuvTrF019SN380KgXlBzFc7mRU {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #xrIIMqlEuF0f2FeOZmlp7Cdsu1V1VU5O {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #I4g0MmK6UxKVf5QbEP3pu1VrUPHq1Lvz { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #fCaezXsqLgNsuvAOo0Khd0hcacz3uegt {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qptb3Jnt9DNGHKn1FHtf1AkciRTNcyB3 {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #dRlzf3Je9U5Zm3Qv5pcSOvOcVxIs0Wpp {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #mnkSlBbG9GC0StnUFemXGVhF01UayXFU {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rbsWPWnPLDF0OPNiehIOrvpyI5fUTvSh {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kS645IB7aZRdKP1zeEwwIMrGyVuwFSfx { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kMwMIwuMWn7Vy0Qc4A6NfM76kuPTq35C {  }
 }@media only screen and (max-width: 763px) { #MfgvBoJwMMKC4xg9F2vJOy9oQHMmLvaV { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #a7ZVn4CTS89oBsdFNHZT6WZH1FZ7RGIo {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #tsiv10R8GTTf740JlBEDvp0m59TUPMqS {  }
 }@media only screen and (max-width: 763px) { #zftTSdw8A6PkOXyWMBBT57oITQRBddWh { top:0.875rem;left:27.9375rem;width:19.8125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRrseuLcq8WH7CzMUw0Rz1atWlL2hhvo { top:1.5rem;left:31.8125rem;width:15.9375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXrmTZ5I3XBKokI8gQ5yNXtWOnnRMKi { top:3.875rem;left:29.3125rem;width:18.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RINso9c5RfGq2TGRcFcCmvekkGGCeJzG { display:block; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvxDIiJZogWtyb4mhT5laZLg7nQGG2cE { top:1.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 { display:block; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iREGicC9Ry31FnZPtlelegNtqNrecGZz { top:2.375rem;left:19.6875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylRgDWcaKPyfnPfl0kvakXPLklRXTA8N { top:2.25rem;left:28.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTI0fITbJGtquo3mzPLkImzME2PcMrs { top:1.625rem;left:11.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX6I8TnQUDpgg99R6EbM9kaVCtfIVlyc { top:2.375rem;left:4.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75gq7hmJ7hsqLH5wBJ0iAmgCh76TIoN { top:2.5625rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7hWrazEBFrEkJIaVWkSsSGc7Mrmbqp { top:2.8125rem;left:0rem;width:5.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNToMA3aD7nrKJanTCmFMAAGvy5zet5F { top:3.8125rem;left:40.5rem;width:7.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFkZVqMonuDLCWb5o0XRNDScPp9kkr2v { top:3.375rem;left:36.1875rem;width:11.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTXnvl8BS306iOtClqqVlnuRKI56MOk { top:8.375rem;left:13.1875rem;width:3.25rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7aZA16xZXO9smnTDsfMfaqXLop8EtJd { top:10.375rem;left:20.65625rem;width:3.25rem;height:0.8125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU { display:block; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC4kkHz101ReuSPsQMPVwHxPmnaR6Ug3 { top:1.3125rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE { top:6.3125rem;left:11.125rem;width:10.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQnr6u5nWidrMlUrwNnJzhMkcfGmx2Ra { top:15.875rem;left:11.375rem;width:10.5625rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8LcgJNAMWUn9u4oVfUMDgFU1mTS7a6A { top:15.875rem;left:25.625rem;width:11.3125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0k8GFrb26MVBna5111kUzwtkxHHINPL { top:6.3125rem;left:25.75rem;width:10.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U25m5qBZoWEhK8lOopZmSnSRkB0fnUTd { top:12.5rem;left:0rem;width:12.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSRHTEavvxkI0OA86BJwoyMhobE2MhVS { top:6.4375rem;left:0rem;width:10.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJBNhr3dLeLKtcvfhl5DS8eeKq9t4Eu { top:15.625rem;left:0rem;width:11.4375rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdPMreyxzcyuhIULsCxvyLAq7FDeGtVB { top:24.875rem;left:14.125rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0ovZg5664UiboFMVgJBg76tNEIpA5Q { display:block; }
 }@media only screen and (max-width: 763px) { #xrbDrr8vT5ZLqGTz41W91Bbrel1XGx2W { top:12.6875rem;left:10.25rem;width:12.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqnzeQu2Q1iGb5rNXFKZrgWMZ3sG4utq { top:12.625rem;left:24.875rem;width:12.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBFukDxgzBk9XdMOeD1pqcaacIEQIKm { top:15.875rem;left:10.9375rem;width:11.5rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc { top:6.3125rem;left:36.6875rem;width:10.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuoIMCTVUnr0V8ELpT00Ocxf4c02gTXa { top:12.5rem;left:35rem;width:12.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU4xsXqLt6rShJ2q2lEL0RHmHfJRgCSW { top:15.875rem;left:34.9375rem;width:12.8125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { display:block; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { top:1.8125rem;left:4.7500019073486rem;width:40.8125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { top:5.1875rem;left:3.625rem;width:40.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { top:12.25rem;left:0rem;width:14.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { top:17.875rem;left:0rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { top:25.5rem;left:0rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqru4qM1ImzthFCpv6DvyHsLv49WShk { top:32.75rem;left:0rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { top:11rem;left:38.0625rem;width:9.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { top:17.875rem;left:34.8125rem;width:12.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { top:24.8125rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65XzHfNL4L3kPwPTucEM4enNgJUybPN { top:32rem;left:30.0625rem;width:17.6875rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { top:36.25rem;left:19.21875rem;width:10.9375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { width:47.75rem;height:38.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { display:none; }
 }@media only screen and (max-width: 763px) { #Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { display:none; }
 }@media only screen and (max-width: 763px) { #vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { display:none; }
 }@media only screen and (max-width: 763px) { #J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { display:none; }
 }@media only screen and (max-width: 763px) { #gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { display:none; }
 }@media only screen and (max-width: 763px) { #n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { display:none; }
 }@media only screen and (max-width: 763px) { #ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { display:none; }
 }@media only screen and (max-width: 763px) { #w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { display:none; }
 }@media only screen and (max-width: 763px) { #zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { display:none; }
 }@media only screen and (max-width: 763px) { #qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI { display:none; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyukvCBE7zf3qbntJDXJMAgwVQp855q6 { top:2.1875rem;left:0rem;width:20rem;height:3rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCFdLm1ETwTwT0JSFy603iOpNQKng2wP { display:none; }
 }@media only screen and (max-width: 763px) { #c25TqrOmf1NJipoT0EMoIsWl0LB4o3pv { display:none; }
 }@media only screen and (max-width: 763px) { #meunL38sz2DAiZGCU7CpDFtWTO9gel4u { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffBbgwbPRqsQx6VMePLuk3oFcKfO701T { display:none; }
 }@media only screen and (max-width: 763px) { #dEQVvrUi1MuUwDRIfg4IOT1LNke20HCA { display:none; }
 }@media only screen and (max-width: 763px) { #HT0iX4mFTKW26Q4zbZFil5lakfWy3Z9C { display:none; }
 }@media only screen and (max-width: 763px) { #C1GfeN2BwS4h8mFLykgC5WW9CdF2Zddy { display:none; }
 }@media only screen and (max-width: 763px) { #K2LyhBe0VxD1W5VUcrgRGGANB44h6atS { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tA1tvIx2ItNPae878tF79SFGfVo632Iq { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA8Ty5N3OEw3HEgHd32yrZCg4O1sVnDe { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrp9qC8wlqVblAlkrE4tM82lA29o2b7E { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypDXKfMteCSUXhory0aBma8nxMPWsTfu { display:none; }
 }@media only screen and (max-width: 763px) { #CkNhK7e4rqaikorBxcMqp4rMthePuNIk { top:6.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PE2qvU2infWy1UoeFCoQokGlCIJO0V12 { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd17i74b9b8QgT7u4aQOSwGTLEGp2otf { top:14.5625rem;left:0rem;width:2.3125rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFh3hkFqp5IkGHxm27KSD2iNT08wlBS5 { top:14.5rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTRfXy3lHevdoCB8as8udz0cWR6S189P { top:14.5625rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J05a7bI7JJO08rSpCyRFaT9uSIVAT1uy { top:14.5rem;left:2.5250011086464rem;width:2.75rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #crySccmxcdb1QnplivFyC1K7H3zIatZX { top:14.9375rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITVzQmTvIUOwbQoQwWdpIw4rqCUQWNxe { display:none; }
 }@media only screen and (max-width: 763px) { #hiAa7vOI09pLPsTtft55aJk3TfpN0SyE { display:none; }
 }@media only screen and (max-width: 763px) { #Zlh65D6dDSKlp2ceWnOer9PSdELAwaUH { display:none; }
 }@media only screen and (max-width: 763px) { #bvEGDeCfG7h7GIaNHfB1OarSARXIJ81X { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mU8R10WXTiiZRQG8tJSScqXWlMOZH7Of { display:none; }
 }@media only screen and (max-width: 763px) { #eMqEz5KNMsLCitiEOyCnttUVmyTo1dSH { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaNqKEGlrOemnA4JEGmzoeEdwyCuSPcn { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeTxqTFt6owiyOiboutMy18ey4Vdf0yT { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4N45SGDg955Te1KDhoUC9wiFGCPg21d { top:14.5625rem;left:0rem;width:2.3125rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fm7qBPaLa5BiP3uDTbplctGuL43efeka { top:19.75rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTX00RACI8tEUgucSN7NPWcAdziAHde8 { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUl0Ss5FkyqxrXGVdC9DFSIdc2JXWuxL { display:none; }
 }@media only screen and (max-width: 763px) { #ckr3aAzRDzNcEabAkTmM7bUuU6eR7Klf { top:14.5625rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #purMfWCgAkQ6XCME2V2XcZeh030Q4UTX { display:none; }
 }@media only screen and (max-width: 763px) { #QXOkDRkldSpZyMTaWnIpizy2caWf7r9y { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPLUMUCR5TxD1cfvoby4pAMsrubEPGGm { top:19.75rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfqPRTIfDq1hmHWQqVBQgwPaE2lVnF4X { top:22.125rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cis8yLSTo4TJiofkGDpu8GEDu9IDND8T { display:none; }
 }@media only screen and (max-width: 763px) { #pvWOWmUwIAsDmtfDX4PsZXuST21qFViS { display:none; }
 }@media only screen and (max-width: 763px) { #IpRNMSgIUpIANGLIq3bgw2zmTGQd5RTs { display:none; }
 }@media only screen and (max-width: 763px) { #UMkKf8pE7xsTIRT79sFWeSkJsF7ToBnT { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb1z3KVBEFdzT2mpwxZuFfpBmGi1Q8dT { display:none; }
 }@media only screen and (max-width: 763px) { #nFAhqbIZd7I9z8mupBsUl6U1dmlDq7PT { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4C6Tu74lNO7BomwZ0kET3pILPs8ZUfi { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9dgqs1q5nFmEUCdLk26CcK56F9aZere { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FStphqtA8TZunmaxkQ4JrKX7AAtCh1AL { top:27rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dH0Un75fcJ4AfZEl5FB3pbLvC3Ayn3mL { top:19.75rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3ecnlMRFHkI1a2RrOkbvAvzIenDved4 { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAoJOpMH2pn9qBsTTorcTooTeJ9b0aSW { display:none; }
 }@media only screen and (max-width: 763px) { #tMyFBp6OBmelbUGDqzdkcDVTSrultxwk { top:27rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTTNJ6787W5N1999BbRvN9SOetWTE0T3 { display:none; }
 }@media only screen and (max-width: 763px) { #SFCbkpxUk6rScDoxec3DfxzLDJX28ODy { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOAyfV0FSQfcMucS4iUd659qKdCQCkCx { top:26.9375rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivZQNfqbbcND6lg3wXRLKdcadnO44E2Q { top:29.8125rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyeWtDUoKgCydnNvhLFHt2EUAbnk7cZH { display:none; }
 }@media only screen and (max-width: 763px) { #D0krr66VOrdGdHsFqITG3S3hhty3AWMq { display:none; }
 }@media only screen and (max-width: 763px) { #h95dNr4ZBPahWuOgukPP1F4XnbWt6aV1 { display:none; }
 }@media only screen and (max-width: 763px) { #mk0vU66ePJK6H3yGHHq40z5SvSAvamvz { display:none; }
 }@media only screen and (max-width: 763px) { #XQIpEzie7sF9sqVh9BG9vE047nayfs6G { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJ3tpJmciqQ8iHwbmCFRetSVCywX6fDP { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdyRFxALtUlfditP29U5IHkZJ4fahkB0 { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIf2lQ35ekxwz52FZqH8Zmqm7tZcOEWh { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxLx00729fApwCW4I0iZGuDEOfaAGQP5 { display:none; }
 }@media only screen and (max-width: 763px) { #DL5A9ooW0XtTKEsCq4T1eiuncN6TpJyA { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6cuGCDzurJQoqWpL2FwD0pK2XKVCvs0 { top:27rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOcw0Hbb89JPBEshysyMHxfPNJk4H2nv { top:34.625rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F28yvysE1dbgd5VbmJnkE5oozau4N5g7 { top:34.6875rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDlkzN8ldL2zIZXEAdlyGvZphihffe6e { display:none; }
 }@media only screen and (max-width: 763px) { #AHPwH4gHXc4S2N563fv6B6O5xuTgxwLW { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFuJoq6NXMI9IeBUuzPmE30SMQM4nGTu { top:26.9375rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFqABvbW5rwUgGAOWz3cWhVikh2C46HB { top:37.375rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKbT7mXsaKF7WKXCz6qgMTT6GLwLxCsn { display:none; }
 }@media only screen and (max-width: 763px) { #rGVJyHhF5KJkN6bIoF9NLFNduxilNAVg { display:none; }
 }@media only screen and (max-width: 763px) { #FoZ1TRuxH93xxhA9dGBIB9e0bv9VS1Zs { display:none; }
 }@media only screen and (max-width: 763px) { #BS3QLwLPiocVg7GmhH1n6DVFpzkrPJdt { display:none; }
 }@media only screen and (max-width: 763px) { #WBvvZR8yTrs1C7VqxD6ItgC0I7I55ckM { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTH8hlGZuw1IWauQRPMMutOcZR71APeF { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKFs5LJBf928SbUWZUxvcXewSM6P46LP { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6Hb6x8EkexeWo2zdRzEozRHLDsiO3mC { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6ChS4TLhUT2dqxHXLQne2OrcJhKDbZG { display:none; }
 }@media only screen and (max-width: 763px) { #LZAEpRcnIwb8pZvBXtJRp2vcDHhaf8uB { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJngwP5vdAxJ0AQHt3X0ptT9iceKl5p6 { top:27rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqQpCg2DXRHwNEqOFfUM8KrKAuQ6pwcP { top:42.1875rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne6wumqgTEIHJtroJ3d3PAEkMSXGOnte { top:34.6875rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dodGNfCfkfNpZTECnB1zlbLTXepXQLDf { display:none; }
 }@media only screen and (max-width: 763px) { #bWTOf2uLcoSCGOeGuBTiLODRcEcMlNMQ { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzunAuBf0KFTOhv5iD733ZvUtxRDLMMt { top:42.1875rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7IhNbQg3Rmeykb4oWuHQ9SI5T1xrWg8 { top:60rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWCQ8Q5u6bbIMLMq2UGwHMDmXmPO44t4 { display:none; }
 }@media only screen and (max-width: 763px) { #wwwZtsbfcQONu8OaeeWum30AGoiSiHZ4 { display:none; }
 }@media only screen and (max-width: 763px) { #UMCs2Siw3swftCofE9NDnCoLrTFwTEf5 { display:none; }
 }@media only screen and (max-width: 763px) { #JzmonJrVGE7fLHHTbuUWACQbBuT96AO6 { display:none; }
 }@media only screen and (max-width: 763px) { #BoTONuuGwn69aTacNZNnKEzzK4gyxRqn { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEGzzxAEFHVaxluwlQ03zHPLrzno82v9 { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ot1t4QNwrqld0eqJGTp462zUX0rElr7X { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhr9PsHchUmiJGvmrlamPGIqHW24lt1J { display:none; }
 }@media only screen and (max-width: 763px) { #GABdqymOiXxiPG8Nxygmc7LWIrirPZmW { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMnIstmaU2OvGyCbvy4wDbpzy5lBaxEW { top:49.8125rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzutxTAb2I6VQp3G8tNibTQc8yErsqQx { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3UELiCiZF6sPX3tIkxm4SwuB9ahOylT { top:50rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4msH7MffM5H0KJtCthPyZ3Jd1Z9coyV { top:64.875rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4QWAtXVShQNgaNTQzXMbHFVeL37kQJ { display:none; }
 }@media only screen and (max-width: 763px) { #N22tTSzyz8klAhb5KtF4GAc9GyimTuNV { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZEGZNqs6UMLlReA3CsJNlL2nKyo7NEr { top:64.8125rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMclTsyeFDftwAVr5pzeZicv0Rg3ICNv { top:68.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrKBrEEF5tsrQIhuxVkBpULXKFqCx5pz { display:none; }
 }@media only screen and (max-width: 763px) { #ABBk9SONTOmfR0tbIW4DEIgUHfs7EVhu { display:none; }
 }@media only screen and (max-width: 763px) { #l74SDGKskpihTT4y2KpKOhiyNS39bxzQ { display:none; }
 }@media only screen and (max-width: 763px) { #JqVnpiX1T5o35tbVNekFp9DbhUTK0AN2 { top:12.375rem;left:0rem;width:2.3125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMyD4CNUvTIsBDXB85ok8Sg0QpxTCuaW { top:6.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHN9Dx3IlxUAno9cCDdXTI4ashHFESTW { display:none; }
 }@media only screen and (max-width: 763px) { #NIhqHRXi1taAP9lEK3RUM6MFFDIOSQrK { top:12.375rem;left:0rem;width:3.4375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4fd4yzoXJoCSAcoiEyh4kJFz9RHQ0po { top:57.75rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7GVmHUr7kBhW3FuFRhoWzwHOUVb0200 { top:15.0625rem;left:0rem;width:2.3125rem;height:0.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMWxMCyIiZOgqCTQsEsQk8wWtWWf9gmL { top:50rem;left:0rem;width:2.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwX0zuWrEEf5MFwvgA07TK7r7uvPAp2q { top:12.375rem;left:0rem;width:3.6875rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWs3TMWRU3fFsQf9Hg2ATqytOXLcWDyM { display:none; }
 }@media only screen and (max-width: 763px) { #l5rLvzs1ppButNJIPevwgyZSzWdhH0I0 { top:73.125rem;left:0rem;width:2.75rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nElyw6DsKzExaTmcm7mZv2Twlqb0S9mh { display:none; }
 }@media only screen and (max-width: 763px) { #mT9xuRzIssNEVho35idsNLUTzMcq5yak { top:12.375rem;left:1.4254464507103rem;width:3.6875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fR6tdwz43tdDMpCL2rw8DKhi92VbERwq { top:73.0625rem;left:2.3125rem;width:3.25rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXiWhyJO6N1cMohQrXP8ZfLUUgvmbCiL { top:61.125rem;left:0rem;width:20rem;height:1.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf { top:66.9375rem;left:0rem;width:20rem;height:6rem;font-size:1.375rem;display:none; }#OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf li:before{  }
 }@media only screen and (max-width: 763px) { #JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ { top:72.9375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ li:before{  }
 }@media only screen and (max-width: 763px) { #pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 { top:75.4375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 li:before{  }
 }@media only screen and (max-width: 763px) { #shBgi6qtFcgvEQHONEcGGcHVUtlmA7h7 { top:79.625rem;left:0rem;width:20rem;height:2.3125rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8Vfbck0FOEL42ETomzfPDclKqICJyQr { top:84.25rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#N8Vfbck0FOEL42ETomzfPDclKqICJyQr li:before{  }
 }@media only screen and (max-width: 763px) { #u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J { top:86.3125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J li:before{  }
 }@media only screen and (max-width: 763px) { #mQn0pMth5Li85LpW5dMdIbLUGWfqX89M { top:88.4375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#mQn0pMth5Li85LpW5dMdIbLUGWfqX89M li:before{  }
 }@media only screen and (max-width: 763px) { #qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv { top:90.3125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }#qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv li:before{  }
 }@media only screen and (max-width: 763px) { #OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 { display:block; }#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uboTyrBXiipTRL5El7nHS5eWOySBR3hp { top:3.5625rem;left:4.09375rem;width:40.8125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfibCTM09r2UExGKRphtAbefoy0lBZ2R { width:47.625rem;height:50.5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQv0eCw21RVOIXOqXLhgd2vz5h4mPx4 { width:47.75rem;height:6.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKdf2syDfvGowBfCaz4eXg2sdKW6dEI { width:8.1875rem;height:8.1875rem;top:4rem;left:19.8125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoIk4Fvzhyr0edwyaFP2VGfUQX6AaVyl { width:10.5625rem;height:50.5rem;top:12.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7ZXV3Rd0muepxlxr7CpC6EZ5yCdTzv { width:10.5625rem;height:50.5rem;top:12.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJduom0deM4doLv6IS8o755aTiLmqeGd { width:10.4375rem;height:50.5rem;top:12.1875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8CUQJy89FOlGBpPnmf4UIRdGa05CTA { width:47.625rem;height:3.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPUprJ95Z60TWP0kyysx5kOkVRan5Hb { width:47.625rem;height:2.75rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrLz1RZamm6TKGdC1qEG06t1AeI2PLT { width:47.625rem;height:2.75rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUmLtkp7XuvMuV0yW51aDBzgoA4yHh2 { width:47.625rem;height:2.75rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfNH8hBV4leZCxKMLxlgfKWZEMoBDTvE { width:47.625rem;height:2.75rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbd99kmzThqtZ7R85BTJLwSuRV7tsXV0 { width:47.625rem;height:2.75rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhT3egIMUQy6zoDBzShMxODTFMdt0cQH { width:47.625rem;height:2.75rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX6hIKt2XKGHorgA2DM4O4gCS38Xps4V { width:47.625rem;height:2.75rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3n8HzS4soowtB6e2kl36PZiPGrQhms7 { width:47.625rem;height:2.75rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3o3kTLbOAMJvPXNSy6Z7a7rU9go6QMP { top:13rem;left:4.78125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InWcLo2A9vOpNuoFRnSHipg4gqbTetxZ { top:13rem;left:14.71875rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGHJyDrse2KOCOJmKy231AMXJy0hyymH { top:13rem;left:25.21875rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URqbBOxT9eVgtLJi6AOUnwIgM8HebMpZ { top:13rem;left:35.59375rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNtX03r56hia9w6JL1FW723UTy62wvyk { top:13rem;left:39.625rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpDVWTcFXWbe1GM5BWIHTwS35bchS3H7 { top:15.875rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlZ9oZ7PWzwXv3ufXVWVPMherN42gxaF { top:15.9375rem;left:4.78125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Karr6MTzaIKqvkJOJqDN1JzHImCKAXo6 { top:15.75rem;left:15.46875rem;width:6.75rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEgI4a0JePPL53aXub0JrWhHrOm5roMo { top:15.75rem;left:25.90625rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWSMt1DBGRUy1HTasTtJb6MuoQgRk8C4 { top:15.8125rem;left:36.28125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTvelssNi0F94Tk3ac5GMOxkVl6y7cu { top:15.75rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p59KzpC1Z0TQPH4FRt336Xn0CNpzLSxe { top:18.4375rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79bIhI0lbmn16tWcdoCVoQBWM53Ncfe { top:18.5rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJvr3sOEuxQdRT0dwe4DL6E1EhPQQDhK { top:18.375rem;left:15.40625rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4aGRe8lZmGUJABV71nkPDAGebnILsPV { top:18.375rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wysCTkNXXk0WP9JGEfRpEXXbOoDRvZDm { top:18.375rem;left:36.28125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IslqZZN6ry7vWTzzTAUr9Gzoz9BNcm9G { top:18.375rem;left:25.90625rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUMh8Z1k8i61x2wCx5HthGPKDJlSeKip { top:21.125rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcxICdRnT9siXTTotErIQz3GcauSKZg { top:21.125rem;left:4.78125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZePpTRrGuJ5KpQffmciJEKMrFNr0LqQ { top:21.1875rem;left:15.40625rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6qyGnSiKSZc1Vf4ameE18skTWee93y { top:20.9375rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSdEFzanLuMDG7CUqZ81lAF6R36pGM5 { top:21.125rem;left:36.28125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxgVDfC0iwqdmZ1LH6q4pdlcrOxcmbXN { top:20.9375rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGeu8mzMUrAnoHcV585DXliQNTOAk7vE { top:23.6875rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1pEXz133KnT1pEKCirtH1rATnH0eMx { top:26.4375rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIocPzzBF6kyr5oGDPXsgANZyzm5G2wb { top:29.3125rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MxnTttnby6FO08gkBmRkAcwoisfSHw { top:23.8125rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlwFqMfStaqGSHGeLZfmGk83aiZ3v2h { top:23.875rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdwLBRhc7Ea3iLX0nL6fwkou7SctySgM { top:23.625rem;left:26.187500953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSECqMUFUqNM8MuyPmuXxTkpVIWdMmMH { top:23.75rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKPZnoVsusa3GhHigOTSSu51HDkfAtwn { top:23.75rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzuCiJcv3zxtQaTmdf1Kxi9PTNsrChyS { top:26.6875rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqTbWrsWRpuwddQHbzrk4WHvZZohfb0 { top:26.75rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45SMX5ACL5ncHZawVWTTt9H45sf6KIq { top:26.5rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8vbZTAyAM0PUOFK82CBg0MGqZ9OBZb { top:26.5625rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyQs8USOf570tU6VVkTpsBN8GU9ckor { top:26.5625rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkTF4J0Cid3MSkvEkEIocdqiJxT5qJZ { top:29.375rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0VsxqARTa4DweiLknZboRGvUgsOfne { top:29.375rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELdAsbEOSzmDbTTRJEM58dI0xenEw8L { top:29.25rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHuBuNNrAi6mWtSwLwqw7PTquoVbwTOt { top:29.5rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9DXEwCSuZ2QTNqVViigVXeql3KgoXQ { top:29.4375rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQLQwTP0m6dNqaZLpAmS2lEwxI0mixd1 { top:32.1875rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esrfx4TerA24f66EtCEtn7s898PX1TM7 { top:34.8125rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFLft90TG3TyP1vB0Rg1HHwbd0qoTtJF { top:37.5625rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXTFZ7bNrbkgNKmFqznyCdUBTCp5WTUd { top:40.375rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxe5rTOCtO704X3adoF6kklG3MSMLRQo { top:43.25rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK85J5xag1B3m3E7Pu7s5HgBn91142Ol { top:46.3125rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stTcRzhU51QTIiVp6xaJUZqVWIL9kd1G { top:49.0625rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN22ABrhXlKPcbqguFDqOslpAhsHDMui { top:52rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsT5X2Wp5wpO6iQTKQ1sF15bCT8VbsPQ { top:54.875rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH2iUEutZlQPwrMIU8AVsRKCOvvs3Ku7 { top:57.5rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhP66eWB06GucbLePyz5rfbzGlCUCuAD { top:60.375rem;left:0rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFrIV1p7aMkE6wCETuE1FR1OEim6uFvV { top:32.1875rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFfbWTQsdatbMc6qP1WCNbqnnIGTNEZH { top:32.25rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rNcU5lmxThXAIwemH8UiRNRwsLzcVw { top:32rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iO4yWwSXm2ff1u72wphHpSWIWAO4zS { top:34.9375rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzDR2KLNBSLLQSbuMpNQMbZvDaLo0ai2 { top:35rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1ORapuyrzTWsMqpZygBslzMoVO7pFK { top:34.75rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSTSaJtB8G74BMOM8ihHslVNGk4nXZVe { top:37.5625rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0CalhgkGCqJQX85gBUPIu8VBsRNSSu { top:37.625rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBkoHkRIrwq6eOJwzW4z6r72JTSUvpO { top:37.375rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvEtTQsRwuMvpkZgEAIIqZ1J2XVULvc { top:40.5rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKf6y0kdRLxORcpTOC5dIMIdhRSOtdvg { top:40.5625rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUZSfUAnd1sOKfC655OyaFVnBwU1gPBG { top:40.3125rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3GPQDrNreWtWEcgUv5dBGsU4A1wZZM { top:43.375rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upJvr0aaTNx6MKevEHy9ZTPmoe9ffeZ7 { top:43.4375rem;left:15.437500953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBKaWvicO9UwE8XdVCIXhwIc88Oe4Mr { top:43.1875rem;left:26.1875rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmThGwr0x4NWrx1Rgs3MiXmOgw9ANAH9 { top:46.4375rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ceMBoSL3oHig5lEcM4KTyxKsdpGNBl { top:46.5rem;left:15.4375rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5g6Uzms412hKPGORE8Z0HliidOuafct { top:46.25rem;left:26.187500953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oepwQiTzezXlohStUPD01mPsHH2D3dvc { top:49.0625rem;left:4.78125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxtOGITmMF8wOhXrWGS1zOwSsQGtZVbN { top:49.25rem;left:15.5rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6nhkDDZRflIMEqXTgbLJyF46trlZXr { top:49.3125rem;left:25.906250953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1aedm7TPprJO0sormQvJbPRmR23bkZs { top:52rem;left:4.78125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV70ixnHquu7a4hegGCcKSloQDaBJMrZ { top:52.1875rem;left:15.5rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LANf8Z17SpqpQhofn1WS3wEBJJdiMHmL { top:52.0625rem;left:25.906250953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhkmwvOguu3Xu47h00gFU06c24H9F7Xb { top:54.8125rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCc7IhDcPeTAWIiSavXi6ZuTK16bGBVw { top:54.9375rem;left:15.5rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQz7E2Q8gWmg49kmlkGRqHsEPg8aUk7D { top:54.875rem;left:25.906250953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPQ6Rf0tDgUNmaXaKykHf8kiiOmSc7d { top:57.5625rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW33k5Ukyz00rEsELSJsETdhgArC0RWu { top:57.6875rem;left:15.5rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUoTx3Z9cEnlBUReTfp5ENFqtGsR1A53 { top:57.5rem;left:25.906250953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMq43l9LZNwvNdJWCVJJ2mGhBW44axcy { top:60.4375rem;left:4.8125rem;width:8.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTThKK0btohsxCe9imrpFfFLC6AV5S9Q { top:60.5625rem;left:15.5rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW8q3E4t95fVRXN2TSG1HTTf2muVhFm7 { top:60.375rem;left:25.906250953674rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUOaQGAhqQGamqGLc3w9mLThArfhCKS1 { top:32.1875rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lo73p5bt77eRtgpbzStb5LTZGmONPa { top:32.1875rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXioSDOvwZSgD08fNvvEw4IGnkgWrzM6 { top:34.875rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1kIww39wrboPwwRsibOheKazEhbE3WJ { top:34.875rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkENQlzJvZhgNse9a7Sgz6IDTkgANoE { top:37.625rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw2z4StemoCUVMHnQsFLgxu62A0Gd8tB { top:37.5625rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWS5d8AlF0QAaSVWt4u3WcBd1l985L2 { top:40.4375rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnTv3PuD7Oh7XtWKcIIhcRGVn4Dbd1v { top:40.4375rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0vplTSMXlx0ImJGt76OU7fKmCHuotmS { top:43.3125rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWBFcoDqo6T5ninw7lpToVFu0Z9bI925 { top:43.3125rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOfmTbGVyxdSmnQZGTMw7WF4QTTnZeV { top:46.3125rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJAwBThGe96GPasgMDyTw8oaB6yfu1y { top:46.375rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNCG6ss0XFW8D79VyITXPCSeZzzcWU0 { top:49.125rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQtZc9zfd2eguO23VA9OJDbWtzKySHdT { top:49.125rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz9SNz86HNUV6iUlxyqDefXGeuUbPS3i { top:52rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iikWphIAkKNTAMncy2bcu1ceKstKRR3L { top:52.0625rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3E7JVaG5NZ139azyc09nN2QpIwRJon1 { top:54.875rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2eyr3ZDKDPR9RxTUs5wt3k6kd5Zmrm8 { top:54.9375rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbaA7FlDIJVlcABl34sk23BdMbNQATrW { top:57.5rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2tyaBAwAt1KyRKVlBbz9wTcMCofn5c5 { top:57.5625rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulzzuCHA5QBGZuUVPkFuOl4e9Na8IIF { top:60.375rem;left:41rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq1TvtnODJWXG5NJwCUIz7KNqkUnEHrp { top:60.4375rem;left:36.3125rem;width:6.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzPdCDmoJpQR6s9PZhSwg6OM7SeW8TWv { top:64.3125rem;left:0rem;width:25.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv { top:68.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.125rem;display:block; }#vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv li:before{  }
 }@media only screen and (max-width: 763px) { #MHHMFl6GrJ4K553DnBxngJmMMQqGhAkc { top:77.125rem;left:0rem;width:25.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srzuAcLskcewrgC9n21sVLZ7tCIho4XX { top:80.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#srzuAcLskcewrgC9n21sVLZ7tCIho4XX li:before{  }
 }@media only screen and (max-width: 763px) { #fAP6fAiaioIPGSntMkTuG6C4gspu27mc { top:6.3125rem;left:3.46875rem;width:40.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { display:block; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { top:18.3125rem;left:14.125rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block; }
 }@media only screen and (max-width: 763px) { #vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { width:3.5rem;height:1.375rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { width:8.5rem;height:8.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { width:2.125rem;height:2.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { width:4.625rem;height:4.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { top:14.0625rem;left:0rem;width:10.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { top:14.0625rem;left:0rem;width:13.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { width:3.5rem;height:1.375rem;top:4.5rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { width:8.5rem;height:8.5rem;top:4.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { width:2.125rem;height:2.125rem;top:4.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { width:4.625rem;height:4.625rem;top:6.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPTwlsAFL559WoZTFROVRggEJRiIotU { top:14.125rem;left:12.0625rem;width:13.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { width:3.5rem;height:1.375rem;top:4.5rem;left:14rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { width:8.5rem;height:8.5rem;top:4.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { width:5.0625rem;height:5.0625rem;top:6.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { width:2.125rem;height:2.125rem;top:4.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { width:8.5rem;height:8.5rem;top:4.25rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { width:4.625rem;height:4.625rem;top:5.875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { top:13.4375rem;left:26.375rem;width:11.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { width:3.5rem;height:1.375rem;top:4.5rem;left:27.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { width:2.125rem;height:2.125rem;top:4.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { top:13.4375rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC819pDlWHmeuhuR38b2RfMW5HqutoPF { width:3.5rem;height:1.375rem;top:4.5rem;left:39.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { width:8.5rem;height:8.5rem;top:4rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49m5zcysF9dP7fmsbSupIcppJ2G0elb { width:4.625rem;height:4.625rem;top:6.5rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZXopnv0PG5qhKDS0n40Onep92S2w54o { width:2.125rem;height:2.125rem;top:3.8125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1a3W4sFwdruGuPabW5XV2f89SoKlhQC { width:8.5rem;height:8.5rem;top:3.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3pDswFei5wFOuE3kUqL656UgMNbyQgn { width:3.5rem;height:1.375rem;top:4rem;left:44.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FooD1xK9wzqahtZAT2SqwxEl85MISnUE { width:2.125rem;height:2.125rem;top:3.5625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0gdRNIWPKyQyfm1EKdLSUTTuR7Rxqh { top:12.875rem;left:39.125rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2UzciTHgpNF1V4JhErqztkSmouyCHe8 { top:5.875rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { display:block; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { top:6.4375rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { top:21.3125rem;left:0rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { top:21.3125rem;left:5.875rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { top:6.4375rem;left:6.5625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { top:21.5625rem;left:23.25rem;width:19.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { top:6.4375rem;left:26rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { top:21.3125rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { top:6.4375rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { top:1.375rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { display:block; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { top:1.6875rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { top:6.1875rem;left:0rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { top:8.4375rem;left:0rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { top:6.25rem;left:13.9375rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtQibcFAxK9PMFm94w6iklgcBumvzpA { top:8.5rem;left:16.4375rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { top:6.25rem;left:28.1875rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { top:8.5rem;left:33.25rem;width:14.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd9005LV1leypwkgCPvTSOZ97VS7xZa2 { top:20.8125rem;left:16.375rem;width:15rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrE2hevzuKvNwtoXfTLyQOoUX16N5kwJ { top:29.1875rem;left:0rem;width:19.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHh0KaPpIwGJO8Ux7fAlD83mnWxwu1yn { top:29.1875rem;left:14.5rem;width:19.5625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSd3gO0PxGGRelFW9UwwkyqCCFn3Vk8D { top:29.1875rem;left:28.875rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTi4BAQvL6UAFxOPlAehJbzD1niBq22A { display:block; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDsLRmZRszf5K6xVeAaXbH3pETzo0vS2 { top:0.75rem;left:8.78125rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVfDKMDUFzvnBShh8BD7iGEG8utTN8w7 { top:9.5625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ZdUWaGa2KyhuazNNwXai3JoyGGqvh6 { top:6.0625rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNgCCELCterzLhJXrbgxU1fWRyBSIUs { display:block; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRZB87OEOoS7BFzpJ5iIHQ5nTUAePreG { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqrT1P9nsn7X2hcoasJnrmvqT0PcoMO { width:4.0625rem;height:4.0625rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZemfT2qKznG1teW8Jb40f6kZlpNtAIiV { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7Kxw2CahTHeGUfZFrc4EzOQkeszkNG { width:4.0625rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4VVCcwBXZFZplAAF6z1IvAGkTsHrnS { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSto3gGdQgQwWHHnDHaMeJzsZJTINpp5 { top:2.125rem;left:0rem;width:8.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmCKvcRN6tig124uW1msArfEpEtwLpJ { top:1.9375rem;left:17.5625rem;width:30.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKiM9aNwkeQI7rthRbQQ56DtvItM3u96 { top:6.125rem;left:17.9375rem;width:29.8125rem;height:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaCSFSr4GcghGtGHzv1fLNZyN81MX4i8 { top:6.5625rem;left:19.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFo5m16IyXMTT9DPm3lputHCQXKCJmo { top:10.875rem;left:19.59375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudpZxiAMGEgPOMa7DeVOyxqpq9BQIfn { top:15.5625rem;left:19.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1GIq2G5eTSws6T520SDtIRTsAS4uZv { top:17.875rem;left:19.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCIbM0C567C0c0CZcwt89p5owpCkndWM { top:1.9375rem;left:0rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IhdpumekL5NTg212rb9y0HFy5L7PgD5l { display:block; }#IhdpumekL5NTg212rb9y0HFy5L7PgD5l > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sANJeWSVmKlUwTGHHwloXbHdmtPwsa1a { width:20rem;height:2.475rem;top:0.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr0m5Dy2hU8SgQaGE3w8or4WLkkKNpLD { width:6.125rem;height:6.5rem;top:0.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWsZDRtdpgzEohFmu4ArUD4g0zbbXc4 { width:10.5625rem;height:2.8125rem;top:2.53125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzx1TX2iKLI9tbVsv6aTbGJcTHb1WIrI { display:block; }
 }@media only screen and (max-width: 763px) { #F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W { background-color:#ffffff;background-image:none;display:block; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { background-color: transparent; background-image: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container > .video-iframe-container { display: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row > .video-iframe-container { display: none; }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .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); }#F6LVFMpLDZ4eBvIWIvp3XnGeChMG5a2W > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXfpL2KuO9haa1TwBy5S42t8cEsivNSF { top:19.1875rem;left:0rem;width:20rem;height:12rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WgSQ8fZDZgqMJbBlwBVT4gWszMpToReM { width:20rem;height:3.3rem;top:0.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qblipld5wn1TP4SuWdg9INh76Ie0vTe4 { width:20rem;height:3.75rem;top:5.050048828125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzVQcz3Mc1NMOOoNw9wE2L4TlAghSC7R { width:20rem;height:1.58125rem;top:10.660400390625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtsVoEsixd09LxOSmJGLGrBrG93rBM2X { width:20rem;height:1.44375rem;top:12.930208206177rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRd9aNSU8Cg7e7QcBFXWyp1VxxWT2xkg { width:20rem;height:1.2375rem;top:15.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK  { width:17.5rem;height:auto;top:33.25rem;left:0rem; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK {display:block;}#pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK { width:17.5rem;height:auto;top:33.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #hXU7JE7SH4zT4Rr2Ki959ngXFbJWfdqq {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WhpPTN9QUPgUw3TsyEJ5GFFckMcvEApV { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Svm0ZwftAmnyaaV4ViT0XcFgGWuWB7Dr {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #uO3imrSLN8GMPImKmqGPF7TxNKavmIHk {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #oebDC2h21vukr2T7dDhsOgQEUDcWBuV1 { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #OIypfUVpm5by7ThF7ZcpBknRklAmVT21 {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TktAKTzTtJscRbToAVcJ7WItvzJoyNhf {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #NzGot1pCxSUddTRryKiUmyhTXuak75rN { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #WDur1fofZJGxFJnDPcfWRIE35lGPhImH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #pIygSxsZwupHXmTZC1W6TRecQ6JORUIB {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #TTaRSTuEfXTpnGyaOhhaatSDk1b2Qyoh { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #yWObOKr8PsS6OdT8VG4GE2XwmOPCPTKH {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #a13aPCmQ9nKMTBs4I5vls6V53zk1LE6J {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #lrDgVN0355UbqMKm4457ZlnbvMfZMDMq { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #dirMgaRCHe48DvOVeBmzf2Gz99iG4Ppb {  }
 }@media only screen and (max-width: 763px) { #vlOyXVxsMVOGyS6nWMpgGQtPffHWeR6R { display:block; }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #khcQuI8BIbEpPw1bqK5vSfsZaM2ErdDE {  }
 }@media only screen and (max-width: 763px) { #pKtqqkdtR1yicNR2WZOa03qZgMTzQJlK #Msp7uUhM47EoTqFSe4DZtAsQOMvrIlUU {  }
 }@media only screen and (max-width: 763px) { #GX3eJ1FHaTKQlG2XpAIA9Wc1VJuLhZvZ { width:20rem;height:29.875rem;top:29.499999642372rem;left:0rem;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KvqlKP5xq7SqU98I6iOWtrLqBVbNFNV0 { width:17rem;height:1.65003125rem;top:30.0625rem;left:1.4375001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASlFpMB6qJHsGwN2cGlnQa2STBe0tiCW { width:18.4375rem;height:1.2375rem;top:32.55rem;left:1.125rem;font-size:1.125rem;color:#fa5511;display:block; }
 }@media only screen and (max-width: 763px) { #hDvGSqPF86dEvpKBL1gpstqazrXhVxXW { background-color:#ffffff;background-image:none;display:none; }#hDvGSqPF86dEvpKBL1gpstqazrXhVxXW > .row .container { width:20rem;height:62.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4hdeTHq36A3iRfWZS2lmgATAQ7t08mE { top:19.1875rem;left:0rem;width:20rem;height:12rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KaMxKvJkzgK9leyTDnZiQTnNkf4Qh3VV { width:20rem;height:1.99375rem;top:0.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MI84s2Ko9iXw3S5Of16oITPpK0HokcSN { width:20rem;height:5.25rem;top:2.6812496185302rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmTwRnZLS3Ky7ZgmOSUtTqLh2L2Dzvfl { width:20rem;height:1.85625rem;top:8.53750038147rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyfxkV7BEk4qvTAruz1CfCVCXkGd7LwO { width:20rem;height:1.44375rem;top:12.930208206177rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnPd8ganG1WcPNvbVeKRlnJSAQ8naM4s { width:20rem;height:2.75rem;top:15.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1  { width:17.5rem;height:auto;top:33.8125rem;left:0rem; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 {display:block;}#BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 { width:17.5rem;height:auto;top:33.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qV0QZtcK0FVKVUsEPpEivhoUvIdqOSuW {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rmL5IF3N41t0ON0NNb3UMGDzPnuDcNTv { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #C7PtIEqJO0AWAKAQiqvTmxhOfXcbpyi4 {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #v69AwlBTCAzSaOcLD4swJQ1eJJdEznmn {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #NLkgU3FU1oRob9NcTFxJ7qDmEx68kL86 { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #cHcnEowuvTrF019SN380KgXlBzFc7mRU {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #xrIIMqlEuF0f2FeOZmlp7Cdsu1V1VU5O {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #I4g0MmK6UxKVf5QbEP3pu1VrUPHq1Lvz { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #fCaezXsqLgNsuvAOo0Khd0hcacz3uegt {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #qptb3Jnt9DNGHKn1FHtf1AkciRTNcyB3 {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #dRlzf3Je9U5Zm3Qv5pcSOvOcVxIs0Wpp {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #mnkSlBbG9GC0StnUFemXGVhF01UayXFU {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #rbsWPWnPLDF0OPNiehIOrvpyI5fUTvSh {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kS645IB7aZRdKP1zeEwwIMrGyVuwFSfx { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #kMwMIwuMWn7Vy0Qc4A6NfM76kuPTq35C {  }
 }@media only screen and (max-width: 763px) { #MfgvBoJwMMKC4xg9F2vJOy9oQHMmLvaV { display:block; }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #a7ZVn4CTS89oBsdFNHZT6WZH1FZ7RGIo {  }
 }@media only screen and (max-width: 763px) { #BRC4XyM3Lymto8iuZftnWPRbuxdTdqf1 #tsiv10R8GTTf740JlBEDvp0m59TUPMqS {  }
 }@media only screen and (max-width: 763px) { #zftTSdw8A6PkOXyWMBBT57oITQRBddWh { width:20rem;height:29.875rem;top:29.499999642372rem;left:0rem;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oRrseuLcq8WH7CzMUw0Rz1atWlL2hhvo { width:17rem;height:1.65rem;top:30.0625rem;left:1.4375001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXrmTZ5I3XBKokI8gQ5yNXtWOnnRMKi { width:18.4375rem;height:1.2375rem;top:32.55rem;left:1.125rem;font-size:1.125rem;color:#fa5511;display:block; }
 }@media only screen and (max-width: 763px) { #RINso9c5RfGq2TGRcFcCmvekkGGCeJzG { display:block; }#RINso9c5RfGq2TGRcFcCmvekkGGCeJzG > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvxDIiJZogWtyb4mhT5laZLg7nQGG2cE { width:20rem;height:7.2168125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 { display:block; }#r3yyMWsyaPpgIOKoEfOKynaGPzxy4q70 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iREGicC9Ry31FnZPtlelegNtqNrecGZz { width:5.8125rem;height:5.8125rem;top:8.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylRgDWcaKPyfnPfl0kvakXPLklRXTA8N { width:6.5625rem;height:6.5625rem;top:16.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTI0fITbJGtquo3mzPLkImzME2PcMrs { width:6.9375rem;height:6.9375rem;top:0.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX6I8TnQUDpgg99R6EbM9kaVCtfIVlyc { width:6.1875rem;height:6.1875rem;top:1rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75gq7hmJ7hsqLH5wBJ0iAmgCh76TIoN { width:7.5rem;height:7.5rem;top:15.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7hWrazEBFrEkJIaVWkSsSGc7Mrmbqp { width:6.5625rem;height:6rem;top:8.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNToMA3aD7nrKJanTCmFMAAGvy5zet5F { width:11.6875rem;height:5.9375rem;top:24.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFkZVqMonuDLCWb5o0XRNDScPp9kkr2v { width:11.5625rem;height:3.9375rem;top:31.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTXnvl8BS306iOtClqqVlnuRKI56MOk { width:3.25rem;height:0;top:36.9375rem;left:8.375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7aZA16xZXO9smnTDsfMfaqXLop8EtJd { width:2.875rem;height:0.73125rem;top:6.89453125rem;left:12.96875rem;font-size:0.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU { display:block; }#hTW7sKRP7FqDoA9pbNQukkXDEkWsfBCU > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC4kkHz101ReuSPsQMPVwHxPmnaR6Ug3 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTGW6yV1oVJMtBKwiW19oLqw4TTZVRcE { width:11.3125rem;height:8.125rem;top:22.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQnr6u5nWidrMlUrwNnJzhMkcfGmx2Ra { width:15.4375rem;height:0;top:31.9375rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8LcgJNAMWUn9u4oVfUMDgFU1mTS7a6A { width:11rem;height:5.225rem;top:49.36874961853rem;left:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0k8GFrb26MVBna5111kUzwtkxHHINPL { width:11.9375rem;height:8.5625rem;top:39.25rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U25m5qBZoWEhK8lOopZmSnSRkB0fnUTd { width:12.625rem;height:9.5rem;top:11.749855041504rem;left:3.6870658993721rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSRHTEavvxkI0OA86BJwoyMhobE2MhVS { width:10.6875rem;height:8.1875rem;top:5.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJBNhr3dLeLKtcvfhl5DS8eeKq9t4Eu { width:11.1875rem;height:5.225rem;top:15.375rem;left:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdPMreyxzcyuhIULsCxvyLAq7FDeGtVB { top:75.96875rem;left:2.5rem;width:15rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0ovZg5664UiboFMVgJBg76tNEIpA5Q { display:block; }
 }@media only screen and (max-width: 763px) { #xrbDrr8vT5ZLqGTz41W91Bbrel1XGx2W { width:12.625rem;height:9.4375rem;top:27.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqnzeQu2Q1iGb5rNXFKZrgWMZ3sG4utq { width:12.625rem;height:9.4375rem;top:46.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBFukDxgzBk9XdMOeD1pqcaacIEQIKm { width:11.5rem;height:2.6125rem;top:32.59375rem;left:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz9qzk7JWvkuONKiNNLD8vlUMOI35fTc { width:10.9375rem;height:7.875rem;top:57.5rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuoIMCTVUnr0V8ELpT00Ocxf4c02gTXa { width:12.625rem;height:9.4375rem;top:63.96875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU4xsXqLt6rShJ2q2lEL0RHmHfJRgCSW { width:11.3125rem;height:5.225rem;top:66.8125rem;left:4.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS { background-color:#384667;background-image:url("https://images.assets-landingi.com/rw3XQYjF/ssssss_copy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.adaptive-delivery-prevent-bg, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyload, #OBtK6iznFo53saVIqPyyDRJd0nq8oEOS.lazyloading { background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { background-color: transparent; background-image: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row > .video-iframe-container { display: none; }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .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); }#OBtK6iznFo53saVIqPyyDRJd0nq8oEOS > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuZiEIAcIcZa9wNXQquPmd6FUoiGnOF { width:20rem;height:4.3994125rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5omUZxOq2ErE9PgoboDCOKRvk5d8DNI { width:20rem;height:1.925rem;top:5.7124996185303rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeFCKAkKR800cTPmMldWA7zovRfWzfE9 { width:14.3125rem;height:1.54375rem;top:13.5625rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dkd1MMimrTQelHFPM74kt15kqxDAu0EZ { width:14.3125rem;height:3.0869125rem;top:19.852337837219rem;left:2.1250001192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3ctetpUTE83UzN5VZ4L3Mto9KiWsFIy { width:16.4375rem;height:1.54375rem;top:26.625rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTqru4qM1ImzthFCpv6DvyHsLv49WShk { width:11.1875rem;height:1.54375rem;top:46.875rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ih88igxBiMk2PWLbwrsLMLNw1NmvokBG { width:9.6875rem;height:3.0869125rem;top:16.1875rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GrmHpO7rZV5ozm71F418EtwOTMW2hzOw { width:12.9375rem;height:1.54375rem;top:23.6875rem;left:2.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvzmcaFHQQZOdLG2a1WLIJPXUrZhtria { width:12.9375rem;height:1.42505625rem;top:44.25rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V65XzHfNL4L3kPwPTucEM4enNgJUybPN { width:14.5625rem;height:4.27441875rem;top:49.5rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psNmk0EJtPkacg4Iv82tHpsaL8gM1JMG { width:10.9375rem;height:2.85rem;top:53.25rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TurTTuENzk72zZI5kuPGpdW9C6FZJVFk { top:28rem;left:0rem;width:20rem;height:16.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2D48wEEVxCtr2oQA7gG44z7J5J59Anm { top:13.49062538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt16AX9zrXxvEzM7LTgmQKqiiBHtJdy { top:16.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vr1klbAuJ2yxAwQkeWNp0r00NB5HNgPm { top:20.55312538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #J1eDIrWygEI59MLDlwI2Cy2U8JekeOG5 { top:23.61562538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gKKUsIw0se0srOLzaE8Z9n0POCSGByZ5 { top:26.55312538147rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ql26PvtSTV965sL3IDfBuoQDWlldgq { top:44.25rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ADPTaEMTP49I3sXENHt3Jg6EJ6Chcqsh { top:46.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #w6Xwie1TunOd9fWpI5S1K2JfxbnP97Il { top:49.5rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zry4ZpHNzIwitg1r7I6eXmzzmnTKbW7D { top:53.25rem;left:0rem;width:1.6875rem;height:1.6875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI { 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;display:none; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .row .container { border-width: 0; border-radius: 0; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRtTZGwHHN4FevPgBmg7l8sya7fEMwlI > .row .container { width:20rem;height:94.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyukvCBE7zf3qbntJDXJMAgwVQp855q6 { width:20rem;height:3.025rem;top:2.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TCFdLm1ETwTwT0JSFy603iOpNQKng2wP { top:1.2632827758789rem;left:0.087499976158144rem;width:20rem;height:5.4375rem;z-index:15002;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c25TqrOmf1NJipoT0EMoIsWl0LB4o3pv { top:10rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #meunL38sz2DAiZGCU7CpDFtWTO9gel4u { width:2.3125rem;height:0.825rem;top:10.75rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15004;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ffBbgwbPRqsQx6VMePLuk3oFcKfO701T { top:10rem;left:0rem;width:20rem;height:2.3125rem;z-index:15003;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dEQVvrUi1MuUwDRIfg4IOT1LNke20HCA { top:10rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #HT0iX4mFTKW26Q4zbZFil5lakfWy3Z9C { top:10rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #C1GfeN2BwS4h8mFLykgC5WW9CdF2Zddy { top:10rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15007;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #K2LyhBe0VxD1W5VUcrgRGGANB44h6atS { width:2.625rem;height:1.65rem;top:10.375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15005;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tA1tvIx2ItNPae878tF79SFGfVo632Iq { width:2.9375rem;height:1.65rem;top:10.375rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15006;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xA8Ty5N3OEw3HEgHd32yrZCg4O1sVnDe { width:3rem;height:1.65rem;top:10.375rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15007;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zrp9qC8wlqVblAlkrE4tM82lA29o2b7E { width:3.6875rem;height:1.65rem;top:10.5rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15008;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ypDXKfMteCSUXhory0aBma8nxMPWsTfu { top:10rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #CkNhK7e4rqaikorBxcMqp4rMthePuNIk { width:20rem;height:1.5125rem;top:7.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15004;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #PE2qvU2infWy1UoeFCoQokGlCIJO0V12 { width:2.3125rem;height:1.03125rem;top:12.625rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pd17i74b9b8QgT7u4aQOSwGTLEGp2otf { width:2.625rem;height:1.03125rem;top:12.625rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qFh3hkFqp5IkGHxm27KSD2iNT08wlBS5 { width:2.75rem;height:1.03125rem;top:12.5625rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15007;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HTRfXy3lHevdoCB8as8udz0cWR6S189P { width:2.75rem;height:1.03125rem;top:12.625rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15008;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J05a7bI7JJO08rSpCyRFaT9uSIVAT1uy { width:3.25rem;height:1.03125rem;top:12.5625rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15009;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #crySccmxcdb1QnplivFyC1K7H3zIatZX { width:20rem;height:1.5125rem;top:14.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15021;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #ITVzQmTvIUOwbQoQwWdpIw4rqCUQWNxe { top:17.1875rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15020;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #hiAa7vOI09pLPsTtft55aJk3TfpN0SyE { top:17.1875rem;left:0rem;width:20rem;height:2.3125rem;z-index:15020;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zlh65D6dDSKlp2ceWnOer9PSdELAwaUH { top:17.1875rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15021;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #bvEGDeCfG7h7GIaNHfB1OarSARXIJ81X { width:2.3125rem;height:0.825rem;top:17.9375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15021;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mU8R10WXTiiZRQG8tJSScqXWlMOZH7Of { top:17.1875rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #eMqEz5KNMsLCitiEOyCnttUVmyTo1dSH { width:2.625rem;height:1.65rem;top:17.5625rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15022;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BaNqKEGlrOemnA4JEGmzoeEdwyCuSPcn { width:2.9375rem;height:1.65rem;top:17.5625rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15023;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aeTxqTFt6owiyOiboutMy18ey4Vdf0yT { width:2.3125rem;height:1.03125rem;top:19.8125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15022;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r4N45SGDg955Te1KDhoUC9wiFGCPg21d { width:2.625rem;height:1.03125rem;top:19.8125rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15023;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fm7qBPaLa5BiP3uDTbplctGuL43efeka { width:2.75rem;height:1.03125rem;top:19.75rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15024;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XTX00RACI8tEUgucSN7NPWcAdziAHde8 { width:3rem;height:1.65rem;top:17.5625rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15024;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DUl0Ss5FkyqxrXGVdC9DFSIdc2JXWuxL { top:17.1875rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15023;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #ckr3aAzRDzNcEabAkTmM7bUuU6eR7Klf { width:2.75rem;height:1.03125rem;top:19.8125rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15025;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #purMfWCgAkQ6XCME2V2XcZeh030Q4UTX { top:17.1875rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15024;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #QXOkDRkldSpZyMTaWnIpizy2caWf7r9y { width:3.6875rem;height:1.65rem;top:17.6875rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15025;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HPLUMUCR5TxD1cfvoby4pAMsrubEPGGm { width:3.25rem;height:1.03125rem;top:19.75rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15026;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rfqPRTIfDq1hmHWQqVBQgwPaE2lVnF4X { width:20rem;height:1.5125rem;top:22.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15038;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #cis8yLSTo4TJiofkGDpu8GEDu9IDND8T { top:24.625rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15037;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #pvWOWmUwIAsDmtfDX4PsZXuST21qFViS { top:24.625rem;left:0rem;width:20rem;height:2.3125rem;z-index:15037;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IpRNMSgIUpIANGLIq3bgw2zmTGQd5RTs { top:24.625rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15038;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #UMkKf8pE7xsTIRT79sFWeSkJsF7ToBnT { width:2.3125rem;height:0.825rem;top:25.375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pb1z3KVBEFdzT2mpwxZuFfpBmGi1Q8dT { top:24.625rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15039;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #nFAhqbIZd7I9z8mupBsUl6U1dmlDq7PT { width:2.625rem;height:1.65rem;top:25rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15039;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f4C6Tu74lNO7BomwZ0kET3pILPs8ZUfi { width:2.9375rem;height:1.65rem;top:25rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15040;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t9dgqs1q5nFmEUCdLk26CcK56F9aZere { width:2.3125rem;height:1.03125rem;top:27.25rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15039;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FStphqtA8TZunmaxkQ4JrKX7AAtCh1AL { width:2.625rem;height:1.03125rem;top:27.25rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dH0Un75fcJ4AfZEl5FB3pbLvC3Ayn3mL { width:2.75rem;height:1.03125rem;top:27.1875rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15041;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o3ecnlMRFHkI1a2RrOkbvAvzIenDved4 { width:3rem;height:1.65rem;top:25rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15041;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QAoJOpMH2pn9qBsTTorcTooTeJ9b0aSW { top:24.625rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15040;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #tMyFBp6OBmelbUGDqzdkcDVTSrultxwk { width:2.75rem;height:1.03125rem;top:27.25rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15042;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JTTNJ6787W5N1999BbRvN9SOetWTE0T3 { top:24.625rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15041;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #SFCbkpxUk6rScDoxec3DfxzLDJX28ODy { width:3.6875rem;height:1.65rem;top:25.125rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15042;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KOAyfV0FSQfcMucS4iUd659qKdCQCkCx { width:3.25rem;height:1.03125rem;top:27.1875rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15043;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ivZQNfqbbcND6lg3wXRLKdcadnO44E2Q { width:20rem;height:1.5125rem;top:29.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15055;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #nyeWtDUoKgCydnNvhLFHt2EUAbnk7cZH { top:32.0625rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15054;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #D0krr66VOrdGdHsFqITG3S3hhty3AWMq { top:32.0625rem;left:0rem;width:20rem;height:2.3125rem;z-index:15054;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h95dNr4ZBPahWuOgukPP1F4XnbWt6aV1 { top:32.0625rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15055;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #mk0vU66ePJK6H3yGHHq40z5SvSAvamvz { top:32.0625rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15056;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #XQIpEzie7sF9sqVh9BG9vE047nayfs6G { width:2.3125rem;height:0.825rem;top:32.8125rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15055;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3tpJmciqQ8iHwbmCFRetSVCywX6fDP { width:2.625rem;height:1.65rem;top:32.4375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15056;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OdyRFxALtUlfditP29U5IHkZJ4fahkB0 { width:2.9375rem;height:1.65rem;top:32.4375rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15057;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iIf2lQ35ekxwz52FZqH8Zmqm7tZcOEWh { width:3rem;height:1.65rem;top:32.4375rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15058;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OxLx00729fApwCW4I0iZGuDEOfaAGQP5 { top:32.0625rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15057;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #DL5A9ooW0XtTKEsCq4T1eiuncN6TpJyA { width:2.3125rem;height:1.03125rem;top:34.6875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15056;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P6cuGCDzurJQoqWpL2FwD0pK2XKVCvs0 { width:2.625rem;height:1.03125rem;top:34.6875rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15057;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XOcw0Hbb89JPBEshysyMHxfPNJk4H2nv { width:2.75rem;height:1.03125rem;top:34.625rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15058;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F28yvysE1dbgd5VbmJnkE5oozau4N5g7 { width:2.75rem;height:1.03125rem;top:34.6875rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15059;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JDlkzN8ldL2zIZXEAdlyGvZphihffe6e { top:32.0625rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15058;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #AHPwH4gHXc4S2N563fv6B6O5xuTgxwLW { width:3.6875rem;height:1.65rem;top:32.5625rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15059;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oFuJoq6NXMI9IeBUuzPmE30SMQM4nGTu { width:3.25rem;height:1.03125rem;top:34.625rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15060;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RFqABvbW5rwUgGAOWz3cWhVikh2C46HB { width:20rem;height:1.5125rem;top:37.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15072;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbT7mXsaKF7WKXCz6qgMTT6GLwLxCsn { top:39.625rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15071;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #rGVJyHhF5KJkN6bIoF9NLFNduxilNAVg { top:39.625rem;left:0rem;width:20rem;height:2.3125rem;z-index:15071;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FoZ1TRuxH93xxhA9dGBIB9e0bv9VS1Zs { top:39.625rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15072;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #BS3QLwLPiocVg7GmhH1n6DVFpzkrPJdt { top:39.625rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15073;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #WBvvZR8yTrs1C7VqxD6ItgC0I7I55ckM { width:2.3125rem;height:0.825rem;top:40.375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15072;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xTH8hlGZuw1IWauQRPMMutOcZR71APeF { width:2.625rem;height:1.65rem;top:40rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15073;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VKFs5LJBf928SbUWZUxvcXewSM6P46LP { width:2.9375rem;height:1.65rem;top:40rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15074;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m6Hb6x8EkexeWo2zdRzEozRHLDsiO3mC { width:3rem;height:1.65rem;top:40rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15075;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t6ChS4TLhUT2dqxHXLQne2OrcJhKDbZG { top:39.625rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15074;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #LZAEpRcnIwb8pZvBXtJRp2vcDHhaf8uB { width:2.3125rem;height:1.03125rem;top:42.25rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15073;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bJngwP5vdAxJ0AQHt3X0ptT9iceKl5p6 { width:2.625rem;height:1.03125rem;top:42.25rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15074;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RqQpCg2DXRHwNEqOFfUM8KrKAuQ6pwcP { width:2.75rem;height:1.03125rem;top:42.1875rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ne6wumqgTEIHJtroJ3d3PAEkMSXGOnte { width:2.75rem;height:1.03125rem;top:42.25rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dodGNfCfkfNpZTECnB1zlbLTXepXQLDf { top:39.625rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15075;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #bWTOf2uLcoSCGOeGuBTiLODRcEcMlNMQ { width:3.6875rem;height:1.65rem;top:40.125rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15076;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tzunAuBf0KFTOhv5iD733ZvUtxRDLMMt { width:3.25rem;height:1.03125rem;top:42.1875rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S7IhNbQg3Rmeykb4oWuHQ9SI5T1xrWg8 { width:20rem;height:1.5125rem;top:45rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15123;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #NWCQ8Q5u6bbIMLMq2UGwHMDmXmPO44t4 { top:47.25rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15122;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #wwwZtsbfcQONu8OaeeWum30AGoiSiHZ4 { top:47.25rem;left:0rem;width:20rem;height:2.3125rem;z-index:15122;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UMCs2Siw3swftCofE9NDnCoLrTFwTEf5 { top:47.25rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15123;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #JzmonJrVGE7fLHHTbuUWACQbBuT96AO6 { top:47.25rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15124;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #BoTONuuGwn69aTacNZNnKEzzK4gyxRqn { width:2.625rem;height:1.65rem;top:47.625rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15124;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cEGzzxAEFHVaxluwlQ03zHPLrzno82v9 { width:2.9375rem;height:1.65rem;top:47.625rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15125;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1t4QNwrqld0eqJGTp462zUX0rElr7X { width:3rem;height:1.65rem;top:47.625rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15126;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rhr9PsHchUmiJGvmrlamPGIqHW24lt1J { top:47.25rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15125;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #GABdqymOiXxiPG8Nxygmc7LWIrirPZmW { width:2.3125rem;height:0.825rem;top:48rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15123;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LMnIstmaU2OvGyCbvy4wDbpzy5lBaxEW { width:2.75rem;height:1.03125rem;top:49.8125rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15126;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzutxTAb2I6VQp3G8tNibTQc8yErsqQx { width:2.3125rem;height:1.03125rem;top:49.875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15124;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R3UELiCiZF6sPX3tIkxm4SwuB9ahOylT { width:2.625rem;height:1.03125rem;top:49.875rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15125;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l4msH7MffM5H0KJtCthPyZ3Jd1Z9coyV { width:2.75rem;height:1.03125rem;top:49.875rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15127;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4QWAtXVShQNgaNTQzXMbHFVeL37kQJ { top:47.25rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15126;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #N22tTSzyz8klAhb5KtF4GAc9GyimTuNV { width:3.6875rem;height:1.65rem;top:47.75rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15127;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nZEGZNqs6UMLlReA3CsJNlL2nKyo7NEr { width:3.25rem;height:1.03125rem;top:49.8125rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15128;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eMclTsyeFDftwAVr5pzeZicv0Rg3ICNv { width:20rem;height:1.5125rem;top:52.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15140;color:#273c4e;display:block; }
 }@media only screen and (max-width: 763px) { #SrKBrEEF5tsrQIhuxVkBpULXKFqCx5pz { top:55.1875rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15139;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #ABBk9SONTOmfR0tbIW4DEIgUHfs7EVhu { top:55.1875rem;left:0rem;width:20rem;height:2.3125rem;z-index:15139;background-color:#273c4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l74SDGKskpihTT4y2KpKOhiyNS39bxzQ { top:55.1875rem;left:3.75rem;width:3.6875rem;height:3.6875rem;z-index:15140;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #JqVnpiX1T5o35tbVNekFp9DbhUTK0AN2 { width:2.625rem;height:1.65rem;top:55.5625rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15141;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DMyD4CNUvTIsBDXB85ok8Sg0QpxTCuaW { width:2.3125rem;height:0.825rem;top:55.9375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15140;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IHN9Dx3IlxUAno9cCDdXTI4ashHFESTW { top:55.1875rem;left:7.4375rem;width:3.75rem;height:3.6875rem;z-index:15141;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #NIhqHRXi1taAP9lEK3RUM6MFFDIOSQrK { width:2.9375rem;height:1.65rem;top:55.5625rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15142;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J4fd4yzoXJoCSAcoiEyh4kJFz9RHQ0po { width:2.75rem;height:1.03125rem;top:57.75rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15143;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z7GVmHUr7kBhW3FuFRhoWzwHOUVb0200 { width:2.3125rem;height:1.03125rem;top:57.8125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15141;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MMWxMCyIiZOgqCTQsEsQk8wWtWWf9gmL { width:2.625rem;height:1.03125rem;top:57.8125rem;left:4.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15142;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dwX0zuWrEEf5MFwvgA07TK7r7uvPAp2q { width:3rem;height:1.65rem;top:55.5625rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15143;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VWs3TMWRU3fFsQf9Hg2ATqytOXLcWDyM { top:55.1875rem;left:11.3125rem;width:3.625rem;height:3.6875rem;z-index:15142;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #l5rLvzs1ppButNJIPevwgyZSzWdhH0I0 { width:2.75rem;height:1.03125rem;top:57.8125rem;left:11.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15144;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nElyw6DsKzExaTmcm7mZv2Twlqb0S9mh { top:55.1875rem;left:15.0625rem;width:4.875rem;height:3.75rem;z-index:15143;background-color:transparent;background-image:none;border-top:0.125rem solid #03308d;border-left:0.125rem solid #03308d;border-right:0.125rem solid #03308d;border-bottom:0.125rem solid #03308d;display:block; }
 }@media only screen and (max-width: 763px) { #mT9xuRzIssNEVho35idsNLUTzMcq5yak { width:3.6875rem;height:1.65rem;top:55.6875rem;left:15.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15144;color:#fdfdfd;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fR6tdwz43tdDMpCL2rw8DKhi92VbERwq { width:3.25rem;height:1.03125rem;top:57.75rem;left:15.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15145;color:#043759;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IXiWhyJO6N1cMohQrXP8ZfLUUgvmbCiL { width:20rem;height:2.3375rem;top:61.124999046326rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15004;color:#000f53;display:block; }
 }@media only screen and (max-width: 763px) { #OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf { width:20rem;height:7.5625rem;top:64.324574470519rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;color:#03145f;font-weight:400;font-style:normal;display:block; }#OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OHnxZuXo9Hk7cbsBMHgFW8Uxmfy4y1uf li:before{  }
 }@media only screen and (max-width: 763px) { #JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ { width:20rem;height:1.5125rem;top:72.947443008425rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15142;color:#03145f;font-weight:400;font-style:normal;display:block; }#JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JLDr92ThXyQfoeLdT8IfmGcCLDW0JTMQ li:before{  }
 }@media only screen and (max-width: 763px) { #pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 { width:20rem;height:3.025rem;top:75.447444915769rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15143;color:#03145f;font-weight:400;font-style:normal;display:block; }#pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pALKTvQzdwdZnZfkyRToQrOQvJRnulg1 li:before{  }
 }@media only screen and (max-width: 763px) { #shBgi6qtFcgvEQHONEcGGcHVUtlmA7h7 { width:20rem;height:2.3375rem;top:80.875rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;z-index:15005;color:#000f53;display:block; }
 }@media only screen and (max-width: 763px) { #N8Vfbck0FOEL42ETomzfPDclKqICJyQr { width:20rem;height:1.5125rem;top:84.259946823119rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15144;color:#03145f;font-weight:400;font-style:normal;display:block; }#N8Vfbck0FOEL42ETomzfPDclKqICJyQr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N8Vfbck0FOEL42ETomzfPDclKqICJyQr li:before{  }
 }@media only screen and (max-width: 763px) { #u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J { width:20rem;height:1.5125rem;top:86.509946823119rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15145;color:#03145f;font-weight:400;font-style:normal;display:block; }#u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u7raPSnBD1KOqwMlD5q5rP5LUMT1hA3J li:before{  }
 }@media only screen and (max-width: 763px) { #mQn0pMth5Li85LpW5dMdIbLUGWfqX89M { width:20rem;height:1.5125rem;top:88.459520339969rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15146;color:#03145f;font-weight:400;font-style:normal;display:block; }#mQn0pMth5Li85LpW5dMdIbLUGWfqX89M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQn0pMth5Li85LpW5dMdIbLUGWfqX89M li:before{  }
 }@media only screen and (max-width: 763px) { #qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv { width:20rem;height:;top:90.334520339969rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15147;color:#03145f;font-weight:400;font-style:normal;display:block; }#qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qX5nQdN8qOQts1uP7mtTKdq9r5RcJKfv li:before{  }
 }@media only screen and (max-width: 763px) { #OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 { display:none; }#OI2Kz0EWyDpignyvXny61w2BgrZTX2R8 > .row .container { width:20rem;height:399.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uboTyrBXiipTRL5El7nHS5eWOySBR3hp { width:20rem;height:4.4rem;top:87.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfibCTM09r2UExGKRphtAbefoy0lBZ2R { width:19.875rem;height:70.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQv0eCw21RVOIXOqXLhgd2vz5h4mPx4 { width:20rem;height:6.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKdf2syDfvGowBfCaz4eXg2sdKW6dEI { width:8.1875rem;height:8.1875rem;top:2.5625rem;left:5.9375rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoIk4Fvzhyr0edwyaFP2VGfUQX6AaVyl { width:10.5625rem;height:50.5rem;top:150.93749923706rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7ZXV3Rd0muepxlxr7CpC6EZ5yCdTzv { width:10.5625rem;height:50.5rem;top:202.81249923706rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJduom0deM4doLv6IS8o755aTiLmqeGd { width:10.4375rem;height:50.5rem;top:254.68749923706rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8CUQJy89FOlGBpPnmf4UIRdGa05CTA { width:19.875rem;height:3.125rem;top:93.4625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPUprJ95Z60TWP0kyysx5kOkVRan5Hb { width:19.875rem;height:2.75rem;top:99.962499237063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrLz1RZamm6TKGdC1qEG06t1AeI2PLT { width:19.875rem;height:2.75rem;top:106.19374923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUmLtkp7XuvMuV0yW51aDBzgoA4yHh2 { width:19.875rem;height:2.75rem;top:112.67499923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfNH8hBV4leZCxKMLxlgfKWZEMoBDTvE { width:19.875rem;height:2.75rem;top:119.03124923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbd99kmzThqtZ7R85BTJLwSuRV7tsXV0 { width:19.875rem;height:2.75rem;top:125.26249923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhT3egIMUQy6zoDBzShMxODTFMdt0cQH { width:19.875rem;height:2.75rem;top:131.74374923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX6hIKt2XKGHorgA2DM4O4gCS38Xps4V { width:19.875rem;height:2.75rem;top:138.09999923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3n8HzS4soowtB6e2kl36PZiPGrQhms7 { width:19.875rem;height:2.75rem;top:144.45624923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3o3kTLbOAMJvPXNSy6Z7a7rU9go6QMP { width:8.125rem;height:1.54375rem;top:151.79062385559rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #InWcLo2A9vOpNuoFRnSHipg4gqbTetxZ { width:8.125rem;height:1.54375rem;top:94.315624618531rem;left:11.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGHJyDrse2KOCOJmKy231AMXJy0hyymH { width:8.125rem;height:1.54375rem;top:203.66562385559rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #URqbBOxT9eVgtLJi6AOUnwIgM8HebMpZ { width:8.125rem;height:1.54375rem;top:94.315625190738rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNtX03r56hia9w6JL1FW723UTy62wvyk { width:8.125rem;height:1.54375rem;top:255.54062385559rem;left:6.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpDVWTcFXWbe1GM5BWIHTwS35bchS3H7 { width:8.125rem;height:1.54375rem;top:97.168749237062rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XlZ9oZ7PWzwXv3ufXVWVPMherN42gxaF { width:8.125rem;height:1.54375rem;top:154.70624847412rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Karr6MTzaIKqvkJOJqDN1JzHImCKAXo6 { width:6.75rem;height:1.54375rem;top:97.025rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEgI4a0JePPL53aXub0JrWhHrOm5roMo { width:6.75rem;height:1.54375rem;top:206.37499923706rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWSMt1DBGRUy1HTasTtJb6MuoQgRk8C4 { width:6.75rem;height:1.54375rem;top:97.0875rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhTvelssNi0F94Tk3ac5GMOxkVl6y7cu { width:6.75rem;height:1.54375rem;top:258.24999923706rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p59KzpC1Z0TQPH4FRt336Xn0CNpzLSxe { width:8.125rem;height:1.54375rem;top:100.64999923706rem;left:0.65625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T79bIhI0lbmn16tWcdoCVoQBWM53Ncfe { width:8.125rem;height:1.54375rem;top:157.24999923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJvr3sOEuxQdRT0dwe4DL6E1EhPQQDhK { width:6.75rem;height:1.54375rem;top:100.62812385559rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4aGRe8lZmGUJABV71nkPDAGebnILsPV { width:6.75rem;height:1.54375rem;top:260.91562385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wysCTkNXXk0WP9JGEfRpEXXbOoDRvZDm { width:6.75rem;height:1.54375rem;top:100.62812385559rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IslqZZN6ry7vWTzzTAUr9Gzoz9BNcm9G { width:6.75rem;height:1.54375rem;top:209.04062385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUMh8Z1k8i61x2wCx5HthGPKDJlSeKip { width:8.125rem;height:1.54375rem;top:103.35624847412rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKcxICdRnT9siXTTotErIQz3GcauSKZg { width:8.125rem;height:1.54375rem;top:159.89374847412rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZePpTRrGuJ5KpQffmciJEKMrFNr0LqQ { width:6.75rem;height:1.54375rem;top:103.39999923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6qyGnSiKSZc1Vf4ameE18skTWee93y { width:6.75rem;height:1.54375rem;top:211.56249923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgSdEFzanLuMDG7CUqZ81lAF6R36pGM5 { width:6.75rem;height:1.54375rem;top:103.33749923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxgVDfC0iwqdmZ1LH6q4pdlcrOxcmbXN { width:6.75rem;height:1.54375rem;top:263.43749923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGeu8mzMUrAnoHcV585DXliQNTOAk7vE { width:8.125rem;height:1.54375rem;top:106.85937385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT1pEXz133KnT1pEKCirtH1rATnH0eMx { width:8.125rem;height:1.54375rem;top:109.60937385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIocPzzBF6kyr5oGDPXsgANZyzm5G2wb { width:8.125rem;height:1.54375rem;top:113.34062385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3MxnTttnby6FO08gkBmRkAcwoisfSHw { width:8.125rem;height:1.54375rem;top:162.56249923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRlwFqMfStaqGSHGeLZfmGk83aiZ3v2h { width:6.75rem;height:1.54375rem;top:107.00624923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdwLBRhc7Ea3iLX0nL6fwkou7SctySgM { width:6.75rem;height:1.54375rem;top:214.24999923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSECqMUFUqNM8MuyPmuXxTkpVIWdMmMH { width:6.75rem;height:1.54375rem;top:106.88124923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKPZnoVsusa3GhHigOTSSu51HDkfAtwn { width:6.75rem;height:1.54375rem;top:266.24999923706rem;left:6.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IzuCiJcv3zxtQaTmdf1Kxi9PTNsrChyS { width:8.125rem;height:1.54375rem;top:165.43749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hvqTbWrsWRpuwddQHbzrk4WHvZZohfb0 { width:6.75rem;height:1.54375rem;top:109.88124923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e45SMX5ACL5ncHZawVWTTt9H45sf6KIq { width:6.75rem;height:1.54375rem;top:217.12499923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8vbZTAyAM0PUOFK82CBg0MGqZ9OBZb { width:6.75rem;height:1.54375rem;top:109.69374923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsyQs8USOf570tU6VVkTpsBN8GU9ckor { width:6.75rem;height:1.54375rem;top:269.06249923706rem;left:6.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWkTF4J0Cid3MSkvEkEIocdqiJxT5qJZ { width:6.75rem;height:1.54375rem;top:113.36249923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VA0VsxqARTa4DweiLknZboRGvUgsOfne { width:6.75rem;height:1.54375rem;top:271.87499923706rem;left:6.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aELdAsbEOSzmDbTTRJEM58dI0xenEw8L { width:6.75rem;height:1.54375rem;top:219.87499923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHuBuNNrAi6mWtSwLwqw7PTquoVbwTOt { width:6.75rem;height:1.54375rem;top:113.48749923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9DXEwCSuZ2QTNqVViigVXeql3KgoXQ { width:8.125rem;height:1.54375rem;top:168.18749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQLQwTP0m6dNqaZLpAmS2lEwxI0mixd1 { width:8.125rem;height:1.54375rem;top:116.19374847412rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Esrfx4TerA24f66EtCEtn7s898PX1TM7 { width:8.125rem;height:1.54375rem;top:119.69687385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QFLft90TG3TyP1vB0Rg1HHwbd0qoTtJF { width:8.125rem;height:1.54375rem;top:122.44687385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXTFZ7bNrbkgNKmFqznyCdUBTCp5WTUd { width:8.125rem;height:1.54375rem;top:125.92812385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxe5rTOCtO704X3adoF6kklG3MSMLRQo { width:8.125rem;height:1.54375rem;top:128.80312385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DK85J5xag1B3m3E7Pu7s5HgBn91142Ol { width:8.125rem;height:1.54375rem;top:132.40937385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #stTcRzhU51QTIiVp6xaJUZqVWIL9kd1G { width:8.125rem;height:1.54375rem;top:135.15937385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AN22ABrhXlKPcbqguFDqOslpAhsHDMui { width:8.125rem;height:1.54375rem;top:138.76562385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsT5X2Wp5wpO6iQTKQ1sF15bCT8VbsPQ { width:8.125rem;height:1.54375rem;top:141.61874847412rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nH2iUEutZlQPwrMIU8AVsRKCOvvs3Ku7 { width:8.125rem;height:1.54375rem;top:145.12187385559rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhP66eWB06GucbLePyz5rfbzGlCUCuAD { width:8.125rem;height:1.54375rem;top:147.99687385559rem;left:0.53125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFrIV1p7aMkE6wCETuE1FR1OEim6uFvV { width:8.125rem;height:1.54375rem;top:170.93749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zFfbWTQsdatbMc6qP1WCNbqnnIGTNEZH { width:6.75rem;height:1.54375rem;top:116.23749923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rNcU5lmxThXAIwemH8UiRNRwsLzcVw { width:6.75rem;height:1.54375rem;top:222.62499923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iO4yWwSXm2ff1u72wphHpSWIWAO4zS { width:8.125rem;height:1.54375rem;top:173.68749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzDR2KLNBSLLQSbuMpNQMbZvDaLo0ai2 { width:6.75rem;height:1.54375rem;top:119.84374923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fL1ORapuyrzTWsMqpZygBslzMoVO7pFK { width:6.75rem;height:1.54375rem;top:225.37499923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSTSaJtB8G74BMOM8ihHslVNGk4nXZVe { width:8.125rem;height:1.54375rem;top:176.31249923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IB0CalhgkGCqJQX85gBUPIu8VBsRNSSu { width:6.75rem;height:1.54375rem;top:122.46874923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCBkoHkRIrwq6eOJwzW4z6r72JTSUvpO { width:6.75rem;height:1.54375rem;top:227.99999923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLvEtTQsRwuMvpkZgEAIIqZ1J2XVULvc { width:8.125rem;height:1.54375rem;top:179.24999923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKf6y0kdRLxORcpTOC5dIMIdhRSOtdvg { width:6.75rem;height:1.54375rem;top:126.07499923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zUZSfUAnd1sOKfC655OyaFVnBwU1gPBG { width:6.75rem;height:1.54375rem;top:230.93749923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3GPQDrNreWtWEcgUv5dBGsU4A1wZZM { width:8.125rem;height:1.54375rem;top:182.12499923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upJvr0aaTNx6MKevEHy9ZTPmoe9ffeZ7 { width:6.75rem;height:1.54375rem;top:128.94999923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBKaWvicO9UwE8XdVCIXhwIc88Oe4Mr { width:6.75rem;height:1.54375rem;top:233.81249923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmThGwr0x4NWrx1Rgs3MiXmOgw9ANAH9 { width:8.125rem;height:1.54375rem;top:185.18749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G6ceMBoSL3oHig5lEcM4KTyxKsdpGNBl { width:6.75rem;height:1.54375rem;top:132.55624923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5g6Uzms412hKPGORE8Z0HliidOuafct { width:6.75rem;height:1.54375rem;top:236.87499923706rem;left:6.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oepwQiTzezXlohStUPD01mPsHH2D3dvc { width:8.125rem;height:1.54375rem;top:187.85312385559rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxtOGITmMF8wOhXrWGS1zOwSsQGtZVbN { width:6.75rem;height:1.54375rem;top:135.30624923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qS6nhkDDZRflIMEqXTgbLJyF46trlZXr { width:6.75rem;height:1.54375rem;top:239.97812385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1aedm7TPprJO0sormQvJbPRmR23bkZs { width:8.125rem;height:1.54375rem;top:190.79062385559rem;left:5.90625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UV70ixnHquu7a4hegGCcKSloQDaBJMrZ { width:6.75rem;height:1.54375rem;top:138.91249923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LANf8Z17SpqpQhofn1WS3wEBJJdiMHmL { width:6.75rem;height:1.54375rem;top:242.69687385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PhkmwvOguu3Xu47h00gFU06c24H9F7Xb { width:8.125rem;height:1.54375rem;top:193.56249923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCc7IhDcPeTAWIiSavXi6ZuTK16bGBVw { width:6.75rem;height:1.54375rem;top:141.66249923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQz7E2Q8gWmg49kmlkGRqHsEPg8aUk7D { width:6.75rem;height:1.54375rem;top:245.49999923706rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTPQ6Rf0tDgUNmaXaKykHf8kiiOmSc7d { width:8.125rem;height:1.54375rem;top:196.31249923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wW33k5Ukyz00rEsELSJsETdhgArC0RWu { width:6.75rem;height:1.54375rem;top:145.26874923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUoTx3Z9cEnlBUReTfp5ENFqtGsR1A53 { width:6.75rem;height:1.54375rem;top:248.16562385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMq43l9LZNwvNdJWCVJJ2mGhBW44axcy { width:8.125rem;height:1.54375rem;top:199.18749923706rem;left:5.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTThKK0btohsxCe9imrpFfFLC6AV5S9Q { width:6.75rem;height:1.54375rem;top:148.14374923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gW8q3E4t95fVRXN2TSG1HTTf2muVhFm7 { width:6.75rem;height:1.54375rem;top:251.04062385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vUOaQGAhqQGamqGLc3w9mLThArfhCKS1 { width:6.75rem;height:1.54375rem;top:116.17499923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1lo73p5bt77eRtgpbzStb5LTZGmONPa { width:6.75rem;height:1.54375rem;top:274.68749923706rem;left:6.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXioSDOvwZSgD08fNvvEw4IGnkgWrzM6 { width:6.75rem;height:1.54375rem;top:119.71874923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1kIww39wrboPwwRsibOheKazEhbE3WJ { width:6.75rem;height:1.54375rem;top:277.37499923706rem;left:6.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkENQlzJvZhgNse9a7Sgz6IDTkgANoE { width:6.75rem;height:1.54375rem;top:122.46874923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mw2z4StemoCUVMHnQsFLgxu62A0Gd8tB { width:6.75rem;height:1.54375rem;top:280.10312385559rem;left:6.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vuWS5d8AlF0QAaSVWt4u3WcBd1l985L2 { width:6.75rem;height:1.54375rem;top:282.93749923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rwnTv3PuD7Oh7XtWKcIIhcRGVn4Dbd1v { width:6.75rem;height:1.54375rem;top:125.94999923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0vplTSMXlx0ImJGt76OU7fKmCHuotmS { width:6.75rem;height:1.54375rem;top:285.81249923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CWBFcoDqo6T5ninw7lpToVFu0Z9bI925 { width:6.75rem;height:1.54375rem;top:128.82499923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACOfmTbGVyxdSmnQZGTMw7WF4QTTnZeV { width:6.75rem;height:1.54375rem;top:288.81249923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIJAwBThGe96GPasgMDyTw8oaB6yfu1y { width:6.75rem;height:1.54375rem;top:132.43124923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTNCG6ss0XFW8D79VyITXPCSeZzzcWU0 { width:6.75rem;height:1.54375rem;top:291.62499923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQtZc9zfd2eguO23VA9OJDbWtzKySHdT { width:6.75rem;height:1.54375rem;top:135.18124923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gz9SNz86HNUV6iUlxyqDefXGeuUbPS3i { width:6.75rem;height:1.54375rem;top:294.49999923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iikWphIAkKNTAMncy2bcu1ceKstKRR3L { width:6.75rem;height:1.54375rem;top:138.78749923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3E7JVaG5NZ139azyc09nN2QpIwRJon1 { width:6.75rem;height:1.54375rem;top:297.37499923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2eyr3ZDKDPR9RxTUs5wt3k6kd5Zmrm8 { width:6.75rem;height:1.54375rem;top:141.66249923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbaA7FlDIJVlcABl34sk23BdMbNQATrW { width:6.75rem;height:1.54375rem;top:299.99999923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l2tyaBAwAt1KyRKVlBbz9wTcMCofn5c5 { width:6.75rem;height:1.54375rem;top:145.14374923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fulzzuCHA5QBGZuUVPkFuOl4e9Na8IIF { width:6.75rem;height:1.54375rem;top:302.87499923706rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mq1TvtnODJWXG5NJwCUIz7KNqkUnEHrp { width:6.75rem;height:1.54375rem;top:148.01874923706rem;left:13.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nzPdCDmoJpQR6s9PZhSwg6OM7SeW8TWv { width:20rem;height:2.199575rem;top:3.5875005722046rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv { width:20rem;height:14.0125rem;top:310.01249923706rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#vk8qKTcrf7scTHgab69q0QQ1AxPmMbmv li:before{  }
 }@media only screen and (max-width: 763px) { #MHHMFl6GrJ4K553DnBxngJmMMQqGhAkc { width:20rem;height:2.2rem;top:325.27499923706rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srzuAcLskcewrgC9n21sVLZ7tCIho4XX { width:20rem;height:16.55rem;top:328.72499923706rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#srzuAcLskcewrgC9n21sVLZ7tCIho4XX li:before{  }
 }@media only screen and (max-width: 763px) { #fAP6fAiaioIPGSntMkTuG6C4gspu27mc { width:20rem;height:1.7875rem;top:346.83747558594rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 { display:block; }#ZhdhP64qCkmTi0yz8DVcfRZTUyqyTE56 > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmy0cEIHiykNqdWXMM6HELwZS9yB1yf { top:89.875rem;left:0rem;width:19.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBmVTfLdZN8GoGAbc9FIUtRSJowTF0w { display:block; }
 }@media only screen and (max-width: 763px) { #vPJIN1m3vpM2veTCFtIc8by5dzQDXWKn { width:3.5rem;height:1.40625rem;top:5.25rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anL6qFLQ89d7tKdVVTBMTKqnaGZcF4wE { width:8.5rem;height:8.5rem;top:5.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi5EtMWypGJuGlCAXQwHd99bHdnOcfU { width:2.125rem;height:2.125rem;top:4.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAutZh9hhWzgUZxPE1OTT0gP3fpRJNG { width:5.0625rem;height:5.0625rem;top:6.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toM2ZXMyT9NxgFLWVvISP88iHNBTTwA6 { width:10.5625rem;height:2.4375rem;top:15rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GATKFSN9Nc8BoBZP9wU1eUoPHptzwSDb { width:13.125rem;height:1.21875rem;top:29.875rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPcyduCaNCQoyDs5gTiUzLexTf1pR81o { width:3.5rem;height:1.40625rem;top:19.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEypkOxQWS3T8g0dFT2H45DTK0t0Nxsp { width:8.5rem;height:8.5rem;top:20.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKRBJgVP4pXfiCKMoifu06XsSFfnr0v { width:2.125rem;height:2.125rem;top:19.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHyG01w5SSD9OdLZp0BonVvSJsZXcpd { width:4.625rem;height:4.625rem;top:22.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPTwlsAFL559WoZTFROVRggEJRiIotU { width:13.125rem;height:1.21875rem;top:45.0625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNp6WEyJl93Smp8HbnA06LWMzCw0Oint { width:3.5rem;height:1.40625rem;top:35.5625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguyKUEX8k30vMKyTsOXmf9MIE6gQ4ln { width:8.5rem;height:8.5rem;top:35.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrcFGlTTCqAdyMwdGWT3gixI5ienG2z { width:5.0625rem;height:5.0625rem;top:37.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx4Mft5RBtDyiIEF5Ie5CeMuMM2LNKL { width:2.125rem;height:2.125rem;top:34.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIr00TnDUGlZpMc3qbHPx3R5htWbum2x { width:8.5rem;height:8.5rem;top:49.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwAqBvRcsTX7vklTR68dmhlTGB0m4ri { width:4.625rem;height:4.625rem;top:51.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ezgQ5Kx3ANVDrctN6q4f8L5e6nNeho { width:13.125rem;height:1.21875rem;top:59.40625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0hKd93lVmh3AAqiBG07LrBGZ7qJ0rw { width:3.5rem;height:1.40625rem;top:50rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBAsosRf4EzukLTAGUmCnmVTFT7n4my { width:2.125rem;height:2.125rem;top:49.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQU6n5lXJpd1dXpaQHzJZcdfdIurJTI { width:13.125rem;height:1.21875rem;top:73.6875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iC819pDlWHmeuhuR38b2RfMW5HqutoPF { width:3.5rem;height:1.40625rem;top:64.25rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1KlO5c7QqBxqJgvsC4AaTFTIRoU07oV { width:8.5rem;height:8.5rem;top:63.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49m5zcysF9dP7fmsbSupIcppJ2G0elb { width:4.625rem;height:4.625rem;top:66.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZXopnv0PG5qhKDS0n40Onep92S2w54o { width:2.125rem;height:2.125rem;top:63.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1a3W4sFwdruGuPabW5XV2f89SoKlhQC { width:8.5rem;height:8.5rem;top:76.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3pDswFei5wFOuE3kUqL656UgMNbyQgn { width:3.5rem;height:1.40625rem;top:77.25rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FooD1xK9wzqahtZAT2SqwxEl85MISnUE { width:2.125rem;height:2.125rem;top:76.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP0gdRNIWPKyQyfm1EKdLSUTTuR7Rxqh { width:8.625rem;height:1.21875rem;top:86.75rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2UzciTHgpNF1V4JhErqztkSmouyCHe8 { display:flex;width:4.75rem;height:4.75rem;top:78.75rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv { display:block; }#nwbaeyqTrpX5zoCw1mWISWAw6qWT76dv > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4oLOEZcwUdsSpeArPUi2tUhKr6mtbhi { width:13.9375rem;height:13.9375rem;top:4.7rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJxVsVuEX9y3AHnn7UZuicMt2Bitvxf { width:15.3125rem;height:2.76171875rem;top:19.324999809265rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLnkxkzuFvdq4DspRovppc26ibeIHQIQ { width:15.3125rem;height:2.76171875rem;top:38.89999961853rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x69aRiOhghOZ6yLE4CfrlIbx1X5BzMV2 { width:13.9375rem;height:13.9375rem;top:24.199999809265rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0H98ylxZ8HvPR8wq1pZrJcnAmanelRh { width:19.4375rem;height:4.142575rem;top:58.91250038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ontS7AyBFv7A1RBvFVhmfC2GWoziyGzK { width:13.9375rem;height:13.9375rem;top:43.887499809265rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zGe17lsioBNxCOhl7MlUQRbaHQrgwx { width:15.3125rem;height:2.76171875rem;top:79.9375rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsN3XcaeyJWrSJ0UEbhbPqO3yCKzHtW3 { width:13.9375rem;height:13.9375rem;top:64.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE8k0Lb6wcGcMMrsO0VlF96IOv0XEol9 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF { display:block; }#FiXJyTeIadwm1oEoTHiz0I3ibFkzBIVF > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBLWieu3ZL4k6vrr4FP9tfdsQxsE2tZl { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbqDC7RK83sGT1bxUG8VcGdD8if0vN3 { width:19.4375rem;height:12.5rem;top:4.7rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5fhTTwZTawTz3S7LLeJRQHZsLJqnfTd { height:8.0625rem;width:14.5rem;top:6.95rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBlnIlXNQAFS7DnNB8FZ5ucbO5MlTyp { width:19.4375rem;height:12.5rem;top:18.575rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAtQibcFAxK9PMFm94w6iklgcBumvzpA { height:8.0625rem;width:14.5rem;top:20.825rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7qGMlAkw6wTieWaK8qi2kJ5x2Ag8nc { width:19.4375rem;height:12.5rem;top:32.45rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoDUJLFNhnfamg1vFw0OTAm82eI5K7O { height:8.0625rem;width:14.5rem;top:34.7rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd9005LV1leypwkgCPvTSOZ97VS7xZa2 { width:15rem;height:7.1875rem;top:46.325012207031rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrE2hevzuKvNwtoXfTLyQOoUX16N5kwJ { width:19.5625rem;height:15.625rem;top:54.762512207031rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHh0KaPpIwGJO8Ux7fAlD83mnWxwu1yn { width:19.5625rem;height:15.625rem;top:70.949999809262rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSd3gO0PxGGRelFW9UwwkyqCCFn3Vk8D { width:18.875rem;height:15.625rem;top:87.450000762938rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTi4BAQvL6UAFxOPlAehJbzD1niBq22A { display:block; }#CTi4BAQvL6UAFxOPlAehJbzD1niBq22A > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDsLRmZRszf5K6xVeAaXbH3pETzo0vS2 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVfDKMDUFzvnBShh8BD7iGEG8utTN8w7 { width:17.8125rem;height:8.9355625rem;top:6.28125rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7ZdUWaGa2KyhuazNNwXai3JoyGGqvh6 { width:20rem;height:12.5625rem;top:4.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNgCCELCterzLhJXrbgxU1fWRyBSIUs { background-color:rgba(0,0,0,0.81);background-image:none;display:block; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { background-color: transparent; background-image: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container > .video-iframe-container { display: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row > .video-iframe-container { display: none; }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .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); }#GtNgCCELCterzLhJXrbgxU1fWRyBSIUs > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRZB87OEOoS7BFzpJ5iIHQ5nTUAePreG { width:2.5rem;height:2.5rem;top:11.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqrT1P9nsn7X2hcoasJnrmvqT0PcoMO { width:2.5rem;height:2.5rem;top:11.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZemfT2qKznG1teW8Jb40f6kZlpNtAIiV { width:2.5rem;height:2.5rem;top:11.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7Kxw2CahTHeGUfZFrc4EzOQkeszkNG { width:2.5rem;height:2.4375rem;top:11.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4VVCcwBXZFZplAAF6z1IvAGkTsHrnS { width:2.5rem;height:2.5rem;top:11.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSto3gGdQgQwWHHnDHaMeJzsZJTINpp5 { width:7.625rem;height:9.4375rem;top:0.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmCKvcRN6tig124uW1msArfEpEtwLpJ { width:20rem;height:2.2rem;top:17.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKiM9aNwkeQI7rthRbQQ56DtvItM3u96 { width:17.1875rem;height:12.59864375rem;top:21.66250038147rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaCSFSr4GcghGtGHzv1fLNZyN81MX4i8 { width:1.5625rem;height:1.5625rem;top:22.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFo5m16IyXMTT9DPm3lputHCQXKCJmo { width:1.74926875rem;height:1.74926875rem;top:25.623779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudpZxiAMGEgPOMa7DeVOyxqpq9BQIfn { width:1.74926875rem;height:1.74926875rem;top:29.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1GIq2G5eTSws6T520SDtIRTsAS4uZv { width:1.74926875rem;height:1.74926875rem;top:32.5927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCIbM0C567C0c0CZcwt89p5owpCkndWM { width:11.375rem;height:9.5625rem;top:0.6875rem;left:4.3125rem;display:block; }
 }