.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { background-color: transparent; background-image: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container > .video-iframe-container { display: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container { display: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .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); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { border-width: 0; border-radius: 0; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.125rem;left:55.9375rem;display:block; }
#vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:12.6875rem;top:1.9375rem;left:1.78125rem;overflow:hidden;display:block; }
#Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { background-color:#007396;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:11.4375rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.53125rem;left:61.9375rem;display:block; }
#UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3578c23-f060-4c57-bd4d-6eac7faa17b4/website_header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#k0PXOvnNzK0Dli6m40ZZouxmzfTVssXM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17rem;left:10.0625rem;height:0;display:block; }
#RwD2Zl7DBx8T0kVThQ3bVnHQMepVtDtK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.6875rem;left:8.5625rem;height:1.3rem;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-form-header {  }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.75rem;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; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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:25.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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:25.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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:25.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#007396;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.0625rem;font-weight:bold;color:#ffffff;width:25.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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:24.375rem;overflow:hidden;font-style:normal; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-container:first-of-type{padding-top:0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-container:last-of-type{padding-bottom:0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:43.75rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .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; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt {display:block;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:43.75rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TntqvmaKEtFFXWkvOveklXCQkidzPso4 { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #hlrDlQ05wyhv9Xzm7htX7XUGkot6Fx7K { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ScgHLma6qSslEeAcpEcMoq5om5ToGU1P { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #zvzTS1ApAOmZbBXPS69yDnh6uVcKSE4o { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ZeRcqEM2aQMz7iEvlAFIzkTCceJvhnuX { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #wFRAoRN6wNKx8q4pE5Qo0c4FOx7oipes { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Q14UqUhsDLp53ITysQ1TbE08H4PdQT9s { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Z5sdiTMgSlVVJrP1SqUpyisSB15Wv3Te { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #AVnPCfTNxXN8wfOLW5NDg2pbvNMtPJCJ { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FhQoPfRm13tlyUHxeSlcFaSqEeztgnW9 { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #LUSgxmQc5Jhhslq17fREFOmLG8TFt3rM { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #h5UTJtO5gtJ8bpXox8vfOn75xcNOL9iC { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ArzCpJCJBusOucppRU3alm9PFsq2dlHM { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #uCIODDTPCx9MZ4adF6EQIM2v2yudirTg { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #iaBJwQy6hr3vTZH6qtbgl9P59sTwKqV2 { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #SZk2fu2ZsioAqKI66Jca2DAWocdacd3h { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TvETVtN2PadyrDPBO1L4fqMvEitumETO { position:relative;display:block; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #asUwNVh4tth9osv26dpeEwX0EPzJI5Gd { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FBe2Llfgen5lvzhZT2K5soVnUGbvblGZ { position:relative; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #m2KVKn0P85zXGds8LWoJMaNuQAFkgCRA { position:relative; }
#PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:1.5rem;height:12.6738125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mMbqWQUTHN7Rb3M0G2mSC4V0cW9tMDnz { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:1.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7WBbMDuvkNexwoRVrncNeTT0gD3PAbr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.5rem;left:1.5rem; }
#Nm5Sh7OXDuQ0zrbSmfbtzAovSVODw236 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.5625rem;left:1.5rem; }
#h7rudiFo1nXndReSD86IBqvQuzPTrTDu { background-color:#007396;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:23rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.625rem;left:1.5rem;display:block; }
#ouX3iVNpaC9rFuG5kbT2EtGhGDLbptwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvlM46dmwKIBaUdcZvGTZgTqnAVGTDLE { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:45rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#esAruM4yAIQwMTaHQpquyvAuu0mXpyix { box-sizing:content-box;height:40.625rem;width:31.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:4.875rem;left:42.3125rem;display:block; }
#wIBqOFRmEVCSX7bqM5AytIdapZfVia6y { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:28.5rem;left:16.875rem; }
#ELCxatpTyiVEiHXn8RUhUJ6ICxVKvqGu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.375rem;height:1.3rem;font-style:normal;display:block; }
#EQBnKrVCeWn4nNKd5n0l8mzp13TnyJtX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.125rem;left:4.4375rem;height:1.3rem;font-style:normal;display:block; }
#F3wN7zId7BCC9za2FRX19zNqZc2n2Wk5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.625rem;left:4.4375rem;height:1.3rem;font-style:normal;display:block; }
#CLb0M8WTTxrhibH4MnGWczPAf5IKoudZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.9375rem;height:1.3rem;font-style:normal;display:block; }
#X19MxRJLkt9JGJSmQU85hMHEUE1huDNn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.125rem;left:19.9375rem;height:1.3rem;font-style:normal;display:block; }
#AqTMATk7fsC8DczR9A5fJVpNtaySmuyL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.625rem;left:19.9375rem;height:1.3rem;font-style:normal;display:block; }
#iGU8obQ71BUwVbsxcWQU3LCuKt8FM3p4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:31.0625rem;left:1.5rem; }
#ZROLZnQrD9tUcSS0rDdyeCs3lbrHuu75 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.0625rem;left:16.875rem; }
#Sfbc4OgLFz1U2OQ9uLpSzHPKvIM1CE9K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.5625rem;left:16.875rem; }
#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { 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; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { background-color: transparent; background-image: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container > .video-iframe-container { display: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container { display: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .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); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { border-width: 0; border-radius: 0; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#cUSNTaO758932iK7KCQnghA1qLEsplte { position:absolute;display:block;z-index:15001;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:0rem;display:block; }
#vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { color:#585858;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:2.4375rem;height:13.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:35.3125rem;left:2.4375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:18.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.9375rem;left:2.375rem; }
#HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.9375rem;left:4rem; }
#a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.9375rem;left:5.625rem; }
#z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.9375rem;left:7.3125rem; }
#NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.9375rem;left:8.9375rem; }
#XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:2.40625rem;display:block; }
#tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { position:absolute;display:block;z-index:15010;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:25.625rem;display:block; }
#PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.9375rem;left:28rem; }
#s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.9375rem;left:29.625rem; }
#ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { color:#585858;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.8125rem;left:28.0625rem;height:13.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13.9375rem;left:31.25rem; }
#ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.9375rem;left:32.9375rem; }
#qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.9375rem;left:34.5625rem; }
#PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:35.3125rem;left:27.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:28.03125rem;display:block; }
#qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { position:absolute;display:block;z-index:15019;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:51.4375rem;display:block; }
#EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:13.9375rem;left:53.8125rem; }
#RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.9375rem;left:55.4375rem; }
#VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { color:#585858;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:16.8125rem;left:53.875rem;height:15.3935625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.9375rem;left:57.0625rem; }
#Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:13.9375rem;left:58.75rem; }
#TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:13.9375rem;left:60.375rem; }
#qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.6;letter-spacing:0;top:35.3125rem;left:53.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:53.84375rem;display:block; }
#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container { background-color: transparent; background-image: none; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container > .video-iframe-container { display: none; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row > .video-iframe-container { display: none; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .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); }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container { border-width: 0; border-radius: 0; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#C8kDsB7KA66IAkpfsZ8iiHS6PcUlBfLw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;height:34.5rem;width:39.125rem;top:5.09375rem;left:0rem;overflow:hidden;display:block; }
#iLHxW3Oy98wDylo28boIKBMsELWZx7lS { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:43.0625rem;height:3.25rem;font-style:normal;display:block; }
#zr86b6s4a5P9TF5hJSzGDOGK1hfdLTFM { background-color:#007396;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:11.4375rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.1875rem;left:43.0625rem;display:block; }
#mc3NiweF5PLTd8Prsy6TdOUsrIEuGKcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEWSL4B2arXBZKOBkdl64BgXs80Mfvb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.625rem;left:43.0625rem; }
#mgPKohpZflbdGBcdTVZlsHBhqOsPA0it { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:11.412109375rem;left:45.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRzDawgmmFp9tgwuMKTizavtlaqllaGE { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:13.3994140625rem;left:45.875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzySkdkipaovLilrRdSZLATQUxTBxEMP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.3125rem;left:43.0625rem; }
#A1CBfJZuROrTeBH7rzUennC62e0GR8QX { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:16.099609375rem;left:45.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v9fy3dAfqPyTGmhW3LluRtDFsFZHWUwZ { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:17.8994140625rem;left:45.75rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncPtmZ4a8TXaD50oVTH1qq50p60eSXe3 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:20.849609375rem;left:45.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPzho8BV31Ht1Ml10ShJdBFvnP49y2Va { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:22.6494140625rem;left:45.875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpudAkf0erbgA9VCpWxQzKzAsiv6dKll { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:25.474609375rem;left:45.875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkk0DvrUHolKPBMzVBeZptmDMgHLyxTZ { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:27.2744140625rem;left:45.75rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6B2EKupztShlXnL98nh3frPQQH26INN { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:29.849609375rem;left:45.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XVaKlecMkWtbKMnz1FvO4hmPGQFn4aSO { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.6;letter-spacing:0;top:31.6494140625rem;left:45.75rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sgpyPkAKPo9T1XgOJGnrkelxNopcJQcy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.0615234375rem;left:43.0625rem; }
#GMGZUwSeXD6JInrLwAHOmnemn1oBW9gz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.6865234375rem;left:43.0625rem; }
#iZZq2PR4IUdqQlHtwAzR2apM15IHc5V8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.0615234375rem;left:43.0625rem; }
#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container { background-color: transparent; background-image: none; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container > .video-iframe-container { display: none; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row > .video-iframe-container { display: none; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .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); }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container { border-width: 0; border-radius: 0; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#R1vTxLbHabT0bNlJivCJzGqhKVOZS6m1 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.125rem;top:10.96875rem;left:0.9375rem;display:block; }
#SE07KUQIryMaA4lWhC34kTEKwuOsBOke { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.03515625rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lm6Lc45PKSHT8ZRStzh3Eg59r9nLaTC7 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25.34765625rem;left:1.875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6Mi4vWH7ssTBTJ89E3xZy3CRTmXN60N { 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:9.5625rem;width:10.9375rem;top:12.125rem;left:2.21875rem;overflow:hidden;display:block; }
#M9VlOTDh6woGeqx785VGSTxVEEkttpDT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:29.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2vsbrKETrqxyATnX1UnuyTudSNgPmc7 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:13.125rem;top:11rem;left:16.3125rem;display:block; }
#C2HcaXeMJaWfLRVtZEflWT1cEIc1ahDN { 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:9.5625rem;width:10.8125rem;top:12.125rem;left:17.625rem;overflow:hidden;display:block; }
#nvCeeigDf1fRt9zLk6Rq7SLqinNJuhrh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.0625rem;left:16.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkxbTnaAgzobVpfsVn9G1mbuTZ5xbc8b { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:25.375rem;left:17.25rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kc5R0BSDoT8HwUhR47ACEz4gknRCkHbF { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.125rem;top:11rem;left:31.25rem;display:block; }
#oQoricZEcGMSTZuuU3vq7rQayUwlaTVu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.8125rem;top:12.125rem;left:32.5625rem;overflow:hidden;display:block; }
#rQcf3LbKHrBo1Fm7Au9fmN8e7DnhmzNt { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.0625rem;left:31.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxJwLztQ1R4AQT6aGQSypLFWEcxsZrrh { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.375rem;left:32.1875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkGWP6y7RJIW8E1QMIkkceoP0lb8GyUQ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:13.125rem;top:11rem;left:46.125rem;display:block; }
#zTq1aJXLa7XWdnZ3FA8iTLV7GK4CmRy1 { 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:9.5625rem;width:10.8125rem;top:12.125rem;left:47.4375rem;overflow:hidden;display:block; }
#s0pqQtaPnnpChleg91NPbmWNzXtTA5Jh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.0625rem;left:46.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVUpUIb6i8yVJKbwLFvxTDLsebAUw5W7 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:25.375rem;left:47.0625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EM2vaMextmsIbD3ohWbzLWCuFNgzS9C3 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.125rem;top:10.9375rem;left:61rem;display:block; }
#bMJIJpZpKq4Vl3TGz0EMy9dk7OFkMeTQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.8125rem;top:12.0625rem;left:62.3125rem;overflow:hidden;display:block; }
#qHQqDzzEUA0nfqRb8csTKPV6qi4UGtJT { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23rem;left:61.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVov53WqP2KPBooE9MJ9lVEGMHFvTTay { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:25.3125rem;left:61.9375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMUwOP6Mwsh2H1m54LZ27UXTnMblF27g { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.125rem;top:30.8125rem;left:0.9375rem;display:block; }
#mnv6357whpMCdFFT30UVxHNz8EBtzsu3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.8125rem;top:31.9375rem;left:2.25rem;overflow:hidden;display:block; }
#Hs1tpXVi4bTl1psUlkRQggfLcvJKK0MD { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:13.125rem;top:30.8125rem;left:16.3125rem;display:block; }
#Ly9J2UMHdn5BT6Q1Ox4rZRLUTAH0HiWw { 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:9.5625rem;width:10.8125rem;top:31.9375rem;left:17.625rem;overflow:hidden;display:block; }
#cuX7IMhu0Kv2q9LOKbqKF3UoZRBgNgmT { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:42.875rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvVTCTuSRlhktuvu0vtRPgyMuBL6TsJK { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.875rem;left:16.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtKcTwWVJoQTJ5D2E4JgFzGhbzqxsqFg { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.125rem;top:30.8125rem;left:31.25rem;display:block; }
#oOgagwJVMNZuqPJofQnP93BUFq5fyVnC { position:absolute;display:block;z-index:15031;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:9.5625rem;width:10.8125rem;top:31.9375rem;left:32.5625rem;overflow:hidden;display:block; }
#hnzwXpMVu9nrkfTLRt0mln1I7oyz5pBR { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.875rem;left:31.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erhIk34N5oTZSVaSJTH9JtKMduA7iPlC { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:45.1875rem;left:1.875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rulTssMDyuqDWx2tEMqZZ9vmcb4Q6HG1 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:45.1875rem;left:17.25rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7aN74U1lishT1woRhX8zGv6plNG7aTU { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:13.125rem;top:30.8125rem;left:46.125rem;display:block; }
#rUdnOVLDhtzVnBq1AEVOezQqCxVhuFfL { position:absolute;display:block;z-index:15035;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:9.5625rem;width:10.8125rem;top:31.9375rem;left:47.4375rem;overflow:hidden;display:block; }
#eDsCUlPGlvl9Lv89Kp07dl942KS6b5eE { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:42.875rem;left:46.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4qTTehfBT3KL2ExFMQnog4LfUcTBrxr { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:13.125rem;top:30.75rem;left:61rem;display:block; }
#Ni43Z2MNE0p0wOhtHCHkadr8XRh1zcO0 { position:absolute;display:block;z-index:15039;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:9.5625rem;width:10.8125rem;top:31.875rem;left:62.3125rem;overflow:hidden;display:block; }
#LSqwTPCBxcTMImRmJd7K8CwuDPssNz7d { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:42.8125rem;left:61.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/662d8560-4a58-44f0-bbc7-cb8ea2cd5997/shutterstock_1162517809_desat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10.adaptive-delivery-prevent-bg, #d8MA4neviuGTibZrPwKxUy8Z8d2TIH10.lazyload, #d8MA4neviuGTibZrPwKxUy8Z8d2TIH10.lazyloading { background-image: none; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container { background-color: transparent; background-image: none; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,171,223,0.63); }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container > .video-iframe-container { display: none; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,171,223,0.63); }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row > .video-iframe-container { display: none; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .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); }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container { border-width: 0; border-radius: 0; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10::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; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#mTE5Pn4hR4DmXfN1PCzP2PlMFbSJIJsR { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTDsegs9aKgn97qhekRrH0T9zGu8lTap { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:7.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItvcazDJ6BUtzWTdBKXiWGTDno5DTEdd { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:23.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9MCZpLNsfxkoWgQLUR50kdVNoMi88VQ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:23.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTCdLSSLCewR7SF1s1zrcRDrP0uhf2eo { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vf2KBUZ8vbxiFIlN49s89qH3FM5OSmMM { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMn9taKOqRpWaNBNwmXv5JTOQVSeLnoA { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.375rem;left:54.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LWrc1kEEsEw75CwaEaFsBLnPKyeXT6S9 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwcIglZx9fXuB7mkp1DrcV0a2h0npw96 { position:absolute;display:block;z-index:15025;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:7.25rem;width:0.0625rem;top:9.09375rem;left:23.1875rem;display:block; }
#TlNQwzaNeASUvI1FGJPDM0a5pp5OB5rA { position:absolute;display:block;z-index:15026;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:7.25rem;width:0.0625rem;top:9.09375rem;left:37.4375rem;display:block; }
#Ozm6263FsGptX66kd54zTNXOQV1UMFAn { position:absolute;display:block;z-index:15027;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:7.25rem;width:0.0625rem;top:9.09375rem;left:54.25rem;display:block; }
#XNCtrPZutfJeM6nbmJTD3fB60keK48yc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.09375rem;left:11.5625rem; }
#zlDtkL45sV2wqH1SVkHmxRtSypwxqSQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:6.21875rem;left:27.625rem; }
#pC3DnuTqPhnszOp2lwgZda6ZLPVCVwWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.09375rem;left:43.375rem; }
#XfaAVOIW1cIbL7X1TTaxFGLW5QU9UCCE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.21875rem;left:58.78125rem; }
#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container { background-color: transparent; background-image: none; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container > .video-iframe-container { display: none; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row > .video-iframe-container { display: none; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .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); }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container { border-width: 0; border-radius: 0; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#f3UopONO0OeMRCWh8fNI3iaGHlrKTKWA { box-sizing:content-box;height:45.5625rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.5rem;left:1.75rem;border-top:0.125rem solid rgba(130,130,130,0.49);border-left:0.125rem solid rgba(130,130,130,0.49);border-right:0.125rem solid rgba(130,130,130,0.49);border-bottom:0.125rem solid rgba(130,130,130,0.49);display:block; }
#VnRy1g5UiRUL8AtZ01RUhFhdCtdZUhyT { position:absolute;display:block;z-index:15003;height:15.625rem;width:18.4375rem;top:10.6875rem;left:3.28125rem;display:block; }
#BGKqU39SrUU7wilTCH73TLu7lSlEv8W7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.5rem;left:3.34375rem;height:2.03125rem;font-style:normal;display:block; }
#s8MtTbV1NEK3daC8NVTLMLJizzoSvlJ3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.0625rem;left:3.34375rem;height:1.3rem;font-style:normal;display:block; }
#BtMW84cUQw79Wx2HHXShRwUULLGWDDW0 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.25rem;left:3.34375rem;height:2.6rem;font-style:normal;display:block; }
#h27Q6qAw6wxcmFs0XbGP1zOMhAh4ugP4 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:36.25rem;left:3.125rem;display:block; }
#JDGb6UcsSqsbkBQZVT0DIyaLnTf3k2E3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:37.75rem;left:3.34375rem; }
#lG7QK4KMBo8l1LTT6ytubqpPpshrA2sz { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.787109375rem;left:5.84375rem;height:1.3rem;display:block; }
#hMHlCCW6TlqO2W3CAtbiTdm6IcZ9SFa0 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.224609375rem;left:5.84375rem;height:1.3rem;display:block; }
#uPK6teTq67mNU0Qaixv2TQXifTJaes6C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:40.1875rem;left:3.34375rem; }
#kRBKWBEH5U3W0vhWKh0aIc7mXdprRza8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:42.625rem;left:3.15625rem; }
#i82dLK3noM8AonzoNNFC3ntZE4BBsm3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:45.375rem;left:3.34375rem; }
#y9PNa1ZvCJdPUNv94uEubNRNPtaIuq9X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:47.375rem;left:3.09375rem; }
#QW4oo7cDHvc5ikIKv7tELCOQZ0McehfO { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.880859375rem;left:5.84375rem;height:1.3rem;display:block; }
#PlK4P0ARNfr94ZTrdELG7sK8XMduIKqm { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.412109375rem;left:5.84375rem;height:1.3rem;display:block; }
#RqSwzGObpAo8ohOvg35n80EtghtsOkBh { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:47.787109375rem;left:5.84375rem;height:2.6rem;display:block; }
#M7TkOm0w9JLfLk5CGy3SnLUDLblGu5zi { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:52.537109375rem;left:3.375rem;height:1.05625rem;display:block; }
#DuDHDgM90iMoQcMqrUW6MlkSubO9ff7k { box-sizing:content-box;height:45.5625rem;width:21.25rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:9.5rem;left:26.75rem;border-top:0.125rem solid rgba(130,130,130,0.49);border-left:0.125rem solid rgba(130,130,130,0.49);border-right:0.125rem solid rgba(130,130,130,0.49);border-bottom:0.125rem solid rgba(130,130,130,0.49);display:block; }
#LDHVf6bMyHGuUEwHmLBp5DE3dQ9wWH3V { position:absolute;display:block;z-index:15020;height:15.625rem;width:18.4375rem;top:10.6875rem;left:28.375rem;display:block; }
#defi0elFdtlDUIWlqJTdnxiEclkvDn1e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.5rem;left:28.375rem;height:2.03125rem;font-style:normal;display:block; }
#yTT0Gqm83dGbFpo9JZPT6t7l9OAMWXdL { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:30.119140625rem;left:28.375rem;height:1.2rem;font-style:normal;display:block; }
#FTVLlGqoCUsPVzDXc1tVzzOWKGLuNhWZ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.25rem;left:28.375rem;height:2.6rem;font-style:normal;display:block; }
#rU8KPMkuipiuFSaVVSOe9wJLwG7zVgUZ { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:36.25rem;left:28.125rem;display:block; }
#Ji1cQcHN0acx4J9JONMPU8LVC4RcE9AR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37.75rem;left:28.375rem; }
#QL39QFVK77bwRXh3krOn7LSiUbJWAw8X { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.8125rem;left:30.875rem;height:1.3rem;display:block; }
#dZ5fymoFi1pWuiz43r8LRx00Q54Tkvxh { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:40.25rem;left:30.875rem;height:1.3rem;display:block; }
#GHU98OZ3FqdoZ2NInw5WPzg2h776UTM4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:40.1875rem;left:28.375rem; }
#zqlsvHmLmSKa3qA2ibEDLegy8D3eMS0N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.625rem;left:28.1875rem; }
#L1c33SDsZwASTc1kmsa8BZn6zvC80Aip { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:42.875rem;left:30.875rem;height:1.3rem;display:block; }
#eLTNW7KmauVoSKwiEEwcZJHdCXA3d8M6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:45.375rem;left:28.375rem; }
#AUFdOFk0NTT9xyCpsiaJETXCI9maioPV { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:45.4375rem;left:30.875rem;height:1.3rem;display:block; }
#s2oXiHfJOzUIRxUs4VpHvdXvKQCc5lvx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:47.375rem;left:28.125rem; }
#rReAFxflCJaH3F6ep4Evbk7u8UQWXM6q { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:47.8125rem;left:30.875rem;height:2.6rem;display:block; }
#D6TZenTRF3NvV8Rl6TTglAeiPsAVfd5I { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:52.5625rem;left:28.375rem;height:1.05625rem;display:block; }
#KWxRM63fIvWUs0NitM7T5XDk0rpRvuOT { box-sizing:content-box;height:45.5625rem;width:21.25rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:9.5rem;left:51.75rem;border-top:0.125rem solid rgba(130,130,130,0.49);border-left:0.125rem solid rgba(130,130,130,0.49);border-right:0.125rem solid rgba(130,130,130,0.49);border-bottom:0.125rem solid rgba(130,130,130,0.49);display:block; }
#UXJPAn3otXFzWNdfqlgPvO2N8sSHaJFi { position:absolute;display:block;z-index:15037;height:15.625rem;width:18.4375rem;top:10.6875rem;left:53.375rem;display:block; }
#afETdH3KnWwOMnbxRhtosEeEBL6ThBTA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.5rem;left:53.375rem;height:2.03125rem;font-style:normal;display:block; }
#MtJ5rUEhFtnDypQJbpkU3mB7iIfg557a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.0625rem;left:53.375rem;height:1.625rem;font-style:normal;display:block; }
#gV2RxXXoKqkeXwJWcuGQ0R49a0Js651e { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:32.25rem;left:53.375rem;height:2.6rem;font-style:normal;display:block; }
#QfQ4btVZ2cwfypmcBMsOI746OA8Q7vcN { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:36.25rem;left:53.125rem;display:block; }
#U1uw7xnpDKctcPoyGVTkVTvcen40Z9Tu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:37.75rem;left:53.375rem; }
#d5CBQqlol0uq1WtqgTc3MASdufh8sCvU { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:37.8125rem;left:55.875rem;height:1.3rem;display:block; }
#tqfl8e3dOFGUnt0tgl6xmQ3uiIMVoaGw { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:40.25rem;left:55.875rem;height:1.3rem;display:block; }
#S98c5cJiTwzHRvsvQP2Z3KT2F2vsCKHq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:40.1875rem;left:53.375rem; }
#hN8FW1ID3Rcrn6fPmr87CKT2RRrfFmTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:42.625rem;left:53.1875rem; }
#T0n7q39UHK6kAe1VZmE0KveutOmy3ZMy { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:42.875rem;left:55.875rem;height:1.3rem;display:block; }
#VAxA5Z7RBc6BdmHDsDJ5O81XJ8nMsd6A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:45.375rem;left:53.375rem; }
#zdnEXMh91cAd4eM8UWK7kUTkQe5v720o { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:45.4375rem;left:55.875rem;height:1.3rem;display:block; }
#Df5cOyXZZr6dolEip6LbfeT3f13ZRWhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:47.375rem;left:53.125rem; }
#IUUT0TkbzvATb07oD2Vu0Aq4ZmL3f8fO { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:47.8125rem;left:55.875rem;height:1.3rem;display:block; }
#Tafq7prTvR0ZT4ysgkWk3m20vRowWoai { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:52.5625rem;left:53.375rem;height:1.05625rem;display:block; }
#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404040;background-image:url("https://images.assets-landingi.com/uc/045704bf-4a5f-4e73-93cd-ecbee2ec467e/footerbackground.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; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.adaptive-delivery-prevent-bg, #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.lazyload, #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.lazyloading { background-image: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { background-color: transparent; background-image: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container > .video-iframe-container { display: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container { display: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .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); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { border-width: 0; border-radius: 0; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.96875rem;left:1.75rem;height:1.225rem;font-style:normal;display:block; }
#ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.48046875rem;left:29.96875rem;height:1.225rem;font-style:normal;display:block; }
#lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.48046875rem;left:47.6875rem;height:1.225rem;font-style:normal;display:block; }
#yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15025;top:7.3115234375rem;left:45.625rem; }
#MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15024;top:7.3740234375rem;left:28rem; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:7.1552734375rem;left:64.625rem; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Issn5n1SyGe44BUeRJVARWuopNa2TPiO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15032;top:7.2177734375rem;left:68.1875rem; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:21.625rem;top:6.25rem;left:0.875rem;overflow:hidden;display:block; }
#JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:14.4375rem;top:2.875rem;left:1.875rem;overflow:hidden;display:block; }
#me4eG66WerP77tPQTN9TJBfMdQoEvHrh { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.96875rem;left:21.375rem;height:1.225rem;font-style:normal;display:block; }
#wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { position:absolute;display:block;z-index:15034;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.125rem;width:7.125rem;top:14.0185546875rem;left:62.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { display:block; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { width:11.5625rem;height:1.875rem;top:1.125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block; }
 }@media only screen and (max-width: 763px) { #muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { top:1.9375rem;left:0rem;width:12.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { width:11.4375rem;height:3.1875rem;top:1.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { 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) { #k0PXOvnNzK0Dli6m40ZZouxmzfTVssXM { top:17rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwD2Zl7DBx8T0kVThQ3bVnHQMepVtDtK { top:18.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-regular-label { width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-checkbox-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt  { width:25.75rem;height:auto;top:9.0625rem;left:19.5rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt {display:block;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt { width:25.75rem;height:auto;top:9.0625rem;left:19.5rem; }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TntqvmaKEtFFXWkvOveklXCQkidzPso4 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #hlrDlQ05wyhv9Xzm7htX7XUGkot6Fx7K {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ScgHLma6qSslEeAcpEcMoq5om5ToGU1P {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #zvzTS1ApAOmZbBXPS69yDnh6uVcKSE4o {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ZeRcqEM2aQMz7iEvlAFIzkTCceJvhnuX {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #wFRAoRN6wNKx8q4pE5Qo0c4FOx7oipes {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Q14UqUhsDLp53ITysQ1TbE08H4PdQT9s {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Z5sdiTMgSlVVJrP1SqUpyisSB15Wv3Te {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #AVnPCfTNxXN8wfOLW5NDg2pbvNMtPJCJ {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FhQoPfRm13tlyUHxeSlcFaSqEeztgnW9 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #LUSgxmQc5Jhhslq17fREFOmLG8TFt3rM {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #h5UTJtO5gtJ8bpXox8vfOn75xcNOL9iC {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ArzCpJCJBusOucppRU3alm9PFsq2dlHM {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #uCIODDTPCx9MZ4adF6EQIM2v2yudirTg {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #iaBJwQy6hr3vTZH6qtbgl9P59sTwKqV2 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #SZk2fu2ZsioAqKI66Jca2DAWocdacd3h {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TvETVtN2PadyrDPBO1L4fqMvEitumETO {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #asUwNVh4tth9osv26dpeEwX0EPzJI5Gd {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FBe2Llfgen5lvzhZT2K5soVnUGbvblGZ {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #m2KVKn0P85zXGds8LWoJMaNuQAFkgCRA {  }
 }@media only screen and (max-width: 763px) { #PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { top:9.0625rem;left:0rem;width:39.0625rem;height:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMbqWQUTHN7Rb3M0G2mSC4V0cW9tMDnz { top:24.5rem;left:0rem;width:33.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WBbMDuvkNexwoRVrncNeTT0gD3PAbr { top:28.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm5Sh7OXDuQ0zrbSmfbtzAovSVODw236 { top:33.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7rudiFo1nXndReSD86IBqvQuzPTrTDu { width:23rem;height:3.1875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouX3iVNpaC9rFuG5kbT2EtGhGDLbptwX { display:block; }
 }@media only screen and (max-width: 763px) { #MvlM46dmwKIBaUdcZvGTZgTqnAVGTDLE { top:6.875rem;left:22rem;width:25.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esAruM4yAIQwMTaHQpquyvAuu0mXpyix { top:4.875rem;left:16.625rem;width:31.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBqOFRmEVCSX7bqM5AytIdapZfVia6y { top:28.5rem;left:3.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCxatpTyiVEiHXn8RUhUJ6ICxVKvqGu { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBnKrVCeWn4nNKd5n0l8mzp13TnyJtX { top:31.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wN7zId7BCC9za2FRX19zNqZc2n2Wk5 { top:33.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLb0M8WTTxrhibH4MnGWczPAf5IKoudZ { top:28.5625rem;left:6.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X19MxRJLkt9JGJSmQU85hMHEUE1huDNn { top:31.125rem;left:6.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTMATk7fsC8DczR9A5fJVpNtaySmuyL { top:33.625rem;left:6.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGU8obQ71BUwVbsxcWQU3LCuKt8FM3p4 { top:31.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZROLZnQrD9tUcSS0rDdyeCs3lbrHuu75 { top:31.0625rem;left:3.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfbc4OgLFz1U2OQ9uLpSzHPKvIM1CE9K { top:33.5625rem;left:3.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { display:block; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUSNTaO758932iK7KCQnghA1qLEsplte { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { width:18.6875rem;height:13.9375rem;top:16.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { width:9.875rem;height:1.75rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { width:37.5rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { top:13.9375rem;left:0.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { top:13.9375rem;left:2.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { top:33.8125rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { top:13.9375rem;left:21.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { width:19.25rem;height:13.9375rem;top:16.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { width:9.875rem;height:1.75rem;top:35.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { top:33.8125rem;left:5.125rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { top:13.9375rem;left:33.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { top:13.9375rem;left:35rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { width:20rem;height:15.375rem;top:16.8125rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { top:13.9375rem;left:36.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { top:13.9375rem;left:38.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { top:13.9375rem;left:39.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { width:9.875rem;height:1.75rem;top:35.3125rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { top:33.8125rem;left:29rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A { display:block; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8kDsB7KA66IAkpfsZ8iiHS6PcUlBfLw { top:5.0625rem;left:0rem;width:39.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHxW3Oy98wDylo28boIKBMsELWZx7lS { top:5.6875rem;left:17.0625rem;width:30.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr86b6s4a5P9TF5hJSzGDOGK1hfdLTFM { width:11.4375rem;height:3.1875rem;top:36.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3NiweF5PLTd8Prsy6TdOUsrIEuGKcd { display:block; }
 }@media only screen and (max-width: 763px) { #fEWSL4B2arXBZKOBkdl64BgXs80Mfvb2 { top:11.625rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgPKohpZflbdGBcdTVZlsHBhqOsPA0it { width:19.0625rem;height:1.8125rem;top:11.375rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzDawgmmFp9tgwuMKTizavtlaqllaGE { width:28.0625rem;height:1.8125rem;top:13.375rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzySkdkipaovLilrRdSZLATQUxTBxEMP { top:16.3125rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1CBfJZuROrTeBH7rzUennC62e0GR8QX { width:19.0625rem;height:1.75rem;top:16.0625rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9fy3dAfqPyTGmhW3LluRtDFsFZHWUwZ { width:28.0625rem;height:1.75rem;top:17.875rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPtmZ4a8TXaD50oVTH1qq50p60eSXe3 { width:19.0625rem;height:1.75rem;top:20.8125rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzho8BV31Ht1Ml10ShJdBFvnP49y2Va { width:28.0625rem;height:1.75rem;top:22.625rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpudAkf0erbgA9VCpWxQzKzAsiv6dKll { width:19.0625rem;height:1.75rem;top:25.4375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkk0DvrUHolKPBMzVBeZptmDMgHLyxTZ { width:28.0625rem;height:1.75rem;top:27.25rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6B2EKupztShlXnL98nh3frPQQH26INN { width:19.0625rem;height:1.75rem;top:29.8125rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVaKlecMkWtbKMnz1FvO4hmPGQFn4aSO { width:28.0625rem;height:1.75rem;top:31.625rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpyPkAKPo9T1XgOJGnrkelxNopcJQcy { top:21rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGZUwSeXD6JInrLwAHOmnemn1oBW9gz { top:25.625rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZZq2PR4IUdqQlHtwAzR2apM15IHc5V8 { top:30rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw { display:block; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1vTxLbHabT0bNlJivCJzGqhKVOZS6m1 { width:13.125rem;height:18.3125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE07KUQIryMaA4lWhC34kTEKwuOsBOke { width:13.125rem;height:1.625rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6Lc45PKSHT8ZRStzh3Eg59r9nLaTC7 { width:11.625rem;height:2.75rem;top:25.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Mi4vWH7ssTBTJ89E3xZy3CRTmXN60N { width:10.9375rem;height:9.5625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9VlOTDh6woGeqx785VGSTxVEEkttpDT { width:18.75rem;height:3.25rem;top:5.0625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2vsbrKETrqxyATnX1UnuyTudSNgPmc7 { width:13.125rem;height:18.1875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2HcaXeMJaWfLRVtZEflWT1cEIc1ahDN { width:10.8125rem;height:9.5625rem;top:12.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvCeeigDf1fRt9zLk6Rq7SLqinNJuhrh { width:13.125rem;height:1.625rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkxbTnaAgzobVpfsVn9G1mbuTZ5xbc8b { width:11.625rem;height:2.75rem;top:25.375rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5R0BSDoT8HwUhR47ACEz4gknRCkHbF { width:13.125rem;height:18.0625rem;top:11rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoricZEcGMSTZuuU3vq7rQayUwlaTVu { width:10.8125rem;height:9.5625rem;top:12.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQcf3LbKHrBo1Fm7Au9fmN8e7DnhmzNt { width:13.125rem;height:1.625rem;top:23.0625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJwLztQ1R4AQT6aGQSypLFWEcxsZrrh { width:11.625rem;height:2.75rem;top:25.375rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGWP6y7RJIW8E1QMIkkceoP0lb8GyUQ { width:13.125rem;height:18rem;top:11rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTq1aJXLa7XWdnZ3FA8iTLV7GK4CmRy1 { width:10.8125rem;height:9.5625rem;top:12.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pqQtaPnnpChleg91NPbmWNzXtTA5Jh { width:13.125rem;height:1.625rem;top:23.0625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVUpUIb6i8yVJKbwLFvxTDLsebAUw5W7 { width:11.625rem;height:2.75rem;top:25.375rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM2vaMextmsIbD3ohWbzLWCuFNgzS9C3 { width:13.125rem;height:18.0625rem;top:10.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIJpZpKq4Vl3TGz0EMy9dk7OFkMeTQ { width:10.8125rem;height:9.5625rem;top:12.0625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHQqDzzEUA0nfqRb8csTKPV6qi4UGtJT { width:13.125rem;height:1.625rem;top:23rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVov53WqP2KPBooE9MJ9lVEGMHFvTTay { width:11.625rem;height:2.75rem;top:25.3125rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMUwOP6Mwsh2H1m54LZ27UXTnMblF27g { width:13.125rem;height:18.3125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnv6357whpMCdFFT30UVxHNz8EBtzsu3 { width:10.8125rem;height:9.5625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs1tpXVi4bTl1psUlkRQggfLcvJKK0MD { width:13.125rem;height:18.1875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly9J2UMHdn5BT6Q1Ox4rZRLUTAH0HiWw { width:10.8125rem;height:9.5625rem;top:31.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX7IMhu0Kv2q9LOKbqKF3UoZRBgNgmT { width:13.125rem;height:1.625rem;top:42.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvVTCTuSRlhktuvu0vtRPgyMuBL6TsJK { width:13.125rem;height:1.625rem;top:42.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtKcTwWVJoQTJ5D2E4JgFzGhbzqxsqFg { width:13.125rem;height:18.0625rem;top:30.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOgagwJVMNZuqPJofQnP93BUFq5fyVnC { width:10.8125rem;height:9.5625rem;top:31.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzwXpMVu9nrkfTLRt0mln1I7oyz5pBR { width:13.125rem;height:1.625rem;top:42.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhIk34N5oTZSVaSJTH9JtKMduA7iPlC { width:11.625rem;height:2.75rem;top:45.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rulTssMDyuqDWx2tEMqZZ9vmcb4Q6HG1 { width:11.625rem;height:2.75rem;top:45.1875rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aN74U1lishT1woRhX8zGv6plNG7aTU { width:13.125rem;height:18rem;top:30.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUdnOVLDhtzVnBq1AEVOezQqCxVhuFfL { width:10.8125rem;height:9.5625rem;top:31.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDsCUlPGlvl9Lv89Kp07dl942KS6b5eE { width:13.125rem;height:1.625rem;top:42.875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qTTehfBT3KL2ExFMQnog4LfUcTBrxr { width:13.125rem;height:18.0625rem;top:30.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni43Z2MNE0p0wOhtHCHkadr8XRh1zcO0 { width:10.8125rem;height:9.5625rem;top:31.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSqwTPCBxcTMImRmJd7K8CwuDPssNz7d { width:13.125rem;height:1.625rem;top:42.8125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 { display:block; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTE5Pn4hR4DmXfN1PCzP2PlMFbSJIJsR { width:11.875rem;height:3.625rem;top:13.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDsegs9aKgn97qhekRrH0T9zGu8lTap { width:13.25rem;height:3.25rem;top:17.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItvcazDJ6BUtzWTdBKXiWGTDno5DTEdd { width:13.25rem;height:3.25rem;top:17.375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCZpLNsfxkoWgQLUR50kdVNoMi88VQ { width:11.875rem;height:3.625rem;top:13.1875rem;left:10.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCdLSSLCewR7SF1s1zrcRDrP0uhf2eo { width:13.25rem;height:3.25rem;top:17.375rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2KBUZ8vbxiFIlN49s89qH3FM5OSmMM { width:11.875rem;height:3.625rem;top:13.1875rem;left:26.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMn9taKOqRpWaNBNwmXv5JTOQVSeLnoA { width:13.25rem;height:3.25rem;top:17.375rem;left:34.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWrc1kEEsEw75CwaEaFsBLnPKyeXT6S9 { width:11.875rem;height:3.625rem;top:13.1875rem;left:35.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwcIglZx9fXuB7mkp1DrcV0a2h0npw96 { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNQwzaNeASUvI1FGJPDM0a5pp5OB5rA { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozm6263FsGptX66kd54zTNXOQV1UMFAn { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNCtrPZutfJeM6nbmJTD3fB60keK48yc { top:6.0625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDtkL45sV2wqH1SVkHmxRtSypwxqSQb { top:6.1875rem;left:14rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC3DnuTqPhnszOp2lwgZda6ZLPVCVwWJ { top:6.0625rem;left:29.75rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfaAVOIW1cIbL7X1TTaxFGLW5QU9UCCE { top:7.1875rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e { display:block; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3UopONO0OeMRCWh8fNI3iaGHlrKTKWA { top:9.5rem;left:0rem;width:21.25rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnRy1g5UiRUL8AtZ01RUhFhdCtdZUhyT { top:10.6875rem;left:0rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKqU39SrUU7wilTCH73TLu7lSlEv8W7 { top:27.5rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8MtTbV1NEK3daC8NVTLMLJizzoSvlJ3 { top:30.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMW84cUQw79Wx2HHXShRwUULLGWDDW0 { top:32.25rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h27Q6qAw6wxcmFs0XbGP1zOMhAh4ugP4 { top:36.25rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDGb6UcsSqsbkBQZVT0DIyaLnTf3k2E3 { top:37.75rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG7QK4KMBo8l1LTT6ytubqpPpshrA2sz { top:37.75rem;left:1.28125rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHlCCW6TlqO2W3CAtbiTdm6IcZ9SFa0 { top:40.1875rem;left:1.28125rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPK6teTq67mNU0Qaixv2TQXifTJaes6C { top:40.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRBKWBEH5U3W0vhWKh0aIc7mXdprRza8 { top:42.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i82dLK3noM8AonzoNNFC3ntZE4BBsm3g { top:45.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PNa1ZvCJdPUNv94uEubNRNPtaIuq9X { top:47.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW4oo7cDHvc5ikIKv7tELCOQZ0McehfO { top:42.875rem;left:1.28125rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlK4P0ARNfr94ZTrdELG7sK8XMduIKqm { top:45.375rem;left:1.28125rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSwzGObpAo8ohOvg35n80EtghtsOkBh { top:47.75rem;left:1.28125rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TkOm0w9JLfLk5CGy3SnLUDLblGu5zi { top:52.5rem;left:0rem;width:18.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuDHDgM90iMoQcMqrUW6MlkSubO9ff7k { top:9.5rem;left:10.25rem;width:21.25rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHVf6bMyHGuUEwHmLBp5DE3dQ9wWH3V { top:10.6875rem;left:13.3125rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #defi0elFdtlDUIWlqJTdnxiEclkvDn1e { top:27.5rem;left:15.875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTT0Gqm83dGbFpo9JZPT6t7l9OAMWXdL { top:30.0625rem;left:13rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVLlGqoCUsPVzDXc1tVzzOWKGLuNhWZ { top:32.25rem;left:15.875rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU8KPMkuipiuFSaVVSOe9wJLwG7zVgUZ { top:36.25rem;left:13rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji1cQcHN0acx4J9JONMPU8LVC4RcE9AR { top:37.75rem;left:15.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL39QFVK77bwRXh3krOn7LSiUbJWAw8X { top:37.8125rem;left:17.1875rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ5fymoFi1pWuiz43r8LRx00Q54Tkvxh { top:40.25rem;left:17.1875rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHU98OZ3FqdoZ2NInw5WPzg2h776UTM4 { top:40.1875rem;left:15.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqlsvHmLmSKa3qA2ibEDLegy8D3eMS0N { top:42.625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1c33SDsZwASTc1kmsa8BZn6zvC80Aip { top:42.875rem;left:17.1875rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTNW7KmauVoSKwiEEwcZJHdCXA3d8M6 { top:45.375rem;left:15.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFdOFk0NTT9xyCpsiaJETXCI9maioPV { top:45.4375rem;left:17.1875rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2oXiHfJOzUIRxUs4VpHvdXvKQCc5lvx { top:47.375rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rReAFxflCJaH3F6ep4Evbk7u8UQWXM6q { top:47.8125rem;left:17.1875rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6TZenTRF3NvV8Rl6TTglAeiPsAVfd5I { top:52.5625rem;left:13.5rem;width:18.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxRM63fIvWUs0NitM7T5XDk0rpRvuOT { top:9.5rem;left:26.125rem;width:21.25rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJPAn3otXFzWNdfqlgPvO2N8sSHaJFi { top:10.6875rem;left:29.1875rem;width:18.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afETdH3KnWwOMnbxRhtosEeEBL6ThBTA { top:27.5rem;left:31.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJ5rUEhFtnDypQJbpkU3mB7iIfg557a { top:30.0625rem;left:31.75rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2RxXXoKqkeXwJWcuGQ0R49a0Js651e { top:32.25rem;left:31.75rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQ4btVZ2cwfypmcBMsOI746OA8Q7vcN { top:36.25rem;left:28.875rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1uw7xnpDKctcPoyGVTkVTvcen40Z9Tu { top:37.75rem;left:31.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5CBQqlol0uq1WtqgTc3MASdufh8sCvU { top:37.8125rem;left:33.0625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfl8e3dOFGUnt0tgl6xmQ3uiIMVoaGw { top:40.25rem;left:33.0625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98c5cJiTwzHRvsvQP2Z3KT2F2vsCKHq { top:40.1875rem;left:31.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN8FW1ID3Rcrn6fPmr87CKT2RRrfFmTr { top:42.625rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0n7q39UHK6kAe1VZmE0KveutOmy3ZMy { top:42.875rem;left:33.0625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAxA5Z7RBc6BdmHDsDJ5O81XJ8nMsd6A { top:45.375rem;left:31.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdnEXMh91cAd4eM8UWK7kUTkQe5v720o { top:45.4375rem;left:33.0625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5cOyXZZr6dolEip6LbfeT3f13ZRWhp { top:47.375rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUT0TkbzvATb07oD2Vu0Aq4ZmL3f8fO { top:47.8125rem;left:33.0625rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tafq7prTvR0ZT4ysgkWk3m20vRowWoai { top:52.5625rem;left:29.375rem;width:18.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { display:block; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { top:16.9375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { top:7.4375rem;left:16.34375rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { top:7.4375rem;left:34.0625rem;width:12.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { top:7.25rem;left:32rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { top:7.3125rem;left:14.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { top:7.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Issn5n1SyGe44BUeRJVARWuopNa2TPiO { top:7.1875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { top:6.25rem;left:0rem;width:21.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { top:2.875rem;left:0rem;width:14.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4eG66WerP77tPQTN9TJBfMdQoEvHrh { top:16.9375rem;left:7.75rem;width:37.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { top:14rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { display:block; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { width:9.0625rem;height:1.125rem;top:1.5625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block; }
 }@media only screen and (max-width: 763px) { #muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { width:11rem;height:1.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { width:8.75rem;height:1.75rem;top:1.1875rem;left:10.838524247492rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3578c23-f060-4c57-bd4d-6eac7faa17b4/website_header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0PXOvnNzK0Dli6m40ZZouxmzfTVssXM { width:12.5rem;height:0;top:10.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwD2Zl7DBx8T0kVThQ3bVnHQMepVtDtK { width:12.5rem;height:1.3rem;top:9.26220703125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-text {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-select {padding-top: 0; padding-bottom: 0;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt  { width:17.5rem;height:auto;top:26.9873046875rem;left:0rem; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt {display:block;}#AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt { width:17.5rem;height:auto;top:26.9873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TntqvmaKEtFFXWkvOveklXCQkidzPso4 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #hlrDlQ05wyhv9Xzm7htX7XUGkot6Fx7K {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ScgHLma6qSslEeAcpEcMoq5om5ToGU1P {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #zvzTS1ApAOmZbBXPS69yDnh6uVcKSE4o {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ZeRcqEM2aQMz7iEvlAFIzkTCceJvhnuX {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #wFRAoRN6wNKx8q4pE5Qo0c4FOx7oipes {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Q14UqUhsDLp53ITysQ1TbE08H4PdQT9s {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #Z5sdiTMgSlVVJrP1SqUpyisSB15Wv3Te {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #AVnPCfTNxXN8wfOLW5NDg2pbvNMtPJCJ {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FhQoPfRm13tlyUHxeSlcFaSqEeztgnW9 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #LUSgxmQc5Jhhslq17fREFOmLG8TFt3rM {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #h5UTJtO5gtJ8bpXox8vfOn75xcNOL9iC {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #ArzCpJCJBusOucppRU3alm9PFsq2dlHM {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #uCIODDTPCx9MZ4adF6EQIM2v2yudirTg {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #iaBJwQy6hr3vTZH6qtbgl9P59sTwKqV2 {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #SZk2fu2ZsioAqKI66Jca2DAWocdacd3h {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #TvETVtN2PadyrDPBO1L4fqMvEitumETO {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #asUwNVh4tth9osv26dpeEwX0EPzJI5Gd {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #FBe2Llfgen5lvzhZT2K5soVnUGbvblGZ {  }
 }@media only screen and (max-width: 763px) { #AaX3W0eieRI94Wc5Wi2iiaRaTGAWwtVt #m2KVKn0P85zXGds8LWoJMaNuQAFkgCRA {  }
 }@media only screen and (max-width: 763px) { #PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { width:18.5625rem;height:3.25rem;top:1.6875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMbqWQUTHN7Rb3M0G2mSC4V0cW9tMDnz { width:16.9375rem;height:1.4625rem;top:6.1875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WBbMDuvkNexwoRVrncNeTT0gD3PAbr { display:flex;width:1.125rem;height:1.125rem;top:8.8125rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Nm5Sh7OXDuQ0zrbSmfbtzAovSVODw236 { display:flex;width:1.125rem;height:1.125rem;top:17.5625rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #h7rudiFo1nXndReSD86IBqvQuzPTrTDu { width:15.9375rem;height:3.1875rem;top:19.875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouX3iVNpaC9rFuG5kbT2EtGhGDLbptwX { display:block; }
 }@media only screen and (max-width: 763px) { #MvlM46dmwKIBaUdcZvGTZgTqnAVGTDLE { width:17.75rem;height:1.3rem;top:25.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esAruM4yAIQwMTaHQpquyvAuu0mXpyix { width:20rem;height:38.0625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBqOFRmEVCSX7bqM5AytIdapZfVia6y { display:flex;width:1.125rem;height:1.125rem;top:10.5625rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #ELCxatpTyiVEiHXn8RUhUJ6ICxVKvqGu { width:8.0625rem;height:1.1375rem;top:8.8125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBnKrVCeWn4nNKd5n0l8mzp13TnyJtX { width:8.75rem;height:1.1375rem;top:10.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wN7zId7BCC9za2FRX19zNqZc2n2Wk5 { width:12.5rem;height:1.1375rem;top:12.3125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLb0M8WTTxrhibH4MnGWczPAf5IKoudZ { width:7.8125rem;height:1.1375rem;top:14.0625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X19MxRJLkt9JGJSmQU85hMHEUE1huDNn { width:6.6875rem;height:1.1375rem;top:15.8125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTMATk7fsC8DczR9A5fJVpNtaySmuyL { width:11.0625rem;height:1.1375rem;top:17.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGU8obQ71BUwVbsxcWQU3LCuKt8FM3p4 { display:flex;width:1.125rem;height:1.125rem;top:12.3125rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #ZROLZnQrD9tUcSS0rDdyeCs3lbrHuu75 { display:flex;width:1.125rem;height:1.125rem;top:14.0625rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Sfbc4OgLFz1U2OQ9uLpSzHPKvIM1CE9K { display:flex;width:1.125rem;height:1.125rem;top:15.8125rem;left:0.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { display:block; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { width:20rem;height:102.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUSNTaO758932iK7KCQnghA1qLEsplte { width:19.125rem;height:27rem;top:7.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { width:17.3125rem;height:16.5rem;top:12rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { width:11.125rem;height:1.6rem;top:31.4375rem;left:1.34375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { width:20rem;height:2.03125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { width:17.4375rem;height:0.1875rem;top:29.9697265625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { width:19rem;height:29.5625rem;top:36.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { width:17.1875rem;height:18rem;top:41rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { width:9.875rem;height:1.6rem;top:62.3125rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { width:17.5rem;height:0.1875rem;top:60.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { width:18.9375rem;height:32rem;top:67.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { width:17.4375rem;height:21rem;top:71.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { width:9.875rem;height:1.6rem;top:96.0322265625rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { width:17.5rem;height:0.1875rem;top:94.2197265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A { display:block; }#GZHCvTk4DO4PLQTTtNxR5LcXbvGTdZ5A > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8kDsB7KA66IAkpfsZ8iiHS6PcUlBfLw { width:20rem;height:17.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHxW3Oy98wDylo28boIKBMsELWZx7lS { width:20rem;height:2.03125rem;top:21.70703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zr86b6s4a5P9TF5hJSzGDOGK1hfdLTFM { width:11.4375rem;height:3.1875rem;top:58.193359375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3NiweF5PLTd8Prsy6TdOUsrIEuGKcd { display:block; }
 }@media only screen and (max-width: 763px) { #fEWSL4B2arXBZKOBkdl64BgXs80Mfvb2 { display:flex;width:1.375rem;height:1.375rem;top:25.8935546875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #mgPKohpZflbdGBcdTVZlsHBhqOsPA0it { width:14.9375rem;height:1.6rem;top:25.7802734375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzDawgmmFp9tgwuMKTizavtlaqllaGE { width:16rem;height:3.2rem;top:27.806640625rem;left:3.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzySkdkipaovLilrRdSZLATQUxTBxEMP { display:flex;width:1.375rem;height:1.375rem;top:32.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #A1CBfJZuROrTeBH7rzUennC62e0GR8QX { width:11.5rem;height:1.6rem;top:32.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9fy3dAfqPyTGmhW3LluRtDFsFZHWUwZ { width:15.875rem;height:3.2rem;top:34.5rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPtmZ4a8TXaD50oVTH1qq50p60eSXe3 { width:14.4375rem;height:1.6rem;top:38.8125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzho8BV31Ht1Ml10ShJdBFvnP49y2Va { width:15.4375rem;height:3.2rem;top:41.25rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpudAkf0erbgA9VCpWxQzKzAsiv6dKll { width:15.6875rem;height:1.6rem;top:45.6875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkk0DvrUHolKPBMzVBeZptmDMgHLyxTZ { width:14.875rem;height:1.6rem;top:47.5rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6B2EKupztShlXnL98nh3frPQQH26INN { width:8.0625rem;height:1.6rem;top:50.125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVaKlecMkWtbKMnz1FvO4hmPGQFn4aSO { width:15.25rem;height:3.2rem;top:52.5rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpyPkAKPo9T1XgOJGnrkelxNopcJQcy { display:flex;width:1.375rem;height:1.375rem;top:38.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #GMGZUwSeXD6JInrLwAHOmnemn1oBW9gz { display:flex;width:1.375rem;height:1.375rem;top:45.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iZZq2PR4IUdqQlHtwAzR2apM15IHc5V8 { display:flex;width:1.375rem;height:1.375rem;top:50.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw { display:block; }#Ak4z5b7XzW2OGMugDDTTZ6Q66Kq6cgIw > .row .container { width:20rem;height:211.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1vTxLbHabT0bNlJivCJzGqhKVOZS6m1 { width:13.5rem;height:18.9375rem;top:6.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE07KUQIryMaA4lWhC34kTEKwuOsBOke { width:13.125rem;height:1.3rem;top:19.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm6Lc45PKSHT8ZRStzh3Eg59r9nLaTC7 { width:13.125rem;height:2.798825rem;top:21.3125rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6Mi4vWH7ssTBTJ89E3xZy3CRTmXN60N { width:11.3125rem;height:9.875rem;top:7.6875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9VlOTDh6woGeqx785VGSTxVEEkttpDT { width:20rem;height:2.03125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2vsbrKETrqxyATnX1UnuyTudSNgPmc7 { width:13.375rem;height:18.625rem;top:26.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2HcaXeMJaWfLRVtZEflWT1cEIc1ahDN { width:10.8125rem;height:9.5625rem;top:28.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvCeeigDf1fRt9zLk6Rq7SLqinNJuhrh { width:13.125rem;height:1.3rem;top:39rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkxbTnaAgzobVpfsVn9G1mbuTZ5xbc8b { width:11.625rem;height:2.798825rem;top:41.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5R0BSDoT8HwUhR47ACEz4gknRCkHbF { width:13.375rem;height:18.8125rem;top:47.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoricZEcGMSTZuuU3vq7rQayUwlaTVu { width:10.8125rem;height:9.5625rem;top:48.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQcf3LbKHrBo1Fm7Au9fmN8e7DnhmzNt { width:13.125rem;height:1.3rem;top:59.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJwLztQ1R4AQT6aGQSypLFWEcxsZrrh { width:11.625rem;height:2.798825rem;top:61.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGWP6y7RJIW8E1QMIkkceoP0lb8GyUQ { width:13.125rem;height:18.875rem;top:67.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTq1aJXLa7XWdnZ3FA8iTLV7GK4CmRy1 { width:10.8125rem;height:9.5625rem;top:68.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0pqQtaPnnpChleg91NPbmWNzXtTA5Jh { width:13.125rem;height:1.3rem;top:79.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVUpUIb6i8yVJKbwLFvxTDLsebAUw5W7 { width:11.625rem;height:2.798825rem;top:82.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM2vaMextmsIbD3ohWbzLWCuFNgzS9C3 { width:13.125rem;height:18.625rem;top:88.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIJpZpKq4Vl3TGz0EMy9dk7OFkMeTQ { width:10.8125rem;height:9.5625rem;top:89.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHQqDzzEUA0nfqRb8csTKPV6qi4UGtJT { width:13.125rem;height:1.3rem;top:100.3125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVov53WqP2KPBooE9MJ9lVEGMHFvTTay { width:11.625rem;height:2.798825rem;top:103.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMUwOP6Mwsh2H1m54LZ27UXTnMblF27g { width:13.125rem;height:18.3125rem;top:109.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnv6357whpMCdFFT30UVxHNz8EBtzsu3 { width:10.8125rem;height:9.5625rem;top:110.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs1tpXVi4bTl1psUlkRQggfLcvJKK0MD { width:13.125rem;height:18.1875rem;top:129rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly9J2UMHdn5BT6Q1Ox4rZRLUTAH0HiWw { width:10.8125rem;height:9.5625rem;top:130.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX7IMhu0Kv2q9LOKbqKF3UoZRBgNgmT { width:13.125rem;height:1.3rem;top:121.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvVTCTuSRlhktuvu0vtRPgyMuBL6TsJK { width:13.125rem;height:1.3rem;top:141.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtKcTwWVJoQTJ5D2E4JgFzGhbzqxsqFg { width:13.125rem;height:18.0625rem;top:148.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOgagwJVMNZuqPJofQnP93BUFq5fyVnC { width:10.8125rem;height:9.5625rem;top:149.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzwXpMVu9nrkfTLRt0mln1I7oyz5pBR { width:13.125rem;height:1.3rem;top:160.875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhIk34N5oTZSVaSJTH9JtKMduA7iPlC { width:11.625rem;height:2.798825rem;top:123.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rulTssMDyuqDWx2tEMqZZ9vmcb4Q6HG1 { width:11.625rem;height:2.798825rem;top:143.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aN74U1lishT1woRhX8zGv6plNG7aTU { width:13.125rem;height:18rem;top:168.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUdnOVLDhtzVnBq1AEVOezQqCxVhuFfL { width:10.8125rem;height:9.5625rem;top:169.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDsCUlPGlvl9Lv89Kp07dl942KS6b5eE { width:13.125rem;height:1.3rem;top:180.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qTTehfBT3KL2ExFMQnog4LfUcTBrxr { width:13.125rem;height:18.0625rem;top:188.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni43Z2MNE0p0wOhtHCHkadr8XRh1zcO0 { width:10.8125rem;height:9.5625rem;top:189.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSqwTPCBxcTMImRmJd7K8CwuDPssNz7d { width:13.125rem;height:1.3rem;top:200.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 { display:block; }#d8MA4neviuGTibZrPwKxUy8Z8d2TIH10 > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTE5Pn4hR4DmXfN1PCzP2PlMFbSJIJsR { width:11.875rem;height:3.25rem;top:8.375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDsegs9aKgn97qhekRrH0T9zGu8lTap { width:13.25rem;height:3.25rem;top:11.625rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItvcazDJ6BUtzWTdBKXiWGTDno5DTEdd { width:13.25rem;height:3.25rem;top:28.375rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9MCZpLNsfxkoWgQLUR50kdVNoMi88VQ { width:11.875rem;height:3.25rem;top:24.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCdLSSLCewR7SF1s1zrcRDrP0uhf2eo { width:13.25rem;height:3.25rem;top:46.875rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2KBUZ8vbxiFIlN49s89qH3FM5OSmMM { width:11.875rem;height:3.25rem;top:42rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMn9taKOqRpWaNBNwmXv5JTOQVSeLnoA { width:13.25rem;height:3.25rem;top:64.4375rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWrc1kEEsEw75CwaEaFsBLnPKyeXT6S9 { width:11.875rem;height:3.25rem;top:60.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwcIglZx9fXuB7mkp1DrcV0a2h0npw96 { width:6.25rem;height:0.0625rem;top:17.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNQwzaNeASUvI1FGJPDM0a5pp5OB5rA { width:6.25rem;height:0.0625rem;top:34rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozm6263FsGptX66kd54zTNXOQV1UMFAn { width:6.25rem;height:0.0625rem;top:52.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNCtrPZutfJeM6nbmJTD3fB60keK48yc { display:flex;width:4.375rem;height:4.375rem;top:3.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #zlDtkL45sV2wqH1SVkHmxRtSypwxqSQb { display:flex;width:5.5rem;height:5.5rem;top:18.5rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #pC3DnuTqPhnszOp2lwgZda6ZLPVCVwWJ { display:flex;width:5.5rem;height:5.5rem;top:35.65625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #XfaAVOIW1cIbL7X1TTaxFGLW5QU9UCCE { display:flex;width:4.4375rem;height:4.4375rem;top:54.9375rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e { display:block; }#aW7BxnvBTyKdJJIb8TGaL7CsBKIZAi2e > .row .container { width:20rem;height:142.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3UopONO0OeMRCWh8fNI3iaGHlrKTKWA { width:19.75rem;height:45.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnRy1g5UiRUL8AtZ01RUhFhdCtdZUhyT { width:17rem;height:14.375rem;top:2.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKqU39SrUU7wilTCH73TLu7lSlEv8W7 { width:12.5rem;height:2.03125rem;top:19.25rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8MtTbV1NEK3daC8NVTLMLJizzoSvlJ3 { width:12.5rem;height:1.3rem;top:21.8125rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtMW84cUQw79Wx2HHXShRwUULLGWDDW0 { width:15.375rem;height:2.6rem;top:24rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h27Q6qAw6wxcmFs0XbGP1zOMhAh4ugP4 { width:18.75rem;height:0.1875rem;top:28rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDGb6UcsSqsbkBQZVT0DIyaLnTf3k2E3 { display:flex;width:1.375rem;height:1.375rem;top:29.5rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #lG7QK4KMBo8l1LTT6ytubqpPpshrA2sz { width:14.125rem;height:1.3rem;top:29.537109375rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHlCCW6TlqO2W3CAtbiTdm6IcZ9SFa0 { width:14.125rem;height:1.3rem;top:31.974609375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPK6teTq67mNU0Qaixv2TQXifTJaes6C { display:flex;width:1.375rem;height:1.375rem;top:31.9375rem;left:1.59375rem; }
 }@media only screen and (max-width: 763px) { #kRBKWBEH5U3W0vhWKh0aIc7mXdprRza8 { display:flex;width:1.8125rem;height:1.8125rem;top:34.375rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #i82dLK3noM8AonzoNNFC3ntZE4BBsm3g { display:flex;width:1.375rem;height:1.375rem;top:37.125rem;left:1.59375rem; }
 }@media only screen and (max-width: 763px) { #y9PNa1ZvCJdPUNv94uEubNRNPtaIuq9X { display:flex;width:1.875rem;height:1.875rem;top:39.125rem;left:1.34375rem; }
 }@media only screen and (max-width: 763px) { #QW4oo7cDHvc5ikIKv7tELCOQZ0McehfO { width:14.125rem;height:1.3rem;top:34.630859375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlK4P0ARNfr94ZTrdELG7sK8XMduIKqm { width:14.125rem;height:1.3rem;top:37.162109375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSwzGObpAo8ohOvg35n80EtghtsOkBh { width:14.125rem;height:2.6rem;top:39.537109375rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TkOm0w9JLfLk5CGy3SnLUDLblGu5zi { width:18.25rem;height:1.05625rem;top:44.287109375rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuDHDgM90iMoQcMqrUW6MlkSubO9ff7k { width:19.75rem;height:45.5625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHVf6bMyHGuUEwHmLBp5DE3dQ9wWH3V { width:17.125rem;height:14.5rem;top:49.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #defi0elFdtlDUIWlqJTdnxiEclkvDn1e { width:12.5rem;height:2.03125rem;top:66.3125rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTT0Gqm83dGbFpo9JZPT6t7l9OAMWXdL { width:18.75rem;height:1.2rem;top:68.931640625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVLlGqoCUsPVzDXc1tVzzOWKGLuNhWZ { width:15.375rem;height:2.6rem;top:71.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU8KPMkuipiuFSaVVSOe9wJLwG7zVgUZ { width:18.75rem;height:0.1875rem;top:75.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji1cQcHN0acx4J9JONMPU8LVC4RcE9AR { display:flex;width:1.375rem;height:1.375rem;top:76.5625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #QL39QFVK77bwRXh3krOn7LSiUbJWAw8X { width:14.125rem;height:1.3rem;top:76.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ5fymoFi1pWuiz43r8LRx00Q54Tkvxh { width:14.125rem;height:1.3rem;top:79.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHU98OZ3FqdoZ2NInw5WPzg2h776UTM4 { display:flex;width:1.375rem;height:1.375rem;top:79rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #zqlsvHmLmSKa3qA2ibEDLegy8D3eMS0N { display:flex;width:1.8125rem;height:1.8125rem;top:81.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #L1c33SDsZwASTc1kmsa8BZn6zvC80Aip { width:14.125rem;height:1.3rem;top:81.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTNW7KmauVoSKwiEEwcZJHdCXA3d8M6 { display:flex;width:1.375rem;height:1.375rem;top:84.1875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #AUFdOFk0NTT9xyCpsiaJETXCI9maioPV { width:14.125rem;height:1.3rem;top:84.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2oXiHfJOzUIRxUs4VpHvdXvKQCc5lvx { display:flex;width:1.875rem;height:1.875rem;top:86.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #rReAFxflCJaH3F6ep4Evbk7u8UQWXM6q { width:14.125rem;height:2.6rem;top:86.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6TZenTRF3NvV8Rl6TTglAeiPsAVfd5I { width:18.25rem;height:1.05625rem;top:91.375rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxRM63fIvWUs0NitM7T5XDk0rpRvuOT { width:19.75rem;height:45.5625rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJPAn3otXFzWNdfqlgPvO2N8sSHaJFi { width:17.5rem;height:14.8125rem;top:97.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afETdH3KnWwOMnbxRhtosEeEBL6ThBTA { width:12.5rem;height:2.03125rem;top:113.375rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJ5rUEhFtnDypQJbpkU3mB7iIfg557a { width:12.5rem;height:1.625rem;top:115.9375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2RxXXoKqkeXwJWcuGQ0R49a0Js651e { width:15.375rem;height:2.6rem;top:118.125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQ4btVZ2cwfypmcBMsOI746OA8Q7vcN { width:18.75rem;height:0.1875rem;top:122.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1uw7xnpDKctcPoyGVTkVTvcen40Z9Tu { display:flex;width:1.375rem;height:1.375rem;top:123.625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #d5CBQqlol0uq1WtqgTc3MASdufh8sCvU { width:14.125rem;height:1.3rem;top:123.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfl8e3dOFGUnt0tgl6xmQ3uiIMVoaGw { width:14.125rem;height:1.3rem;top:126.125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98c5cJiTwzHRvsvQP2Z3KT2F2vsCKHq { display:flex;width:1.375rem;height:1.375rem;top:126.0625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #hN8FW1ID3Rcrn6fPmr87CKT2RRrfFmTr { display:flex;width:1.8125rem;height:1.8125rem;top:128.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #T0n7q39UHK6kAe1VZmE0KveutOmy3ZMy { width:14.125rem;height:1.3rem;top:128.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAxA5Z7RBc6BdmHDsDJ5O81XJ8nMsd6A { display:flex;width:1.375rem;height:1.375rem;top:131.25rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #zdnEXMh91cAd4eM8UWK7kUTkQe5v720o { width:14.125rem;height:1.3rem;top:131.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5cOyXZZr6dolEip6LbfeT3f13ZRWhp { display:flex;width:1.875rem;height:1.875rem;top:133.25rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #IUUT0TkbzvATb07oD2Vu0Aq4ZmL3f8fO { width:14.125rem;height:1.3rem;top:133.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tafq7prTvR0ZT4ysgkWk3m20vRowWoai { width:18.25rem;height:1.05625rem;top:138.4375rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { display:block; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { width:14.625rem;height:1.225rem;top:32.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { width:15.0625rem;height:1.4rem;top:14.73046875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { width:14.25rem;height:1.4rem;top:12.1875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { width:1.5625rem;height:1.5625rem;top:12.10546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { width:1.5625rem;height:1.5625rem;top:14.6484375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { width:1.875rem;height:1.875rem;top:28.53125rem;left:6.4375rem;display:block; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Issn5n1SyGe44BUeRJVARWuopNa2TPiO { width:2.1875rem;height:2.1875rem;top:28.375rem;left:11.4375rem;display:block; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { width:17.625rem;height:2.9375rem;top:6.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { width:10.75rem;height:1.5rem;top:3.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4eG66WerP77tPQTN9TJBfMdQoEvHrh { width:20rem;height:2.45rem;top:35.7080078125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { width:7.125rem;height:7.125rem;top:19.3447265625rem;left:6.4375rem;display:block; }
 }