.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fffde9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya { background-color:#000000;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;display:block; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container { background-color: transparent; background-image: none; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container > .video-iframe-container { display: none; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row > .video-iframe-container { display: none; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .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); }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container { border-width: 0; border-radius: 0; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container { width:60rem;height:5.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wxphtQ039kJoPR7rXMafuEWQDf103Wc5 { 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:1.4375rem;width:17.25rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#cQBUdxaON6XIVHQeFxb5clNBG4HIXdBy { 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:1.4375rem;width:1.4375rem;top:2.25rem;left:50.625rem;overflow:hidden;display:block; }
#necJbrTXU0P9HamnF4MTCwTUiZz56UBy { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:minerva-modern;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:1.71875rem;left:50rem;display:block; }
#oTMQwrr851b9XeTcfB9efUa2vUnexTfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhQ8DrBRZoKuVlaDPITbB1KRoiDXmlEz { background-color:rgba(0,0,0,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"league spartan";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.375rem;left:22.9375rem;display:none; }
#AxrrhhFJP0WxZO9w3E6MplN0GbL69w85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a273cd54-d2a0-4b00-8e31-42bb4e1e931c/01ShorewayExteriorAngleCROPPEDv1.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::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; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:"league spartan";font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:7.6875rem;left:1.09375rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:#ffffff;display:block;width:49.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:13.755859375rem;left:5.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { background-color:rgba(0,0,0,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"league spartan";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.375rem;left:22.9375rem;display:block; }
#eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qczX0Iwmlch00TueXCQl3z3cG5hWAK7H { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.849609375rem;left:14.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;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; }
#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffde9;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; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container { background-color: transparent; background-image: none; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container > .video-iframe-container { display: none; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row > .video-iframe-container { display: none; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .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); }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container { border-width: 0; border-radius: 0; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#rv6nVyWG7IAnJyWdXEMQ7xfBmgmil4QC { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:;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; }
#tCcXwmFF29nbebrau8URgkykvazMonRK { color:rgba(16,16,16,0.7);display:block;width:19.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.65625rem;left:7rem;height:9.84375rem;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;text-align:left;text-align-last:left;display:block; }
#vlEUhSC7mZWN5Toz5uzXw0hQLmthq1qW { color:#101010;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.8125rem;left:6.9375rem;height:1.5rem;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;text-align:left;text-align-last:left;display:block; }
#Mu6U7MGqCPBoFJsueywurfCuxAQSUTpN { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.15625rem;left:7rem;height:1.5rem;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;text-align:justify;text-align-last:initial;display:block; }
#m8fVhTzdGlMena5lcqHBAS8FkaK5BGi4 { color:rgba(16,16,16,0.7);display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:25.125rem;left:6.96875rem;height:7.03125rem;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;text-align:left;text-align-last:left;display:block; }
#yl5yVNJwMLvyDTQJ09mC8c8ZSwlox5bd { background-color:#91d3d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.71875rem;left:18.03125rem;display:block; }
#BwJ9M7ANWqfqG8h5AupTGA4Hfh3d0AQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTDsNMDJ8aBoVsBTT13iIZZWJI6H14q2 { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:25.125rem;left:36.6875rem;height:1.5rem;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;text-align:justify;text-align-last:initial;display:block; }
#eZ9BM7Kp3QhHV9eVA0NmuRQNEU9NMorU { color:rgba(16,16,16,0.7);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.625rem;left:36.6875rem;height:4.21875rem;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;text-align:left;text-align-last:left;display:block; }
#VVBMpmAKJeukQsox3TgUx3UWFK9ImOIW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:0rem; }
#E6ORdMhtBEZMVTLT2eCEyLq8RfhUsixg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.15625rem;left:0rem; }
#RFkHo5Cin1P4xwOoy6y2Gx8LaouiPxf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.65625rem;left:30.5rem; }
#mo2mQ2ECzUF4IyTAzVgO8HiwWB3CUKkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.71875rem;left:30.5rem; }
#NnCT7CZU9w8Tv3gSPa9qSTbXdSchv9aq { color:#101010;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8125rem;left:36.875rem;height:1.5rem;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;text-align:left;text-align-last:left;display:block; }
#aGkp9AmksvONEoniFW8XFHqxkmEbEAog { color:rgba(16,16,16,0.7);display:block;width:21rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.65625rem;left:36.875rem;height:4.21875rem;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;text-align:left;text-align-last:left;display:block; }
#AKria73WgaWerqRprWGZq9kX2g8oHDEB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.15625rem;left:31.1rem; }
#ab968L9ietMaa62BGNt3kskaH38RUCiL { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.125rem;left:36.875rem;height:1.5rem;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;text-align:justify;text-align-last:initial;display:block; }
#Z6Ec4gNWnp4AffTzBDdfq5c7mgEzS4WW { color:rgba(16,16,16,0.7);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.859375rem;left:36.875rem;height:4.21875rem;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;text-align:left;text-align-last:left;display:block; }
#XVGBe40T64KbqoKuNVd73GluCioThEFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b885d1f-1985-474c-88da-4aacea1e8f41/theshorewayclevelandoh2bd2ba.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XVGBe40T64KbqoKuNVd73GluCioThEFX.adaptive-delivery-prevent-bg, #XVGBe40T64KbqoKuNVd73GluCioThEFX.lazyload, #XVGBe40T64KbqoKuNVd73GluCioThEFX.lazyloading { background-image: none; }#XVGBe40T64KbqoKuNVd73GluCioThEFX > .row .container { border-width: 0; border-radius: 0; }#XVGBe40T64KbqoKuNVd73GluCioThEFX::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; }#XVGBe40T64KbqoKuNVd73GluCioThEFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVGBe40T64KbqoKuNVd73GluCioThEFX > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:none; }#Oh18VW67SvpXto58ZrFI9ETunTIcVTvl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"league spartan";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:4.0625rem;left:0rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GiiUrQMkkwskBvxapR6q63Ez8BPBhTil { background-color:rgba(0,0,0,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"league spartan";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.4375rem;left:21.40625rem;display:block; }
#TxT921heVHyTVJqAdI0SZQwOyiznrAFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBtT6hK3nmxwCWyyfkD3bZFEuA0ZX9Jz { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:8.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 { position:relative;display:block; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 { background-color: transparent; background-image: none; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container > .video-iframe-container { display: none; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row > .video-iframe-container { display: none; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .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); }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 { border-width: 0; border-radius: 0; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K33u2R8L3PJTgentFAJ6tiigshT2WXdh { display:block;width:60rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qE9IctlhbSTrPktG3749coUR515XzmL7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:36rem;left:0rem;overflow:hidden;display:block; }
#I1QBZGFewNbExLuFGF9qNlJXmTealSe7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:36rem;left:20.5rem;overflow:hidden;display:block; }
#aHtOf92emQf3qaZpAOT5TRMRPvd5syVL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.9375rem;left:40.875rem;overflow:hidden;display:block; }
#DTSRXN05MMZpD5bE5bh3BO3POvUxfrva { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.6875rem;width:18.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.9375rem;left:20.4375rem;overflow:hidden;display:block; }
#dZyG5r8qsNJuzJs2whSCSGmxuQztWXnb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:20.4375rem;overflow:hidden;display:block; }
#ceyp8QrAd30ErGNNWa1ybE1GnJC2NUIk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:40.75rem;overflow:hidden;display:block; }
#m4AH5SWakeHQV43xnGlZS7cDlHKP20PW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#Z1T1sGHfvFTiJwTs6T2V5f4WZBhuevAZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#qruFfmAHnJLTNGFWBkqCXdclyBiNIzO3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:36rem;left:41rem;overflow:hidden;display:block; }
#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF { 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; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container { background-color: transparent; background-image: none; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container > .video-iframe-container { display: none; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row > .video-iframe-container { display: none; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .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); }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container { border-width: 0; border-radius: 0; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#NuPgG8PqQIROwEOf8pE1z9Hog3OinPS6 { color:#101010;display:block;width:60rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.47265625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl { 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; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container { background-color: transparent; background-image: none; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container > .video-iframe-container { display: none; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row > .video-iframe-container { display: none; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .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); }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container { border-width: 0; border-radius: 0; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#qBF0VLEs4fGat4ABSLZ4dg0TWJPuOXnL { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yCbykRFMbDMtVuztqBaxtFB7Q2qnP5rF { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yx0gZpdpoZcIzF6b6Z7X2suUgVtVXr8J { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:2.125rem;display:block; }
#PdHxxNd3A19dXfHV9Z0kZpKtELZ5lVsK { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:0.6875rem;display:block; }
#aEuKnIAS0Cq6OMuWMOf3PRmxaCRk2Gxu { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#101010;background-image:none;top:12.5rem;left:0.6875rem;display:block; }
#hzgrWpXU3zzIp9XMk1GpvtsPeKD4bew1 { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:16.3125rem;left:8.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#rlebKoK4dHMfv2Lxixg69c2gXaZXARzx { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:14.1875rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#uM6okDcG6mK1NwTvUEHLVl9dLfd7s4Qm { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#101010;background-image:none;top:12.5rem;left:7.375rem;display:block; }
#zBMEuoe6WA1bMASwwdUfA86Vvl5Avcop { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:15.65625rem;display:block; }
#MoBS0V4EmDuasutUFd3dTHwInpwUyg2L { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:16.3125rem;left:23.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#CDGt2lQeX3eGfpXgHPEvRhN1EKDFlETv { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:14.1875rem;left:23.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#kRQC9bfBB5d0D2KHtIfmU4GNTr3XzkVa { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15016;background-color:#101010;background-image:none;top:12.5rem;left:15.6875rem;display:block; }
#SBU0q3JO0fb8D095JxWN6sDSkLEnEECl { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#101010;background-image:none;top:12.5rem;left:22.375rem;display:block; }
#yeAG7CliWqELaARWehSTWZOVczfd4G4q { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Fwvr7Cw41TgVylaQxD7PSWbb0sVvv9QI { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#RKo7AIT2tWT9HVeUDgNTTNzK5d8Jl0oa { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:17.125rem;display:block; }
#yBbQrH8ag4KxH4dReBPFq20kT1Pn1X3Z { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:30.6875rem;display:block; }
#ggaFTKlAZwmHgFvgGRDt472pS7dORTaK { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:16.3125rem;left:38.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#OE9d7H7ThLmTirzntim8NgXylA2wIaSM { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:14.1875rem;left:38.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#EbzmKpwb2eKVGS7o0X0ppK3d1JQuMzTX { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15024;background-color:#101010;background-image:none;top:12.5rem;left:30.6875rem;display:block; }
#XhVwcaBUtLkIv0kouetZERm9nDikK1gM { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#101010;background-image:none;top:12.5rem;left:37.375rem;display:block; }
#srVrptpdeFVm0DtbeG3NmbTFTBGHTqhv { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#PIgwupLSDTAJQLu2zkdrQzErLryEGnxX { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yRc3AzPeDAkEEmgW061Eo7yImFEN7CD0 { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:32.125rem;display:block; }
#Mw6flBymUpa20I2FvArdpKAJa9D1EGt8 { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:45.6875rem;display:block; }
#xvwb5SIzFrbI9DKJ0GPXwLadIosPtt4M { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:16.3125rem;left:53.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#stJm9unSIwadl3aOoZU9PBsdZLtbT8JQ { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:14.1875rem;left:53.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#Rn4g1fwEC75lOwyVhb8tcsmtyuB9XPnB { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15032;background-color:#101010;background-image:none;top:12.5rem;left:45.6875rem;display:block; }
#uzNZnqTg0bvTCJF0q3q0NXXwDMgSdoZX { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15033;background-color:#101010;background-image:none;top:12.5rem;left:52.375rem;display:block; }
#EaxNOvD0nhqPrs0gDm5drWbXT8lOtf1M { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xqqVy1L9wpBh7UTzrsIGKPRF6KIuDKTu { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#SBFRkT3aZ8bJoySJO5gu2fg9EErv9eaM { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:47.125rem;display:block; }
#bSDQw1hUcugJkUT9Vm6AP6X7PqXI1dvT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:9.3125rem;top:0.3125rem;left:3.625rem;overflow:hidden;display:block; }
#x00ENokC3H8zS5AsT3LKgV1Uy9owDIVf { 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.9375rem;width:9.5625rem;top:0.4375rem;left:17.7841796875rem;overflow:hidden;display:block; }
#hK5JgTsEIAZsx1TTvEA1aauHnrV3lPns { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:6.1875rem;top:0.5625rem;left:34.298569277108rem;overflow:hidden;display:block; }
#MfZpVbPP8dzysvcZp8spgN74XUQWw0d2 { 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:10.8125rem;width:4.375rem;top:0.625rem;left:50.3125rem;overflow:hidden;display:block; }
#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn { 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; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container { background-color: transparent; background-image: none; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container > .video-iframe-container { display: none; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row > .video-iframe-container { display: none; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .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); }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container { border-width: 0; border-radius: 0; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#Mfxtka5aoSbQsTe6V9l2I3UkkLnG35Jr { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Uqw3Gm1mwaazHnaMtB6HvVHC6ydHw9vD { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XoKfD81Jd83GO09T4cCpXUtnK695K8kV { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:2.125rem;display:block; }
#P58tDaDxUWdal9zGyx0FxA77VOOdLMcI { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:0.6875rem;display:block; }
#EP9e2dlbEeMoOaznfF9C5HTULeOST2zz { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#101010;background-image:none;top:12.5rem;left:0.6875rem;display:block; }
#ArSXJvx9dH7MzM4DmbKSiwmdB4KynBaM { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:16.3125rem;left:8.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#AmulCvdKGfHMz7MxdRVaXQJiuIe8nVM6 { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:14.1875rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#xM45hfF5oIrOwmiROpFSq09R64PJzuai { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#101010;background-image:none;top:12.5rem;left:7.375rem;display:block; }
#Gp8JCb72DhmLNZLmwvB4ySbXXxrEnfDT { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:15.65625rem;display:block; }
#HmGUroA5PfqQT5TvVtP30spVpxHievTc { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:16.3125rem;left:23.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#TGyMc3f9o9gFHSCVHSVdOHWCN7Z5DtQy { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:14.1875rem;left:23.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#o1o3aToCvR4awaNHMTdQV4MWZN3UmQ3o { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15016;background-color:#101010;background-image:none;top:12.5rem;left:15.6875rem;display:block; }
#t2xNmB9KuHdakG6LZVwcdney9Gx4GGmb { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#101010;background-image:none;top:12.5rem;left:22.375rem;display:block; }
#mL1ik2SlwGlPHhn7gpHGDBvGutP1Tg4P { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#IETayWberkgKqMvK6TRX1RwRJA2R6bxd { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yA4Gd7Gge7oC0DrXmyuxZS4sGEhXaTHR { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:17.125rem;display:block; }
#uigifZsHbAC52oSPztenBQCNWszyX8kz { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:30.6875rem;display:block; }
#f0yu7FTXaylkzGrFCFgwllGRZas3Ilqs { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:16.3125rem;left:38.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GCsNNPBCs9dOGW94DRoZhS5G7IykhAan { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:14.1875rem;left:38.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#OgTUeUQKgLbUUOtiIpuR4IlqTTOXLDp6 { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15024;background-color:#101010;background-image:none;top:12.5rem;left:30.6875rem;display:block; }
#u2mAIr04EWRawDDkyo4asS3GwhoCEHIz { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#101010;background-image:none;top:12.5rem;left:37.375rem;display:block; }
#Ix7rvkDkPgIE4p2gQJRFLxXKUmVaDAfB { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#QI7sUfJcIiCwJUqGTrmaXauuQ6mfUNdS { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#BMSABqav831I5mt5s4GmX7tR5V981UVG { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:32.125rem;display:block; }
#VSKmGrUitQPg1fhwCoksCPhCzGND9dur { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:6.25rem;top:0.4375rem;left:4.375rem;overflow:hidden;display:block; }
#yeu9NqhrOiRz1Utwk8mfkbsy8zaByVvU { 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:10.6875rem;width:7.25rem;top:0.5625rem;left:18.875rem;overflow:hidden;display:block; }
#ZfbL6LssWzK9tWb9P06w9OG7XUqI9XQq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:6.875rem;top:0.8125rem;left:34.29833984375rem;overflow:hidden;display:block; }
#pUNkbIzgAtESw36kdfdT43NARlOaxOmq { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:45.6875rem;display:block; }
#IKqam36xq7UNfi55PtzGf1dVT4TCtHQm { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:16.3125rem;left:53.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Fi5MgZ8F4eKwTa8lt4h9Lv2SJ5OO75KK { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:14.1875rem;left:53.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#KIVHzSAE6sPXOMzUqw62HNTGCWmzZ0mD { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15033;background-color:#101010;background-image:none;top:12.5rem;left:45.6875rem;display:block; }
#DOC0hmgoBTug9zaeQWHw3U7lzRt07yc9 { 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:7.6875rem;width:9.3125rem;top:1.8125rem;left:47.84375rem;overflow:hidden;display:block; }
#ZsqXDPagMs7QhU1Pxwx8QK1pIxiuVqGy { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15034;background-color:#101010;background-image:none;top:12.5rem;left:52.375rem;display:block; }
#uTFU9PQnmhRTBW3BERoM487o1qVqE7aI { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#WonHWKtP56Z0mnXfqUfhDMCSIAJTPTZE { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Q4mosWzdy9aQu4ToDSZeMB1Cs6y6cL1R { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:47.125rem;display:block; }
#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH { 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; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container { background-color: transparent; background-image: none; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container > .video-iframe-container { display: none; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row > .video-iframe-container { display: none; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .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); }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container { border-width: 0; border-radius: 0; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#aKTzPpDGKaDnzsS09sMnW8UPUsgSQniL { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#eQLMgf1MbsrnI3Nbi3VUtsKHuyxTzdfF { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qcxAVoCEJ8S2msAWigk9328Vo7BKJRTy { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:2.125rem;display:block; }
#dtDhKRJcAUSeUk471lrcl8gUz0nVOOlt { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:0.6875rem;display:block; }
#bOuTNTNvQ9A7DyJ6l0XDbIDsULZ9nV4r { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#101010;background-image:none;top:12.5rem;left:0.6875rem;display:block; }
#slNFq6oBptDW01Ll8IFR2pc1EXwWtaSx { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:16.3125rem;left:8.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#lrKAasRtZuRgtPVUQZLyn8Tn4kTAIfPg { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:14.1875rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#hkOEcGAq9aoh6JaDkGuP8cTgmG3uf5FX { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#101010;background-image:none;top:12.5rem;left:7.375rem;display:block; }
#bkxByihkBTMI4KcX5nfP1JUb9DourcbN { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:15.65625rem;display:block; }
#oSrPr4u2NKZ5Q57MtgRDns8Bdyrm5GFB { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:16.3125rem;left:23.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#yl6s45rg0bsMATz91ER0Lgkc82PiA8k4 { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:14.1875rem;left:23.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#OAaAWpPw0oKczJPcI42QmhrPv3g5A1kW { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15016;background-color:#101010;background-image:none;top:12.5rem;left:15.6875rem;display:block; }
#hP1vzHkKuRgOrgBEzhMni1VvHstAxEd2 { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#101010;background-image:none;top:12.5rem;left:22.375rem;display:block; }
#PAke6QsnPuEqlmHJW3zMEu3g8hl2Z55U { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#o3Qvb6QbDwlkGa5QIGox3cV58cPKxJtI { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8125rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xGnEcDCoH3kCcxON1bbXpwoITXidL0kP { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:17.125rem;display:block; }
#tK6PHh9yg2423vihTNuKPHe5OPcNpwVZ { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:30.6875rem;display:block; }
#s8voBzrpT9d8QmXFh0JiLTKJGB3IF0bu { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:16.3125rem;left:38.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pqmUsEld3CWvoMT5Ode72OkDQPNsTIIh { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:14.1875rem;left:38.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#u3yN5ozF67PBV7ZbWuozlethO2dlJ0HE { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15024;background-color:#101010;background-image:none;top:12.5rem;left:30.6875rem;display:block; }
#A643cJZw8MF9922uEFxDFw7IJRHwBhnc { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#101010;background-image:none;top:12.5rem;left:37.375rem;display:block; }
#cDTW6bSXDlxcwxrXxsTiLPV2VqVMeWT8 { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#e94ZbmZyyGoXMl3XHD8T6DZhKTPo3nM6 { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:31.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#DkGWAxM1QChQMMeueEQFgDfSX4zNAac3 { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:32.125rem;display:block; }
#Q7GqcioaIB1OKLi6TdlrpJExGv2xvtZo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:5.5625rem;top:0.4375rem;left:4.375rem;overflow:hidden;display:block; }
#mFfoDVDcuSK5WEQyu64HnGNCnUHOszGt { 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:10.1875rem;width:6.3125rem;top:0.5625rem;left:19.34375rem;overflow:hidden;display:block; }
#k4JL3GVTN5R4P1dMV2GDQ9IZUpuluzFM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:6.6875rem;top:0.8125rem;left:34.29833984375rem;overflow:hidden;display:block; }
#JLkOhzfLDx6ta9D51FmyW0d8Gf2Wz86S { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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.5625rem;top:0rem;left:45.6875rem;display:block; }
#esaIkukBvflCaJmn51z2JETF4rt6xi4X { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:16.3125rem;left:53.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ugR67Gt0zcyWvqNKgIxp6X6i33dXVaPA { color:#101010;display:block;width:5.0625rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:14.1875rem;left:53.4375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#THMBJ1tafwzgARKqIkZpgmUVbhxhshU6 { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15033;background-color:#101010;background-image:none;top:12.5rem;left:45.6875rem;display:block; }
#ehiSfsAM3DA2qVLZJp220no0qLnIGdte { 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:10rem;width:4.6875rem;top:0.8125rem;left:50.15625rem;overflow:hidden;display:block; }
#pQnxMh8736drc5wNnC4yQyebfBJU66gF { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15034;background-color:#101010;background-image:none;top:12.5rem;left:52.375rem;display:block; }
#zTAZrT7aKK9kqJ7wohSUoOyaLrFuTvg5 { color:#101010;display:block;width:3.375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KPsPcu81dZG3PpP6RFUPrdb1CpDNtiPz { color:#0a2071;display:block;width:2.875rem;position:absolute;font-family:minerva-modern;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UOVb0IbrD1ZcTuT6ZF38dV18TFMgCt8v { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:13.25rem;left:47.125rem;display:block; }
#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 { position:relative;display:block; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 { background-color: transparent; background-image: none; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container > .video-iframe-container { display: none; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row > .video-iframe-container { display: none; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .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); }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 { border-width: 0; border-radius: 0; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffde9;background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#woJiCX5EQGWwV3JUdrgNioiEJwOk0o8w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:28.3125rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#lF59uJdsfMWaeBNTmmgtQSS4GTtZZ3VE { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"league spartan";font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.51220703125rem;left:0rem;height:5.361325rem;font-style:normal;display:block; }
#lOUMDHfKWNkL3ie4wvRV3InT5xXhQexH { color:#101010;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.625rem;left:0rem;height:9rem;font-style:normal;display:block; }
#kIOWZc4HNb30VeDagz5yZDSuhoQe1D5S { background-color:#91d3d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.5rem;left:0rem;display:block; }
#JcOUzpQB1PFsmBTwpNmzcwPotdRqVghB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ht1HAeku6Ol26sJVviBeLA3RXS3irXBU { color:#101010;display:block;width:23.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:19.6875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { 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; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { border-width: 0; border-radius: 0; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:60rem;position:relative;display:block; }#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-form-header {  }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-regular-label { display:block;width:21.4375rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:21.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#45454d;line-height:1;box-sizing:border-box;font-family:opulent;font-weight:400;font-size:1rem;background-color:#e6e1d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:21.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#45454d;line-height:1;box-sizing:border-box;font-family:opulent;font-weight:400;font-size:1rem;background-color:#e6e1d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:21.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e6e1d2;border-left:0.0625rem solid #e6e1d2;border-right:0.0625rem solid #e6e1d2;border-bottom:0.0625rem solid #e6e1d2;height:3.4375rem;width:12.5rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#e6e1d2;line-height:1;box-sizing:border-box;font-family:minerva-modern;font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(0,0,0,0.16);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#f2f9ff; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.03125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#f2f9ff; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-container:first-of-type{padding-top:0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-container:last-of-type{padding-bottom:0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:40.3125rem;z-index:15009;position:absolute; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .radio-container { width:22.0625rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:40.3125rem;z-index:15009;position:absolute;display:none; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #TyT8nC1fOn2Is5l6vhJ0Kh5KbNLiceyI { position:relative; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #mJzdGEcJidQ89cnEOUMHoMR6UMSI8iUi { position:relative;display:none; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #p0N9hzpvrrE8lgJCE05aIiTmHAbC9AXT { position:relative; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #RiuXJXrDXrrTfzCazgiTozFLShmaivsr { position:relative; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #pmyfg6KKx7RRAKhv5mK0rQqBhAB6eXmH { position:relative;display:none; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #Mx9bon9NkZTVrJVrZiLDJcsOeKSdlTvl { position:relative; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #QyV6hXTbtLBUyWXu7F9H8OQCqPOi6KN2 { position:relative; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #SpyPRZtIrkc9ioXXvumCesfKpzl0WD7H { position:relative; }
#hi0PygwuWrhPl44muL0Wavv2dUaF369m { color:#101010;display:block;width:37.1875rem;position:absolute;font-family:"league spartan";font-size:4.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:11.40625rem;height:6.337375rem;text-align:center;text-align-last:center;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-form-header { font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#333333;width:45.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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:45.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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:45.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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:45.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#91d3d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:45.9375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:44.75rem;overflow:hidden;font-style:normal;float:none; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-container:first-of-type{padding-top:0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-container:last-of-type{padding-bottom:0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15067;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:5.78125rem;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.9375rem;display:block;vertical-align:top; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE {display:block;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15067;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:5.78125rem;font-size:0.875rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww .container-column{width:50%;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #FbTTKApNAPE7krh8pqRVM9WtaUvqmlQD { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XwIWL5veIu6MWw2vOhb22qqNDTVFSxDy { position:relative;z-index:2; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #r6LHyTPLgwPmIJc9gTvUQW8ZNli3Vmsb { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #lDK0udZZ78HnoUV2QOxT9Zz91kOhf0iB { position:relative;z-index:2; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #evAGZSICOFusuMvGmGXxE3b8GCKDpM9b { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #g9W2UqyUdBv6lv5cLBc2AqkemNtvSdJu { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #LQ9RIrCg8gJoWQP6zoGIsXAK6uKyLV2G { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #kq1h6DTTRpMBBhbuzx4X4vSmQooXzhFp { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #mPi42RhdGBcfumdkplCTKI102fPQwXco { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XiKqAU7PTkqTzuhhkRItXd7AmHIZ5IH7 { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #sWdLNGarcNE4iAqTyc38Ig7mp8cwI9gC { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zpIl5KHo3Kk0bOKKTKfHsQnEyer5inwJ { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #IfNBugDaXSO9sS7qqXV1qLnGqF9tJsnw { position:relative;display:none; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #THXLOxCMaMDNzVD5VWX8vD57BSRL9Tyi { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #goAaXdpNPQdMrJTd9cTM6hwQ9SLx27e3 { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #T5inFvIvGexDpXsw03Rfk8IIVXwbPOZm { position:relative;display:none; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zEnleAvqPvl558sChW93nenAlFZnZuFt { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aEQ3Ftc7BnEqNP2iPhDBJGZuJI2SpGqN { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ZkQCNz4Da8wO2LcVJ3GWbHgn2tJm8voK { position:relative;display:none; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #TQQ8tUqm609moiUwnwQnXMgrMqozM1MI { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #J5we2MGSRkWTaoafcHWc2r2J514hX9RX { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #fEG2ZASIolGuGSzGt9TS9gzhqKU4lrCW { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ePP6iL5RbB35AWs8zQTJVmNzzbxgkCkq { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #uprxDwJv2RcGArGv8q8mDIaT1un0QzLI { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #CX1KfmR500zktDMfFIFZOX1oaeVKFCyv { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #A61xGFX62Xlvk2Qm0CecIkyBse1nISSE { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #e1uJiPwBVS8uGslPef8XUfT8ix5QxKsR { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #hPNe7AlpgIgqppfzLDqPuOtrFw9T94a2 { position:relative;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #RR2J3WCe5Wdva5Nv0yUzkax7vNz5Xozt { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #G7caDwNhSZayudbwV5W5NtrTVXyiG3Xa { position:relative;display:block;z-index:15000; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wqcr92ZXaLy1SMlZFBTOv0MV0DZdZyb5 { position:relative;display:block;z-index:15000; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #EoPpHJywlv43JGIHWgsBVVgtFgLInKWE { position:relative; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aMOItk23Wa9mVvlsIucJiLckJgIAirt7 { position:relative; }
#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container { background-color: transparent; background-image: none; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container > .video-iframe-container { display: none; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row > .video-iframe-container { display: none; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .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); }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container { border-width: 0; border-radius: 0; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#JfesRVs53kGWHB32ShJq7nW4kFIfrDUc { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:23.0625rem;top:2.61328125rem;left:0rem;overflow:hidden;display:block; }
#CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:minerva-modern;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:2.3125rem;left:44.875rem;display:block; }
#USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#api4V9umTGH4HSiPkN6qedRXVz6un5d8 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:2.875rem;left:46.0625rem;overflow:hidden;display:block; }
#W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { position:absolute;display:block;z-index:15050;background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.375rem;left:57.5625rem;display:block; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:2.8125rem;left:58.0625rem; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#twpALlQzND87T2qMNTFHHXUCMOR55lZ5 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.29980625rem;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya { display:block; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxphtQ039kJoPR7rXMafuEWQDf103Wc5 { width:17.25rem;height:1.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBUdxaON6XIVHQeFxb5clNBG4HIXdBy { width:1.4375rem;height:1.4375rem;top:2.25rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #necJbrTXU0P9HamnF4MTCwTUiZz56UBy { width:10rem;height:2.5rem;top:1.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMQwrr851b9XeTcfB9efUa2vUnexTfn { display:block; }
 }@media only screen and (max-width: 763px) { #WhQ8DrBRZoKuVlaDPITbB1KRoiDXmlEz { width:14.125rem;height:3.4375rem;top:20.375rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxrrhhFJP0WxZO9w3E6MplN0GbL69w85 { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:47.75rem;height:8.125rem;top:7.6875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:47.75rem;height:2.25rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.4375rem;top:20.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #qczX0Iwmlch00TueXCQl3z3cG5hWAK7H { top:16.8125rem;left:8.8125rem;width:30.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb { display:block; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv6nVyWG7IAnJyWdXEMQ7xfBmgmil4QC { width:24.4375rem;height:;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcXwmFF29nbebrau8URgkykvazMonRK { width:19.875rem;height:9.875rem;top:9.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlEUhSC7mZWN5Toz5uzXw0hQLmthq1qW { width:10.6875rem;height:1.5rem;top:7.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu6U7MGqCPBoFJsueywurfCuxAQSUTpN { width:9.0625rem;height:1.5rem;top:23.125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8fVhTzdGlMena5lcqHBAS8FkaK5BGi4 { width:21.375rem;height:5.625rem;top:25.125rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5yVNJwMLvyDTQJ09mC8c8ZSwlox5bd { width:23.9375rem;height:3.75rem;top:33.6875rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJ9M7ANWqfqG8h5AupTGA4Hfh3d0AQU { display:block; }
 }@media only screen and (max-width: 763px) { #fTDsNMDJ8aBoVsBTT13iIZZWJI6H14q2 { width:9.0625rem;height:1.5rem;top:25.125rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9BM7Kp3QhHV9eVA0NmuRQNEU9NMorU { width:16.4375rem;height:4.1875rem;top:26.625rem;left:30.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBMpmAKJeukQsox3TgUx3UWFK9ImOIW { top:7.8125rem;left:0rem;width:5.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ORdMhtBEZMVTLT2eCEyLq8RfhUsixg { top:23.125rem;left:0rem;width:5.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFkHo5Cin1P4xwOoy6y2Gx8LaouiPxf1 { top:24.625rem;left:24.375rem;width:5.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2mQ2ECzUF4IyTAzVgO8HiwWB3CUKkl { top:7.6875rem;left:24.375rem;width:5.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCT7CZU9w8Tv3gSPa9qSTbXdSchv9aq { width:10.6875rem;height:1.5rem;top:7.8125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGkp9AmksvONEoniFW8XFHqxkmEbEAog { width:21rem;height:4.25rem;top:9.625rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKria73WgaWerqRprWGZq9kX2g8oHDEB { top:16.125rem;left:24.975rem;width:4.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab968L9ietMaa62BGNt3kskaH38RUCiL { width:9.0625rem;height:1.5rem;top:16.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Ec4gNWnp4AffTzBDdfq5c7mgEzS4WW { width:19.9375rem;height:4.1875rem;top:17.8125rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVGBe40T64KbqoKuNVd73GluCioThEFX { display:block; }#XVGBe40T64KbqoKuNVd73GluCioThEFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh18VW67SvpXto58ZrFI9ETunTIcVTvl { width:47.75rem;height:2.5rem;top:4.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiiUrQMkkwskBvxapR6q63Ez8BPBhTil { width:17.1875rem;height:3.4375rem;top:10.4375rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT921heVHyTVJqAdI0SZQwOyiznrAFJ { display:block; }
 }@media only screen and (max-width: 763px) { #WBtT6hK3nmxwCWyyfkD3bZFEuA0ZX9Jz { top:7.1875rem;left:2.4375rem;width:42.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 { display:block; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K33u2R8L3PJTgentFAJ6tiigshT2WXdh { width:47.75rem;height:2.875rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9IctlhbSTrPktG3749coUR515XzmL7 { width:18.9375rem;height:12.625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QBZGFewNbExLuFGF9qNlJXmTealSe7 { width:19rem;height:12.625rem;top:36rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHtOf92emQf3qaZpAOT5TRMRPvd5syVL { width:18.9375rem;height:12.625rem;top:21.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSRXN05MMZpD5bE5bh3BO3POvUxfrva { width:18.875rem;height:12.6875rem;top:21.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyG5r8qsNJuzJs2whSCSGmxuQztWXnb { width:18.8125rem;height:12.5rem;top:8.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyp8QrAd30ErGNNWa1ybE1GnJC2NUIk { width:18.8125rem;height:12.5rem;top:8.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4AH5SWakeHQV43xnGlZS7cDlHKP20PW { width:18.9375rem;height:12.625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1T1sGHfvFTiJwTs6T2V5f4WZBhuevAZ { width:18.8125rem;height:12.5rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qruFfmAHnJLTNGFWBkqCXdclyBiNIzO3 { width:19rem;height:12.625rem;top:36rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF { display:block; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuPgG8PqQIROwEOf8pE1z9Hog3OinPS6 { top:3.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl { display:block; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBF0VLEs4fGat4ABSLZ4dg0TWJPuOXnL { top:16.3125rem;left:0.40625rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbykRFMbDMtVuztqBaxtFB7Q2qnP5rF { top:13.8125rem;left:0.40625rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx0gZpdpoZcIzF6b6Z7X2suUgVtVXr8J { top:13.25rem;left:0.59375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdHxxNd3A19dXfHV9Z0kZpKtELZ5lVsK { top:0rem;left:0rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEuKnIAS0Cq6OMuWMOf3PRmxaCRk2Gxu { top:12.5rem;left:0rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzgrWpXU3zzIp9XMk1GpvtsPeKD4bew1 { top:16.3125rem;left:6.875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlebKoK4dHMfv2Lxixg69c2gXaZXARzx { top:14.1875rem;left:6.875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM6okDcG6mK1NwTvUEHLVl9dLfd7s4Qm { top:12.5rem;left:5.84375rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBMEuoe6WA1bMASwwdUfA86Vvl5Avcop { top:0rem;left:10.1875rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBS0V4EmDuasutUFd3dTHwInpwUyg2L { top:16.3125rem;left:18.8125rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDGt2lQeX3eGfpXgHPEvRhN1EKDFlETv { top:14.1875rem;left:18.8125rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRQC9bfBB5d0D2KHtIfmU4GNTr3XzkVa { top:12.5rem;left:10.25rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBU0q3JO0fb8D095JxWN6sDSkLEnEECl { top:12.5rem;left:17.78125rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeAG7CliWqELaARWehSTWZOVczfd4G4q { top:16.3125rem;left:12.34375rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwvr7Cw41TgVylaQxD7PSWbb0sVvv9QI { top:13.8125rem;left:12.34375rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKo7AIT2tWT9HVeUDgNTTNzK5d8Jl0oa { top:13.25rem;left:12.53125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbQrH8ag4KxH4dReBPFq20kT1Pn1X3Z { top:0rem;left:22.125rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggaFTKlAZwmHgFvgGRDt472pS7dORTaK { top:16.3125rem;left:30.75rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE9d7H7ThLmTirzntim8NgXylA2wIaSM { top:14.1875rem;left:30.75rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbzmKpwb2eKVGS7o0X0ppK3d1JQuMzTX { top:12.5rem;left:22.1875rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVwcaBUtLkIv0kouetZERm9nDikK1gM { top:12.5rem;left:29.71875rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srVrptpdeFVm0DtbeG3NmbTFTBGHTqhv { top:16.3125rem;left:24.28125rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIgwupLSDTAJQLu2zkdrQzErLryEGnxX { top:13.8125rem;left:24.28125rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRc3AzPeDAkEEmgW061Eo7yImFEN7CD0 { top:13.25rem;left:24.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6flBymUpa20I2FvArdpKAJa9D1EGt8 { top:0rem;left:34.0625rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvwb5SIzFrbI9DKJ0GPXwLadIosPtt4M { top:16.3125rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJm9unSIwadl3aOoZU9PBsdZLtbT8JQ { top:14.1875rem;left:42.6875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn4g1fwEC75lOwyVhb8tcsmtyuB9XPnB { top:12.5rem;left:34.125rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzNZnqTg0bvTCJF0q3q0NXXwDMgSdoZX { top:12.5rem;left:41.65625rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaxNOvD0nhqPrs0gDm5drWbXT8lOtf1M { top:16.3125rem;left:36.21875rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqqVy1L9wpBh7UTzrsIGKPRF6KIuDKTu { top:13.8125rem;left:36.21875rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBFRkT3aZ8bJoySJO5gu2fg9EErv9eaM { top:13.25rem;left:36.40625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSDQw1hUcugJkUT9Vm6AP6X7PqXI1dvT { top:0.3125rem;left:2.09375rem;width:9.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00ENokC3H8zS5AsT3LKgV1Uy9owDIVf { top:0.4375rem;left:13.1904296875rem;width:9.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK5JgTsEIAZsx1TTvEA1aauHnrV3lPns { top:0.5625rem;left:26.642319277108rem;width:6.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfZpVbPP8dzysvcZp8spgN74XUQWw0d2 { top:0.625rem;left:39.59375rem;width:4.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn { display:block; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mfxtka5aoSbQsTe6V9l2I3UkkLnG35Jr { top:16.3125rem;left:0.40625rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqw3Gm1mwaazHnaMtB6HvVHC6ydHw9vD { top:13.8125rem;left:0.40625rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoKfD81Jd83GO09T4cCpXUtnK695K8kV { top:13.25rem;left:0.59375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P58tDaDxUWdal9zGyx0FxA77VOOdLMcI { top:0rem;left:0rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP9e2dlbEeMoOaznfF9C5HTULeOST2zz { top:12.5rem;left:0rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArSXJvx9dH7MzM4DmbKSiwmdB4KynBaM { top:16.3125rem;left:6.875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmulCvdKGfHMz7MxdRVaXQJiuIe8nVM6 { top:14.1875rem;left:6.875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM45hfF5oIrOwmiROpFSq09R64PJzuai { top:12.5rem;left:5.84375rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8JCb72DhmLNZLmwvB4ySbXXxrEnfDT { top:0rem;left:10.1875rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGUroA5PfqQT5TvVtP30spVpxHievTc { top:16.3125rem;left:18.8125rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyMc3f9o9gFHSCVHSVdOHWCN7Z5DtQy { top:14.1875rem;left:18.8125rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1o3aToCvR4awaNHMTdQV4MWZN3UmQ3o { top:12.5rem;left:10.25rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xNmB9KuHdakG6LZVwcdney9Gx4GGmb { top:12.5rem;left:17.78125rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1ik2SlwGlPHhn7gpHGDBvGutP1Tg4P { top:16.3125rem;left:12.34375rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETayWberkgKqMvK6TRX1RwRJA2R6bxd { top:13.8125rem;left:12.34375rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4Gd7Gge7oC0DrXmyuxZS4sGEhXaTHR { top:13.25rem;left:12.53125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigifZsHbAC52oSPztenBQCNWszyX8kz { top:0rem;left:22.125rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0yu7FTXaylkzGrFCFgwllGRZas3Ilqs { top:16.3125rem;left:30.75rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCsNNPBCs9dOGW94DRoZhS5G7IykhAan { top:14.1875rem;left:30.75rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTUeUQKgLbUUOtiIpuR4IlqTTOXLDp6 { top:12.5rem;left:22.1875rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2mAIr04EWRawDDkyo4asS3GwhoCEHIz { top:12.5rem;left:29.71875rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7rvkDkPgIE4p2gQJRFLxXKUmVaDAfB { top:16.3125rem;left:24.28125rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI7sUfJcIiCwJUqGTrmaXauuQ6mfUNdS { top:13.8125rem;left:24.28125rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSABqav831I5mt5s4GmX7tR5V981UVG { top:13.25rem;left:24.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSKmGrUitQPg1fhwCoksCPhCzGND9dur { top:0.4375rem;left:2.84375rem;width:6.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeu9NqhrOiRz1Utwk8mfkbsy8zaByVvU { top:0.5625rem;left:14.28125rem;width:7.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfbL6LssWzK9tWb9P06w9OG7XUqI9XQq { top:0.8125rem;left:26.64208984375rem;width:6.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNkbIzgAtESw36kdfdT43NARlOaxOmq { top:0rem;left:34.0625rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKqam36xq7UNfi55PtzGf1dVT4TCtHQm { top:16.3125rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5MgZ8F4eKwTa8lt4h9Lv2SJ5OO75KK { top:14.1875rem;left:42.6875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIVHzSAE6sPXOMzUqw62HNTGCWmzZ0mD { top:12.5rem;left:34.125rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOC0hmgoBTug9zaeQWHw3U7lzRt07yc9 { top:1.8125rem;left:37.125rem;width:9.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqXDPagMs7QhU1Pxwx8QK1pIxiuVqGy { top:12.5rem;left:41.65625rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFU9PQnmhRTBW3BERoM487o1qVqE7aI { top:16.3125rem;left:36.21875rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WonHWKtP56Z0mnXfqUfhDMCSIAJTPTZE { top:13.8125rem;left:36.21875rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mosWzdy9aQu4ToDSZeMB1Cs6y6cL1R { top:13.25rem;left:36.40625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4rWBTh7BTZZDXczpesZEfaznzNIp2BH { display:block; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKTzPpDGKaDnzsS09sMnW8UPUsgSQniL { top:16.3125rem;left:0.40625rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQLMgf1MbsrnI3Nbi3VUtsKHuyxTzdfF { top:13.8125rem;left:0.40625rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxAVoCEJ8S2msAWigk9328Vo7BKJRTy { top:13.25rem;left:0.59375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtDhKRJcAUSeUk471lrcl8gUz0nVOOlt { top:0rem;left:0rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOuTNTNvQ9A7DyJ6l0XDbIDsULZ9nV4r { top:12.5rem;left:0rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slNFq6oBptDW01Ll8IFR2pc1EXwWtaSx { top:16.3125rem;left:6.875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrKAasRtZuRgtPVUQZLyn8Tn4kTAIfPg { top:14.1875rem;left:6.875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkOEcGAq9aoh6JaDkGuP8cTgmG3uf5FX { top:12.5rem;left:5.84375rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxByihkBTMI4KcX5nfP1JUb9DourcbN { top:0rem;left:10.1875rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrPr4u2NKZ5Q57MtgRDns8Bdyrm5GFB { top:16.3125rem;left:18.8125rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6s45rg0bsMATz91ER0Lgkc82PiA8k4 { top:14.1875rem;left:18.8125rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaAWpPw0oKczJPcI42QmhrPv3g5A1kW { top:12.5rem;left:10.25rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1vzHkKuRgOrgBEzhMni1VvHstAxEd2 { top:12.5rem;left:17.78125rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAke6QsnPuEqlmHJW3zMEu3g8hl2Z55U { top:16.3125rem;left:12.34375rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Qvb6QbDwlkGa5QIGox3cV58cPKxJtI { top:13.8125rem;left:12.34375rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnEcDCoH3kCcxON1bbXpwoITXidL0kP { top:13.25rem;left:12.53125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK6PHh9yg2423vihTNuKPHe5OPcNpwVZ { top:0rem;left:22.125rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8voBzrpT9d8QmXFh0JiLTKJGB3IF0bu { top:16.3125rem;left:30.75rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqmUsEld3CWvoMT5Ode72OkDQPNsTIIh { top:14.1875rem;left:30.75rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3yN5ozF67PBV7ZbWuozlethO2dlJ0HE { top:12.5rem;left:22.1875rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A643cJZw8MF9922uEFxDFw7IJRHwBhnc { top:12.5rem;left:29.71875rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTW6bSXDlxcwxrXxsTiLPV2VqVMeWT8 { top:16.3125rem;left:24.28125rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94ZbmZyyGoXMl3XHD8T6DZhKTPo3nM6 { top:13.8125rem;left:24.28125rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGWAxM1QChQMMeueEQFgDfSX4zNAac3 { top:13.25rem;left:24.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7GqcioaIB1OKLi6TdlrpJExGv2xvtZo { top:0.4375rem;left:2.84375rem;width:5.5625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFfoDVDcuSK5WEQyu64HnGNCnUHOszGt { top:0.5625rem;left:14.75rem;width:6.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JL3GVTN5R4P1dMV2GDQ9IZUpuluzFM { top:0.8125rem;left:26.64208984375rem;width:6.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkOhzfLDx6ta9D51FmyW0d8Gf2Wz86S { top:0rem;left:34.0625rem;width:13.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esaIkukBvflCaJmn51z2JETF4rt6xi4X { top:16.3125rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugR67Gt0zcyWvqNKgIxp6X6i33dXVaPA { top:14.1875rem;left:42.6875rem;width:5.0625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMBJ1tafwzgARKqIkZpgmUVbhxhshU6 { top:12.5rem;left:34.125rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehiSfsAM3DA2qVLZJp220no0qLnIGdte { top:0.8125rem;left:39.4375rem;width:4.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQnxMh8736drc5wNnC4yQyebfBJU66gF { top:12.5rem;left:41.65625rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAZrT7aKK9kqJ7wohSUoOyaLrFuTvg5 { top:16.3125rem;left:36.21875rem;width:3.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPcu81dZG3PpP6RFUPrdb1CpDNtiPz { top:13.8125rem;left:36.21875rem;width:2.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVb0IbrD1ZcTuT6ZF38dV18TFMgCt8v { top:13.25rem;left:36.40625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 { display:block; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woJiCX5EQGWwV3JUdrgNioiEJwOk0o8w { top:0rem;left:19.4375rem;width:28.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF59uJdsfMWaeBNTmmgtQSS4GTtZZ3VE { top:3.5rem;left:0rem;width:23.9375rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOUMDHfKWNkL3ie4wvRV3InT5xXhQexH { top:9.625rem;left:0rem;width:23.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIOWZc4HNb30VeDagz5yZDSuhoQe1D5S { width:23.9375rem;height:3.75rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOUzpQB1PFsmBTwpNmzcwPotdRqVghB { display:block; }
 }@media only screen and (max-width: 763px) { #Ht1HAeku6Ol26sJVviBeLA3RXS3irXBU { top:19.6875rem;left:0rem;width:23.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-regular-label { width:15.375rem;height:auto;display:block; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text { width:15.375rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-textarea { width:15.375rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select { width:15.375rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-checkbox-label { width:43.75rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-radio-label { width:7rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS  { width:45.125rem;height:auto;top:0.4375rem;left:0rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .radio-container { width:16rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS {display:inline-block;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS { width:45.125rem;height:auto;top:0.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #TyT8nC1fOn2Is5l6vhJ0Kh5KbNLiceyI {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #mJzdGEcJidQ89cnEOUMHoMR6UMSI8iUi { display:none; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #p0N9hzpvrrE8lgJCE05aIiTmHAbC9AXT {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #RiuXJXrDXrrTfzCazgiTozFLShmaivsr {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #pmyfg6KKx7RRAKhv5mK0rQqBhAB6eXmH { display:none; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #Mx9bon9NkZTVrJVrZiLDJcsOeKSdlTvl {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #QyV6hXTbtLBUyWXu7F9H8OQCqPOi6KN2 {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #SpyPRZtIrkc9ioXXvumCesfKpzl0WD7H {  }
 }@media only screen and (max-width: 763px) { #hi0PygwuWrhPl44muL0Wavv2dUaF369m { top:2.75rem;left:5.28125rem;width:37.1875rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE  { width:45.25rem;height:auto;top:12.375rem;left:0rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE {display:block;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE { width:45.25rem;height:auto;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww {  }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww .container-column{width:50%;} }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #FbTTKApNAPE7krh8pqRVM9WtaUvqmlQD {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XwIWL5veIu6MWw2vOhb22qqNDTVFSxDy {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #r6LHyTPLgwPmIJc9gTvUQW8ZNli3Vmsb {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #lDK0udZZ78HnoUV2QOxT9Zz91kOhf0iB {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #evAGZSICOFusuMvGmGXxE3b8GCKDpM9b {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #g9W2UqyUdBv6lv5cLBc2AqkemNtvSdJu {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #LQ9RIrCg8gJoWQP6zoGIsXAK6uKyLV2G {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #kq1h6DTTRpMBBhbuzx4X4vSmQooXzhFp {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #mPi42RhdGBcfumdkplCTKI102fPQwXco {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XiKqAU7PTkqTzuhhkRItXd7AmHIZ5IH7 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #sWdLNGarcNE4iAqTyc38Ig7mp8cwI9gC {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zpIl5KHo3Kk0bOKKTKfHsQnEyer5inwJ {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #IfNBugDaXSO9sS7qqXV1qLnGqF9tJsnw {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #THXLOxCMaMDNzVD5VWX8vD57BSRL9Tyi {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #goAaXdpNPQdMrJTd9cTM6hwQ9SLx27e3 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #T5inFvIvGexDpXsw03Rfk8IIVXwbPOZm { display:block; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zEnleAvqPvl558sChW93nenAlFZnZuFt {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aEQ3Ftc7BnEqNP2iPhDBJGZuJI2SpGqN {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ZkQCNz4Da8wO2LcVJ3GWbHgn2tJm8voK {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #TQQ8tUqm609moiUwnwQnXMgrMqozM1MI {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #J5we2MGSRkWTaoafcHWc2r2J514hX9RX {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #fEG2ZASIolGuGSzGt9TS9gzhqKU4lrCW {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ePP6iL5RbB35AWs8zQTJVmNzzbxgkCkq {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #uprxDwJv2RcGArGv8q8mDIaT1un0QzLI {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #CX1KfmR500zktDMfFIFZOX1oaeVKFCyv {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #A61xGFX62Xlvk2Qm0CecIkyBse1nISSE {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #e1uJiPwBVS8uGslPef8XUfT8ix5QxKsR {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #hPNe7AlpgIgqppfzLDqPuOtrFw9T94a2 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #RR2J3WCe5Wdva5Nv0yUzkax7vNz5Xozt {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #G7caDwNhSZayudbwV5W5NtrTVXyiG3Xa {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wqcr92ZXaLy1SMlZFBTOv0MV0DZdZyb5 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #EoPpHJywlv43JGIHWgsBVVgtFgLInKWE {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aMOItk23Wa9mVvlsIucJiLckJgIAirt7 {  }
 }@media only screen and (max-width: 763px) { #iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN { display:block; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfesRVs53kGWHB32ShJq7nW4kFIfrDUc { top:2.5625rem;left:0rem;width:23.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:10.3125rem;height:2.5rem;top:2.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:2.875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { width:2.4375rem;height:2.4375rem;top:2.375rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { width:1.5rem;height:1.5rem;top:2.8125rem;left:46.25rem;display:block; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #twpALlQzND87T2qMNTFHHXUCMOR55lZ5 { top:6.125rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya { position:relative;z-index:auto;display:block; }#Xze7Q17o7EJTn5xDpeGXf6JLAxHMSSya > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxphtQ039kJoPR7rXMafuEWQDf103Wc5 { width:15.375rem;height:1.25rem;top:1.78125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBUdxaON6XIVHQeFxb5clNBG4HIXdBy { width:1.4375rem;height:1.4375rem;top:2.25rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #necJbrTXU0P9HamnF4MTCwTUiZz56UBy { width:10rem;height:2.5rem;top:1.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTMQwrr851b9XeTcfB9efUa2vUnexTfn { display:block; }
 }@media only screen and (max-width: 763px) { #WhQ8DrBRZoKuVlaDPITbB1KRoiDXmlEz { width:14.125rem;height:3.125rem;top:4.625rem;left:2.9375rem;font-size:1rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #AxrrhhFJP0WxZO9w3E6MplN0GbL69w85 { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a273cd54-d2a0-4b00-8e31-42bb4e1e931c/01ShorewayExteriorAngleCROPPEDv1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:6rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:1.5996125rem;top:12.04345703125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.125rem;top:15.1591796875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #qczX0Iwmlch00TueXCQl3z3cG5hWAK7H { width:16rem;height:2.5996125rem;top:10.62109375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb { display:block; }#xWEc0ZUcMbpgnyGFeVBNKXWBE3M6vhvb > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv6nVyWG7IAnJyWdXEMQ7xfBmgmil4QC { width:18.75rem;height:2.19970625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcXwmFF29nbebrau8URgkykvazMonRK { width:18.9375rem;height:9.84375rem;top:12.5rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlEUhSC7mZWN5Toz5uzXw0hQLmthq1qW { width:19.1875rem;height:1.5rem;top:10.375rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mu6U7MGqCPBoFJsueywurfCuxAQSUTpN { width:20rem;height:1.5rem;top:29.34375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8fVhTzdGlMena5lcqHBAS8FkaK5BGi4 { width:18.625rem;height:7.03125rem;top:31.4375rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yl5yVNJwMLvyDTQJ09mC8c8ZSwlox5bd { width:19.25rem;height:3.75rem;top:81.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJ9M7ANWqfqG8h5AupTGA4Hfh3d0AQU { display:block; }
 }@media only screen and (max-width: 763px) { #fTDsNMDJ8aBoVsBTT13iIZZWJI6H14q2 { width:9.0625rem;height:1.5rem;top:44.75rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9BM7Kp3QhHV9eVA0NmuRQNEU9NMorU { width:17.5rem;height:4.21875rem;top:47rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBMpmAKJeukQsox3TgUx3UWFK9ImOIW { display:flex;width:5.125rem;height:4.8125rem;top:5.625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #E6ORdMhtBEZMVTLT2eCEyLq8RfhUsixg { display:flex;width:5.125rem;height:4.8125rem;top:24.53125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #RFkHo5Cin1P4xwOoy6y2Gx8LaouiPxf1 { display:flex;width:5.125rem;height:4.8125rem;top:39.25rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #mo2mQ2ECzUF4IyTAzVgO8HiwWB3CUKkl { display:flex;width:5.125rem;height:4.8125rem;top:53.0625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #NnCT7CZU9w8Tv3gSPa9qSTbXdSchv9aq { width:10.6875rem;height:1.5rem;top:57.875rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGkp9AmksvONEoniFW8XFHqxkmEbEAog { width:20rem;height:4.21875rem;top:60.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKria73WgaWerqRprWGZq9kX2g8oHDEB { display:flex;width:5.125rem;height:4.8125rem;top:66.96875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #ab968L9ietMaa62BGNt3kskaH38RUCiL { width:9.0625rem;height:1.5rem;top:72.90625rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Ec4gNWnp4AffTzBDdfq5c7mgEzS4WW { width:19.9375rem;height:4.21875rem;top:75.03125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVGBe40T64KbqoKuNVd73GluCioThEFX { display:none; }#XVGBe40T64KbqoKuNVd73GluCioThEFX > .row .container { width:20rem;height:18.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oh18VW67SvpXto58ZrFI9ETunTIcVTvl { width:20rem;height:3.625rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiiUrQMkkwskBvxapR6q63Ez8BPBhTil { width:14.125rem;height:3.4375rem;top:12.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT921heVHyTVJqAdI0SZQwOyiznrAFJ { display:block; }
 }@media only screen and (max-width: 763px) { #WBtT6hK3nmxwCWyyfkD3bZFEuA0ZX9Jz { width:18.5rem;height:2.5996125rem;top:6.65625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 { display:block; }#VwOi01r62NZ1vqxAtkdvNUtaP04aJeI8 > .row .container { width:20rem;height:129.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K33u2R8L3PJTgentFAJ6tiigshT2WXdh { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9IctlhbSTrPktG3749coUR515XzmL7 { width:18.9375rem;height:12.625rem;top:5.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QBZGFewNbExLuFGF9qNlJXmTealSe7 { width:18.8125rem;height:12.5rem;top:18.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHtOf92emQf3qaZpAOT5TRMRPvd5syVL { width:18.9375rem;height:12.625rem;top:101.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSRXN05MMZpD5bE5bh3BO3POvUxfrva { width:18.875rem;height:12.6875rem;top:87.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyG5r8qsNJuzJs2whSCSGmxuQztWXnb { width:18.8125rem;height:12.5rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyp8QrAd30ErGNNWa1ybE1GnJC2NUIk { width:18.8125rem;height:12.5rem;top:60.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4AH5SWakeHQV43xnGlZS7cDlHKP20PW { width:18.9375rem;height:12.625rem;top:32.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1T1sGHfvFTiJwTs6T2V5f4WZBhuevAZ { width:18.8125rem;height:12.5rem;top:74.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qruFfmAHnJLTNGFWBkqCXdclyBiNIzO3 { width:19rem;height:12.625rem;top:115.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF { display:block; }#iJzFivWTsrSzhb2EAQuxNdTFCQSD9RIF > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuPgG8PqQIROwEOf8pE1z9Hog3OinPS6 { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl { display:block; }#nVXemLyNynXQFWtZ8Cz9oOWbqiKGTTsl > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBF0VLEs4fGat4ABSLZ4dg0TWJPuOXnL { width:3.375rem;height:1.4624rem;top:17.5625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbykRFMbDMtVuztqBaxtFB7Q2qnP5rF { width:2.875rem;height:1.4624rem;top:15.0625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx0gZpdpoZcIzF6b6Z7X2suUgVtVXr8J { width:2.375rem;height:2.375rem;top:14.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdHxxNd3A19dXfHV9Z0kZpKtELZ5lVsK { width:13.5625rem;height:18.1875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEuKnIAS0Cq6OMuWMOf3PRmxaCRk2Gxu { width:13.625rem;height:0.0625rem;top:13.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzgrWpXU3zzIp9XMk1GpvtsPeKD4bew1 { width:5.0625rem;height:1.125rem;top:17.5625rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlebKoK4dHMfv2Lxixg69c2gXaZXARzx { width:5.0625rem;height:1.75rem;top:15.4375rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM6okDcG6mK1NwTvUEHLVl9dLfd7s4Qm { width:0.0625rem;height:5.8125rem;top:13.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBMEuoe6WA1bMASwwdUfA86Vvl5Avcop { width:13.5625rem;height:18.1875rem;top:20.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBS0V4EmDuasutUFd3dTHwInpwUyg2L { width:5.0625rem;height:1.125rem;top:37.125rem;left:10.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDGt2lQeX3eGfpXgHPEvRhN1EKDFlETv { width:5.0625rem;height:1.75rem;top:35rem;left:10.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRQC9bfBB5d0D2KHtIfmU4GNTr3XzkVa { width:13.625rem;height:0.0625rem;top:33.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBU0q3JO0fb8D095JxWN6sDSkLEnEECl { width:0.0625rem;height:5.8125rem;top:33.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeAG7CliWqELaARWehSTWZOVczfd4G4q { width:3.375rem;height:1.4624rem;top:37.125rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwvr7Cw41TgVylaQxD7PSWbb0sVvv9QI { width:2.875rem;height:1.4624rem;top:34.625rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKo7AIT2tWT9HVeUDgNTTNzK5d8Jl0oa { width:2.375rem;height:2.375rem;top:34.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbQrH8ag4KxH4dReBPFq20kT1Pn1X3Z { width:13.5625rem;height:18.1875rem;top:40.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggaFTKlAZwmHgFvgGRDt472pS7dORTaK { width:5.0625rem;height:1.125rem;top:56.6875rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE9d7H7ThLmTirzntim8NgXylA2wIaSM { width:5.0625rem;height:1.75rem;top:54.5625rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbzmKpwb2eKVGS7o0X0ppK3d1JQuMzTX { width:13.625rem;height:0.0625rem;top:52.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVwcaBUtLkIv0kouetZERm9nDikK1gM { width:0.0625rem;height:5.8125rem;top:52.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srVrptpdeFVm0DtbeG3NmbTFTBGHTqhv { width:3.375rem;height:1.4624rem;top:56.6875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIgwupLSDTAJQLu2zkdrQzErLryEGnxX { width:2.875rem;height:1.4624rem;top:54.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRc3AzPeDAkEEmgW061Eo7yImFEN7CD0 { width:2.375rem;height:2.375rem;top:53.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6flBymUpa20I2FvArdpKAJa9D1EGt8 { width:13.5625rem;height:18.1875rem;top:59.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvwb5SIzFrbI9DKJ0GPXwLadIosPtt4M { width:5.0625rem;height:1.125rem;top:76.25rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJm9unSIwadl3aOoZU9PBsdZLtbT8JQ { width:5.0625rem;height:1.75rem;top:74.125rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn4g1fwEC75lOwyVhb8tcsmtyuB9XPnB { width:13.625rem;height:0.0625rem;top:72.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzNZnqTg0bvTCJF0q3q0NXXwDMgSdoZX { width:0.0625rem;height:5.8125rem;top:72.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaxNOvD0nhqPrs0gDm5drWbXT8lOtf1M { width:3.375rem;height:1.4624rem;top:76.25rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqqVy1L9wpBh7UTzrsIGKPRF6KIuDKTu { width:2.875rem;height:1.4624rem;top:73.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBFRkT3aZ8bJoySJO5gu2fg9EErv9eaM { width:2.375rem;height:2.375rem;top:73.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSDQw1hUcugJkUT9Vm6AP6X7PqXI1dvT { width:8.8125rem;height:10.8125rem;top:2.125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00ENokC3H8zS5AsT3LKgV1Uy9owDIVf { width:9.0625rem;height:9.4375rem;top:21.75rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK5JgTsEIAZsx1TTvEA1aauHnrV3lPns { width:5.75rem;height:9.25rem;top:41.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfZpVbPP8dzysvcZp8spgN74XUQWw0d2 { width:4.375rem;height:10.875rem;top:60.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn { display:block; }#LpoPQKJvBVFFe0BnT7SvPPr0XQtqDPcn > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mfxtka5aoSbQsTe6V9l2I3UkkLnG35Jr { width:3.375rem;height:1.4624rem;top:17.5625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqw3Gm1mwaazHnaMtB6HvVHC6ydHw9vD { width:2.875rem;height:1.4624rem;top:15.0625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoKfD81Jd83GO09T4cCpXUtnK695K8kV { width:2.375rem;height:2.375rem;top:14.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P58tDaDxUWdal9zGyx0FxA77VOOdLMcI { width:13.5625rem;height:18.1875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP9e2dlbEeMoOaznfF9C5HTULeOST2zz { width:13.625rem;height:0.0625rem;top:13.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArSXJvx9dH7MzM4DmbKSiwmdB4KynBaM { width:5.0625rem;height:1.125rem;top:17.5625rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmulCvdKGfHMz7MxdRVaXQJiuIe8nVM6 { width:5.0625rem;height:1.75rem;top:15.4375rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM45hfF5oIrOwmiROpFSq09R64PJzuai { width:0.0625rem;height:5.8125rem;top:13.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8JCb72DhmLNZLmwvB4ySbXXxrEnfDT { width:13.5625rem;height:18.1875rem;top:20.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGUroA5PfqQT5TvVtP30spVpxHievTc { width:5.0625rem;height:1.125rem;top:37.125rem;left:10.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyMc3f9o9gFHSCVHSVdOHWCN7Z5DtQy { width:5.0625rem;height:1.75rem;top:35rem;left:10.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1o3aToCvR4awaNHMTdQV4MWZN3UmQ3o { width:13.625rem;height:0.0625rem;top:33.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xNmB9KuHdakG6LZVwcdney9Gx4GGmb { width:0.0625rem;height:5.8125rem;top:33.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1ik2SlwGlPHhn7gpHGDBvGutP1Tg4P { width:3.375rem;height:1.4624rem;top:37.125rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETayWberkgKqMvK6TRX1RwRJA2R6bxd { width:2.875rem;height:1.4624rem;top:34.625rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4Gd7Gge7oC0DrXmyuxZS4sGEhXaTHR { width:2.375rem;height:2.375rem;top:34.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigifZsHbAC52oSPztenBQCNWszyX8kz { width:13.5625rem;height:18.1875rem;top:40.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0yu7FTXaylkzGrFCFgwllGRZas3Ilqs { width:5.0625rem;height:1.125rem;top:56.6875rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCsNNPBCs9dOGW94DRoZhS5G7IykhAan { width:5.0625rem;height:1.75rem;top:54.5625rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTUeUQKgLbUUOtiIpuR4IlqTTOXLDp6 { width:13.625rem;height:0.0625rem;top:52.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2mAIr04EWRawDDkyo4asS3GwhoCEHIz { width:0.0625rem;height:5.8125rem;top:52.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7rvkDkPgIE4p2gQJRFLxXKUmVaDAfB { width:3.375rem;height:1.4624rem;top:56.6875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI7sUfJcIiCwJUqGTrmaXauuQ6mfUNdS { width:2.875rem;height:1.4624rem;top:54.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSABqav831I5mt5s4GmX7tR5V981UVG { width:2.375rem;height:2.375rem;top:53.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSKmGrUitQPg1fhwCoksCPhCzGND9dur { width:6rem;height:10.1875rem;top:1.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeu9NqhrOiRz1Utwk8mfkbsy8zaByVvU { width:7rem;height:10.25rem;top:21.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfbL6LssWzK9tWb9P06w9OG7XUqI9XQq { width:7rem;height:10.1875rem;top:41.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNkbIzgAtESw36kdfdT43NARlOaxOmq { width:13.5625rem;height:18.1875rem;top:59.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKqam36xq7UNfi55PtzGf1dVT4TCtHQm { width:5.0625rem;height:1.125rem;top:76.25rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5MgZ8F4eKwTa8lt4h9Lv2SJ5OO75KK { width:5.0625rem;height:1.75rem;top:74.125rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIVHzSAE6sPXOMzUqw62HNTGCWmzZ0mD { width:13.625rem;height:0.0625rem;top:72.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOC0hmgoBTug9zaeQWHw3U7lzRt07yc9 { width:10.25rem;height:8.4375rem;top:61.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqXDPagMs7QhU1Pxwx8QK1pIxiuVqGy { width:0.0625rem;height:5.8125rem;top:72.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFU9PQnmhRTBW3BERoM487o1qVqE7aI { width:3.375rem;height:1.4624rem;top:76.25rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WonHWKtP56Z0mnXfqUfhDMCSIAJTPTZE { width:2.875rem;height:1.4624rem;top:73.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mosWzdy9aQu4ToDSZeMB1Cs6y6cL1R { width:2.375rem;height:2.375rem;top:73.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4rWBTh7BTZZDXczpesZEfaznzNIp2BH { display:block; }#f4rWBTh7BTZZDXczpesZEfaznzNIp2BH > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKTzPpDGKaDnzsS09sMnW8UPUsgSQniL { width:3.375rem;height:1.4624rem;top:17.5625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQLMgf1MbsrnI3Nbi3VUtsKHuyxTzdfF { width:2.875rem;height:1.4624rem;top:15.0625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxAVoCEJ8S2msAWigk9328Vo7BKJRTy { width:2.375rem;height:2.375rem;top:14.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtDhKRJcAUSeUk471lrcl8gUz0nVOOlt { width:13.5625rem;height:18.1875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOuTNTNvQ9A7DyJ6l0XDbIDsULZ9nV4r { width:13.625rem;height:0.0625rem;top:13.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slNFq6oBptDW01Ll8IFR2pc1EXwWtaSx { width:5.0625rem;height:1.125rem;top:17.5625rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrKAasRtZuRgtPVUQZLyn8Tn4kTAIfPg { width:5.0625rem;height:1.75rem;top:15.4375rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkOEcGAq9aoh6JaDkGuP8cTgmG3uf5FX { width:0.0625rem;height:5.8125rem;top:13.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxByihkBTMI4KcX5nfP1JUb9DourcbN { width:13.5625rem;height:18.1875rem;top:20.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrPr4u2NKZ5Q57MtgRDns8Bdyrm5GFB { width:5.0625rem;height:1.125rem;top:37.125rem;left:10.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6s45rg0bsMATz91ER0Lgkc82PiA8k4 { width:5.0625rem;height:1.75rem;top:35rem;left:10.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaAWpPw0oKczJPcI42QmhrPv3g5A1kW { width:13.625rem;height:0.0625rem;top:33.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1vzHkKuRgOrgBEzhMni1VvHstAxEd2 { width:0.0625rem;height:5.8125rem;top:33.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAke6QsnPuEqlmHJW3zMEu3g8hl2Z55U { width:3.375rem;height:1.4624rem;top:37.125rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Qvb6QbDwlkGa5QIGox3cV58cPKxJtI { width:2.875rem;height:1.4624rem;top:34.625rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnEcDCoH3kCcxON1bbXpwoITXidL0kP { width:2.375rem;height:2.375rem;top:34.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK6PHh9yg2423vihTNuKPHe5OPcNpwVZ { width:13.5625rem;height:18.1875rem;top:40.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8voBzrpT9d8QmXFh0JiLTKJGB3IF0bu { width:5.0625rem;height:1.125rem;top:56.6875rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqmUsEld3CWvoMT5Ode72OkDQPNsTIIh { width:5.0625rem;height:1.75rem;top:54.5625rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3yN5ozF67PBV7ZbWuozlethO2dlJ0HE { width:13.625rem;height:0.0625rem;top:52.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A643cJZw8MF9922uEFxDFw7IJRHwBhnc { width:0.0625rem;height:5.8125rem;top:52.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTW6bSXDlxcwxrXxsTiLPV2VqVMeWT8 { width:3.375rem;height:1.4624rem;top:56.6875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94ZbmZyyGoXMl3XHD8T6DZhKTPo3nM6 { width:2.875rem;height:1.4624rem;top:54.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGWAxM1QChQMMeueEQFgDfSX4zNAac3 { width:2.375rem;height:2.375rem;top:53.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7GqcioaIB1OKLi6TdlrpJExGv2xvtZo { width:5.375rem;height:10.4375rem;top:1.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFfoDVDcuSK5WEQyu64HnGNCnUHOszGt { width:6.3125rem;height:10.1875rem;top:21.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JL3GVTN5R4P1dMV2GDQ9IZUpuluzFM { width:6.5625rem;height:10.3125rem;top:41.1875rem;left:6.73583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkOhzfLDx6ta9D51FmyW0d8Gf2Wz86S { width:13.5625rem;height:18.1875rem;top:59.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esaIkukBvflCaJmn51z2JETF4rt6xi4X { width:5.0625rem;height:1.125rem;top:76.25rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugR67Gt0zcyWvqNKgIxp6X6i33dXVaPA { width:5.0625rem;height:1.75rem;top:74.125rem;left:10.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMBJ1tafwzgARKqIkZpgmUVbhxhshU6 { width:13.625rem;height:0.0625rem;top:72.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehiSfsAM3DA2qVLZJp220no0qLnIGdte { width:4.6875rem;height:10rem;top:60.75rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQnxMh8736drc5wNnC4yQyebfBJU66gF { width:0.0625rem;height:5.8125rem;top:72.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAZrT7aKK9kqJ7wohSUoOyaLrFuTvg5 { width:3.375rem;height:1.4624rem;top:76.25rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPcu81dZG3PpP6RFUPrdb1CpDNtiPz { width:2.875rem;height:1.4624rem;top:73.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVb0IbrD1ZcTuT6ZF38dV18TFMgCt8v { width:2.375rem;height:2.375rem;top:73.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 { display:block; }#Ne7UZ36sIoV5sHFDF1DwX0xPnR39BTh5 > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woJiCX5EQGWwV3JUdrgNioiEJwOk0o8w { width:19.8125rem;height:21.625rem;top:1.0625rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF59uJdsfMWaeBNTmmgtQSS4GTtZZ3VE { width:20rem;height:5.19921875rem;top:24.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOUMDHfKWNkL3ie4wvRV3InT5xXhQexH { width:18rem;height:10.5rem;top:29.875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIOWZc4HNb30VeDagz5yZDSuhoQe1D5S { width:19rem;height:3.75rem;top:47.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOUzpQB1PFsmBTwpNmzcwPotdRqVghB { display:block; }
 }@media only screen and (max-width: 763px) { #Ht1HAeku6Ol26sJVviBeLA3RXS3irXBU { width:18.5rem;height:4.5rem;top:41.5rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { background-color:#ffffff;background-image:none;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-regular-label { width:16.75rem;height:auto;background-color:transparent;background-image:none;display:block; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text { width:16.75rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-textarea { width:16.75rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select { width:16.75rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-input-button { width:16.75rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-checkbox-label { width:16.0625rem;line-height:1.4;overflow:hidden;height:auto; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .widget-radio-label { width:7.6875rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS  { width:17.375rem;height:auto;top:5.099609375rem;left:0rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS .radio-container { width:17.375rem; }
#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS {display:inline-block;}#DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS { width:17.375rem;height:auto;top:5.099609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #TyT8nC1fOn2Is5l6vhJ0Kh5KbNLiceyI {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #mJzdGEcJidQ89cnEOUMHoMR6UMSI8iUi { display:none; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #p0N9hzpvrrE8lgJCE05aIiTmHAbC9AXT {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #RiuXJXrDXrrTfzCazgiTozFLShmaivsr {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #pmyfg6KKx7RRAKhv5mK0rQqBhAB6eXmH { display:none; }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #Mx9bon9NkZTVrJVrZiLDJcsOeKSdlTvl {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #QyV6hXTbtLBUyWXu7F9H8OQCqPOi6KN2 {  }
 }@media only screen and (max-width: 763px) { #DmBgMhvMUPHO8tlfWepiFi5QvSlSwZJS #SpyPRZtIrkc9ioXXvumCesfKpzl0WD7H {  }
 }@media only screen and (max-width: 763px) { #hi0PygwuWrhPl44muL0Wavv2dUaF369m { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE  { width:17.5rem;height:auto;top:7.5234390625rem;left:0rem; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE {display:block;}#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE { width:17.5rem;height:auto;top:7.5234390625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww {  }
#acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wgE8wUWzPBeJIOba1ya8kDKfGr9gtkww .container-column{width:50%;} }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #FbTTKApNAPE7krh8pqRVM9WtaUvqmlQD {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XwIWL5veIu6MWw2vOhb22qqNDTVFSxDy {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #r6LHyTPLgwPmIJc9gTvUQW8ZNli3Vmsb {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #lDK0udZZ78HnoUV2QOxT9Zz91kOhf0iB {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #evAGZSICOFusuMvGmGXxE3b8GCKDpM9b {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #g9W2UqyUdBv6lv5cLBc2AqkemNtvSdJu {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #LQ9RIrCg8gJoWQP6zoGIsXAK6uKyLV2G {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #kq1h6DTTRpMBBhbuzx4X4vSmQooXzhFp {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #mPi42RhdGBcfumdkplCTKI102fPQwXco {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #XiKqAU7PTkqTzuhhkRItXd7AmHIZ5IH7 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #sWdLNGarcNE4iAqTyc38Ig7mp8cwI9gC {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zpIl5KHo3Kk0bOKKTKfHsQnEyer5inwJ {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #IfNBugDaXSO9sS7qqXV1qLnGqF9tJsnw {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #THXLOxCMaMDNzVD5VWX8vD57BSRL9Tyi {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #goAaXdpNPQdMrJTd9cTM6hwQ9SLx27e3 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #T5inFvIvGexDpXsw03Rfk8IIVXwbPOZm { display:block; }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #zEnleAvqPvl558sChW93nenAlFZnZuFt {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aEQ3Ftc7BnEqNP2iPhDBJGZuJI2SpGqN {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ZkQCNz4Da8wO2LcVJ3GWbHgn2tJm8voK {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #TQQ8tUqm609moiUwnwQnXMgrMqozM1MI {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #J5we2MGSRkWTaoafcHWc2r2J514hX9RX {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #fEG2ZASIolGuGSzGt9TS9gzhqKU4lrCW {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #ePP6iL5RbB35AWs8zQTJVmNzzbxgkCkq {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #uprxDwJv2RcGArGv8q8mDIaT1un0QzLI {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #CX1KfmR500zktDMfFIFZOX1oaeVKFCyv {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #A61xGFX62Xlvk2Qm0CecIkyBse1nISSE {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #e1uJiPwBVS8uGslPef8XUfT8ix5QxKsR {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #hPNe7AlpgIgqppfzLDqPuOtrFw9T94a2 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #RR2J3WCe5Wdva5Nv0yUzkax7vNz5Xozt {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #G7caDwNhSZayudbwV5W5NtrTVXyiG3Xa {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #wqcr92ZXaLy1SMlZFBTOv0MV0DZdZyb5 {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #EoPpHJywlv43JGIHWgsBVVgtFgLInKWE {  }
 }@media only screen and (max-width: 763px) { #acNrhCu9SZlVrFwRyLATRFD5Ebc44hXE #aMOItk23Wa9mVvlsIucJiLckJgIAirt7 {  }
 }@media only screen and (max-width: 763px) { #iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN { display:block; }#iS4KFQAXBoDmXTSQnInz176fD3Q4eyxN > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfesRVs53kGWHB32ShJq7nW4kFIfrDUc { width:20rem;height:1.6875rem;top:18.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:8.625rem;height:2.5rem;top:4.287109375rem;left:5.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:1.912109375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { width:3.125rem;height:3.125rem;top:11.5556640625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { width:1.5rem;height:1.5rem;top:12.3681640625rem;left:9.25rem;display:block; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #twpALlQzND87T2qMNTFHHXUCMOR55lZ5 { width:17.3125rem;height:1.29980625rem;top:21.1181640625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }