.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f3f3f3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { 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:4rem;width:12.625rem;top:0.5rem;left:1.375rem;overflow:hidden;display:block; }
#CmUTSglkA1TUPxrWkcPut5qgSR7SRlml { background-color:#ff5f30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.28125rem;left:61.1875rem;display:block; }
#zCyx6ucFqNayPtDFX0lbWMPFIKgI5VEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iODugFA6ag18PThpda0WcOFKLDpchyQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/c604e00b-3b95-41d6-86dd-c35783daedf8/BGcinza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH.adaptive-delivery-prevent-bg, #iODugFA6ag18PThpda0WcOFKLDpchyQH.lazyload, #iODugFA6ag18PThpda0WcOFKLDpchyQH.lazyloading { background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { background-color: transparent; background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .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); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { border-width: 0; border-radius: 0; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { color:#333333;display:block;width:14.25rem;position:absolute;font-family:"arial black";font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.4375rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ghuyGE1MID5WBVmbFXyTL75WUFoNaUvl { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.8125rem;left:3.4375rem;display:block; }
#GfmGXedbhJ161v0F479O5HZTm8o9Z6wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQDhsaFLZ3xpic8wbZsW3XV05GZmcDd1 { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.58984375rem;left:3.4375rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#pVp9A81gWpRqVIuLLXxgNDqPVqUiTDT2 { box-sizing:content-box;height:3.1875rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:14.875rem;left:5.875rem;border-top:0.0625rem solid #14467c;border-left:0.0625rem solid #14467c;border-right:0.0625rem solid #14467c;border-bottom:0.0625rem solid #14467c;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.125rem;top:15.5rem;left:9.375rem;overflow:hidden;display:block; }
#JFZF3P2mW5Ky43P3c57MBQpcW8eAooAZ { box-sizing:content-box;height:3.1875rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:14.875rem;left:25.0625rem;border-top:0.0625rem solid #e03e52;border-left:0.0625rem solid #e03e52;border-right:0.0625rem solid #e03e52;border-bottom:0.0625rem solid #e03e52;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.5625rem;top:15.5rem;left:28.0625rem;overflow:hidden;display:block; }
#nwhIWnudK1CDyyVXLhIoeeqt5488pDUn { background-color:#ffa38b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.8125rem;left:22.5625rem;display:block; }
#rddAGEVbMh5ulcBiag22cp4pDX2ap2ar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpGfON9pNzpu2vu9XXCWDUa5dTfwcR03 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:26.25rem;top:3.96875rem;left:48.75rem;overflow:hidden;display:block; }
#qceRo964ccQIQg8RJ4lGuhthRhGWecuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0194bf;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; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { background-color: transparent; background-image: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container > .video-iframe-container { display: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container { display: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .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); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { border-width: 0; border-radius: 0; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#hos8tay9gr7BWKXRr1dJ4rcxOgZNePrl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:57.5625rem;top:2.15625rem;left:8.71875rem;overflow:hidden;display:block; }
#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm { position:relative;display:block; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm { background-color: transparent; background-image: none; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row .container > .video-iframe-container { display: none; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row > .video-iframe-container { display: none; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .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); }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm { border-width: 0; border-radius: 0; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .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; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sumbvlbm3SwX0JD3U1mnASCmaAAJaDxA { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.3730625rem;width:17.2480625rem;top:2.875rem;left:0.8125rem;display:block; }
#cvPvTfbtnyMSMoBkA937dQUQlnQCQwH0 { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:4.5rem;left:2rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7XW8ctHZeibzMPHkPLdFWN4vyi4Me9v { box-sizing:content-box;height:0.123046875rem;width:17.2480625rem;position:absolute;display:block;z-index:15041;background-color:#0194bf;background-image:none;top:7.25rem;left:0.8125rem;display:block; }
#JdafunmxzTdMNO94MvgGsVJDUBKBDi0U { color:#333333;display:block;width:17.3105625rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.875rem;left:0.8125rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7TtE6H84E8xMMiHxFL8C6LTDZxXwdJ3 { color:#0194bf;display:block;width:16.6855625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGQ81kL2fn9gOmKM3u35kgTzR6oAqn9L { color:#000000;display:block;width:17.3730625rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEyyriKcwoI3dfWIEqv8Tb0PMHMwkewh { color:#0194bf;display:block;width:17.3105625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFqShQTOqnGNPrm7yWTseECSyqrd4hwS { color:#0194bf;display:block;width:17.3105625rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpeuOWUnK24unOPVNJMhzAXHgm2OL4Tz { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6230625rem;height:2.49805rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:25.6875rem;left:4.125rem;display:block; }
#IAUMzlFdm3wXfbiLzZekW1CFwvqpmlaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXNcweg9A1rTl0FNFKRgtsEAJQMUIT4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74609375rem;width:2.74609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.125rem;left:14.4375rem; }
#aWLltkcMNxDVPV0x4A8yq8OSHzVaHh86 { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.371875rem;width:17.246875rem;top:2.9375rem;left:19.4375rem;display:block; }
#nyTGX5nUeE3oKzXfnL0NREiUW8LpIRuU { color:#333333;display:block;width:12.496875rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDBVcaRR2huv92NIASQMZTb8afLlgKux { box-sizing:content-box;height:0.121875rem;width:17.246875rem;position:absolute;display:block;z-index:15051;background-color:#0194bf;background-image:none;top:7.25rem;left:19.4375rem;display:block; }
#dKMhPq82U0Qia247TkItLhxOyVzc1N1c { color:#333333;display:block;width:17.309375rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.4375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfSsUMmS32PxLL0E99VUZf2Ac5v4I8sR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.7453125rem;width:2.7453125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:4.125rem;left:33.0625rem; }
#ROwoID9ZwyHZvFO0eVKsOlhP17BymLwL { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.3734375rem;width:17.2484375rem;top:2.9375rem;left:38.375rem;display:block; }
#qtPcEJMuiIBnxmzuiZottq8TvWNIDaMk { color:#333333;display:block;width:12.4984375rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:4.5rem;left:39.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rf2iUW4DWzOgAQU9IgAc1TPeZDBbHNBV { box-sizing:content-box;height:0.12421875rem;width:17.2484375rem;position:absolute;display:block;z-index:15041;background-color:#0194bf;background-image:none;top:7.25rem;left:38.375rem;display:block; }
#f2miIv78W2019lBJk8VUTEbqVGmHhMN0 { color:#333333;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.875rem;left:38.375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kt3nT3Pm3iR9JKt5Fc4utzdDZDmALz2l { color:#0194bf;display:block;width:16.684375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.4375rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA0FrA2Kgz2lBykKXG73BOG9x3DK6Dyc { color:#0194bf;display:block;width:16.6859375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H2ELxJmTptRZ92hfzOosiDzd3S9XHb59 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74765625rem;width:2.74765625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.125rem;left:52rem; }
#G3rpznAzxzOxaXu6DghHM9IpDiJ9aHWE { color:#000000;display:block;width:17.371875rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.5rem;left:19.375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEkhKRB1JBgIc9C1UhgcbtHfOdiFKRnT { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.3734375rem;width:17.2484375rem;top:2.9375rem;left:57.125rem;display:block; }
#Vgu0hHhF7NrTntEQGFBfdxVIeQaRfxnv { color:#0194bf;display:block;width:16.6859375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:13.4375rem;left:57.625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMwmWDTBZAidzXergx74AZ0qKfpiRvoz { color:#333333;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:9.875rem;left:57.0625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBFfKOpBdlnWQK8NWUeNJqq3NI79m2ru { box-sizing:content-box;height:0.12421875rem;width:17.2484375rem;position:absolute;display:block;z-index:15051;background-color:#0194bf;background-image:none;top:7.25rem;left:57.125rem;display:block; }
#kzMTTzmAMDQJyNXfMvlSCeDOG2BButs7 { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:11.4375rem;left:57.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cW2vAaFv3iwA0l9VXzwqb83vyPdZzUe7 { color:#000000;display:block;width:17.3734375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.5rem;left:38.3125rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l1TSdEoXJB4F6TmsyZKn7ErvhJKDsoUr { color:#000000;display:block;width:17.3734375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.5rem;left:57.0625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IA3JmyMTFV6hpUh8Kk6s9mC3Sh8LmMyH { color:#333333;display:block;width:12.4984375rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:4.5rem;left:58.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioMshglQsRbar9QH4h7ixxdyZi3833AF { color:#0194bf;display:block;width:17.309375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:19.875rem;left:19.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuhZTIb58JnqhHzecnhFTxgTKKdX2Pa5 { color:#0194bf;display:block;width:17.309375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:19.3125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO9aG1H7cUc7QdQPDsMP3TXHUHSLNKqA { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.0625rem;left:38.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ih4AOaa1o7AVrNMTir4ycMa1LkRhIJku { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:21.125rem;left:57.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1wkMBM4IB9ytWH3z20zvFAqUdv7VBVF { color:#0194bf;display:block;width:17.308625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:22.375rem;left:19.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTGQzDsm3HvxcUr7HiAU8cCn4CP4yyHa { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:22.9375rem;left:57.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXMZC9SOMJNUH58AcEFcH9Ofz0pPx7pc { color:#0194bf;display:block;width:17.308625rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:23.5625rem;left:19.3125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSUQPW4zZOxayaTafogHElMIbZI0VACK { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:23.25rem;left:38.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWIbxxLSzIaeadUpkkBO3PLcJdBWFeoQ { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.621875rem;height:2.496875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:25.6875rem;left:22.75rem;display:block; }
#XTuBAMB8cX5TMoxMCpzl8yR80xFJzA2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5NTCFNZMRvJnRCXGRmsBWAO23DL4gcA { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6234375rem;height:2.4984375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:25.6875rem;left:41.6875rem;display:block; }
#Fhz5BZ3pegWkuDSVoDWcaZ7qwPtn9fCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnT2TmHMmWSrNWfxmgWsSTm6T9eRB9ze { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6234375rem;height:2.4984375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:25.6875rem;left:60.5rem;display:block; }
#grVX9TCRwUNB7hFFee6n4pMGk6aRWr27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omZfTtimPTsrLEPEMHeKC5TTI1lqXvcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.7453125rem;width:2.7453125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:4.125rem;left:70.8125rem; }
#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV { position:relative;display:block; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV { background-color: transparent; background-image: none; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row .container > .video-iframe-container { display: none; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row > .video-iframe-container { display: none; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .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); }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV { border-width: 0; border-radius: 0; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .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; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t2B2J7eaVPrZEVVfcDFvdgBHIqk3Rfdc { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.374rem;width:17.249rem;top:2.875rem;left:0.8125rem;display:block; }
#cJRNVO8fmv6OgVGKe11Q8CR3yzQsGpeP { color:#0194bf;display:block;width:17.308625rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4Hh8vD5CNZcq2hPhMe2pkzuscQb2u1C { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.624rem;height:2.499025rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:25.6875rem;left:4.1875rem;display:block; }
#h8Et9tZRDB1vKU17MfLK0QmFJxLxWH3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6uTqmTK5gAuXGmLbAh9BKM3LcuCitFG { color:#0194bf;display:block;width:17.308625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:22.375rem;left:0.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIHbvQHz4CZtdEpNZC5X0FX4AZaRUbTE { color:#0194bf;display:block;width:17.3095625rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:21rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkMgmBFQNA9pB06RsAfTowJ8GT3WoRwq { color:#0194bf;display:block;width:17.3095625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOh4tzJRkTCApshKqTqf1w0TwbVfrFc1 { color:#000000;display:block;width:17.374rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGM4kWmW9KdXgxtgic5BFTTGuGqaf2u5 { color:#0194bf;display:block;width:16.6865rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5rB73ciaDwF2ANKNVNJB5TPX2Pp5AqP { color:#333333;display:block;width:17.3115rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:9.875rem;left:0.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiuG55sSKdzId192Gt4RUP5Sxh9IMtxH { color:#333333;display:block;width:12.499rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:4.5rem;left:2rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn3KvnWMMdEulTkZuvxy8dFT2unRZokH { box-sizing:content-box;height:0.12402375rem;width:17.249rem;position:absolute;display:block;z-index:15062;background-color:#0194bf;background-image:none;top:7.25rem;left:0.8125rem;display:block; }
#fQHiXmTzhmfDJLEiNIo2vIM4xCGcaTNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74609375rem;width:2.74609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:4.125rem;left:14.5rem; }
#Ta5wlX226AdlreewMJStUvONqbNsNhT7 { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:17.25rem;top:2.9375rem;left:19.4375rem;display:block; }
#U4OHxPGdEa4zVshU0OG2pOKrWmuaUUr1 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTiKVgkxOKTOo9SpJQTTCggCLnBXmczG { box-sizing:content-box;height:0.125rem;width:17.25rem;position:absolute;display:block;z-index:15061;background-color:#0194bf;background-image:none;top:7.25rem;left:19.4375rem;display:block; }
#Pe28nbJmSq5eMVoyx6MN2laTnJb5HEr0 { color:#333333;display:block;width:17.3125rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT6BVraZyTNTrOFbDTWAstb50uctZXey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.746875rem;width:2.746875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4.125rem;left:33.125rem; }
#mmvLnArXkozVsLiMir2O0OJ7sEPMwtpH { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:17.25rem;top:2.9375rem;left:38.125rem;display:block; }
#g2Qh4QseQ2Sb0iyKzONLtXRD2BPVlUNo { box-sizing:content-box;height:0.12421875rem;width:17.25rem;position:absolute;display:block;z-index:15071;background-color:#0194bf;background-image:none;top:7.25rem;left:38.125rem;display:block; }
#qTAFhT537hk4UlFhI0K7TJF8qJQMv90F { color:#333333;display:block;width:17.3116875rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:9.875rem;left:38.0625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VENevluWyvxHbDJ9MfT9sCc5lK5U1RUf { color:#0194bf;display:block;width:17.375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:13.4375rem;left:19.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7lIyTP75y7V3sKcVRR2rZWhrXQR8kcJ { color:#333333;display:block;width:12.4984375rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:4.5rem;left:39.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E87khLFFZ5wdqDRU7iyNdpf71TdgCfAd { color:#0194bf;display:block;width:17.3734375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.0625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DHgroxfT0oxkJaTAJsZ9UGRTANzPdmnV { color:#000000;display:block;width:17.375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:17.5rem;left:19.375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IK1xCQDZbIGQypoXF4oIU1pWoxMbfOdT { color:#000000;display:block;width:17.3734375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:17.5rem;left:38.0625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HA2dTRh3oZJvO03q5Tmvd09NEGx2N1dl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.746875rem;width:2.746875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:4.125rem;left:51.8125rem; }
#r4sa6C6Xv5cEAiOSHW5rP2dH0CbGgJUm { color:#0194bf;display:block;width:17.3125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:21.125rem;left:19.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwurSxHt1dWba3tVtELKa2EDS2CdIHRI { color:#0194bf;display:block;width:17.3116875rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:21.125rem;left:38.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuWrgSMllwGfXpeetHb9pA41bRgXFT4c { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.3734375rem;width:17.2484375rem;top:3rem;left:56.75rem;display:block; }
#tdbnVGNONohBs5NMCh7628JTOmOCryeI { box-sizing:content-box;height:0.12421875rem;width:17.2484375rem;position:absolute;display:block;z-index:15032;background-color:#0194bf;background-image:none;top:7.25rem;left:56.75rem;display:block; }
#WoyxwKDHxMJGyuOABeTP6dO39upHkEdF { color:#333333;display:block;width:17.8741875rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:9.875rem;left:56.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKizyBtGp0aDazc41ln4yk0QP3sUMzwO { color:#0194bf;display:block;width:16.6234375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:13.5rem;left:57.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZeAnFB1VhoafM4ObhfAZuiL95a3MvMqk { color:#000000;display:block;width:17.3734375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.5625rem;left:56.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#akPlbwZVvbbcPeXIy8WHwt9l5s3etOKs { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.0625rem;left:56.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coGbFanWbEkICCmlyPPuwTsnFTchh1Xu { color:#0194bf;display:block;width:17.3125rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:22.9375rem;left:19.4375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBpUXVcGQ64oyiW1r2UxSwaSJApQspWe { color:#333333;display:block;width:12.4984375rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DpPlDBhykWLKIkzzZUiVTeWaNKTTaPAL { color:#0194bf;display:block;width:17.3116875rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:22.9375rem;left:38.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRkOoSiF4r0oqCSw2xxntQHde34E1XM6 { color:#0194bf;display:block;width:17.3109375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:23.3125rem;left:56.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T09CpnqxZB9I5OdLynAen9nLChLtiqez { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:25.6875rem;left:22.8125rem;display:block; }
#eKOTUgumaFHHHenIgT8EBHIKO6XEqUtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4TWlKgN9wV6xTnW0Lhw2NCmrUV6P16T { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6234375rem;height:2.49921875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:25.6875rem;left:41.5rem;display:block; }
#bgdQXhJuKwJrQTGQ0HNGua21ZFm5TuuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkxnKT50Ui1zZD5E0TvnpG1N6CzLtdZr { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6234375rem;height:2.4984375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.75rem;left:60.125rem;display:block; }
#aXGl5xT54w4cWvHPnX71omX00IpweZ1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fROUc9EzD42BmpSRkxFQxPPISWp7dyKb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74765625rem;width:2.74765625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.1875rem;left:70.375rem; }
#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 { position:relative;display:block; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 { background-color: transparent; background-image: none; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row .container > .video-iframe-container { display: none; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row > .video-iframe-container { display: none; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .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); }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 { border-width: 0; border-radius: 0; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .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; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JQMD1Uc7yglwnGSmiFvQR53bm5sv8wkT { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.374rem;width:17.249rem;top:2.9375rem;left:0.75rem;display:block; }
#W22tUVqky4ahLZUtUHd94o6hVkWyran0 { color:#333333;display:block;width:12.499rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ucw4rTb8gzDFBbTWmtFc0CSBbklrU8iQ { box-sizing:content-box;height:0.12402375rem;width:17.249rem;position:absolute;display:block;z-index:15042;background-color:#0194bf;background-image:none;top:7.1875rem;left:0.75rem;display:block; }
#TFvdbhFXE3t2BD9ZXoWhuF4Ivcqkr6Nz { color:#333333;display:block;width:17.874rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUKCryz7PX9Q6P4MRJcE0OUlmZVSsdIS { color:#0194bf;display:block;width:16.624rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ufhzZ8a2mLsPVPGdR6oStuyEzuOuoQ00 { color:#000000;display:block;width:17.374rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cm77TOuq7ZZQpWO2zQE7ZmOeL9boJrKu { color:#0194bf;display:block;width:17.3115rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21rem;left:0.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmTfwlCR073cRJRBFRaUBKQso1D6Ccai { color:#0194bf;display:block;width:17.3115rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6Dcp8dd4ZuDpkseF1GunUMS8okZnBIb { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.624rem;height:2.499025rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:25.6875rem;left:4.125rem;display:block; }
#i24ihKTISO5cPf83ltb9WooaMDOkiSmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQMG1tmhDAUZkE3zFdpEluUe71rWyGec { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74805rem;width:2.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.125rem;left:14.375rem; }
#TOiaKJPpD5NRp0uxlkhXIDRIpfTrx9TL { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:17.25rem;top:2.9375rem;left:19.4375rem;display:block; }
#tMmbhpZH3xJRuIeFiMEZ8MOA5NtVmTu4 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfZByhukOLO0Gtipw0riM5c5CyCaRNlE { box-sizing:content-box;height:0.125rem;width:17.25rem;position:absolute;display:block;z-index:15052;background-color:#0194bf;background-image:none;top:7.25rem;left:19.4375rem;display:block; }
#JqC0MhwtayX9BHCUTyHfzq6lUkt1N7ww { color:#333333;display:block;width:17.875rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.1875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3QNevSwC8Satugad6ITBPLBqgCkS8u3 { color:#0194bf;display:block;width:16.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:13.4375rem;left:19.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8nBlhaTf1POBKXfd1NgNkfQmJt1K397 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.5rem;left:19.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbzXtu4naSStpeXe0JNXKKdMbWq6AfxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74765625rem;width:2.74765625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:4.125rem;left:33.0625rem; }
#MFM0dRtSOzEFDtcZAKG1cfruZVH0AwiK { color:#0194bf;display:block;width:17.3125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:21rem;left:19.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLe2TEGDSfqdgNrqnnABT9A0nayVE2Cu { color:#0194bf;display:block;width:17.3125rem;position:absolute;font-family:gotham;font-size:0.75rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:23.25rem;left:19.5rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMemEa0I1gh6REi5axLmiqezfC02ezlf { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:25.6875rem;left:22.8125rem;display:block; }
#ncySRuqsPfFV2S5xVTE7NFE16tPya5QJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl { position:relative;display:block; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl { background-color: transparent; background-image: none; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row .container > .video-iframe-container { display: none; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row > .video-iframe-container { display: none; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .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); }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl { border-width: 0; border-radius: 0; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .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; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qimpJstsPDqTday2Wppp9907FerXk5iE { background-color:#0194bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.25rem;left:28.75rem;display:block; }
#XmE0UofAgNHR96gvQ4M1y7W6G7p2Vbww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffa38b;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; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { background-color: transparent; background-image: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container > .video-iframe-container { display: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container { display: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .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); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { border-width: 0; border-radius: 0; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { 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:5.0625rem;width:61rem;top:2.03125rem;left:7rem;overflow:hidden;display:block; }
#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB { position:relative;display:block; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB { background-color: transparent; background-image: none; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row .container > .video-iframe-container { display: none; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row > .video-iframe-container { display: none; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .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); }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB { border-width: 0; border-radius: 0; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .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; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FaosF4hKSAm26gbQs3Q9WASyngBBB6I3 { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.3125rem;left:1.25rem;display:block; }
#EbmHM7S0cx9QaSaigixotxn2zeVRAtmn { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15062;background-color:#ffa38b;background-image:none;top:6.6875rem;left:3.0625rem;display:block; }
#Mg6XKAiRL3ukc3fEW3OzWDG9eqb6MroI { color:#333333;display:block;width:18.8125rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rX0JF7J9GolPmbCf1BVL0WGaNzbLXiBO { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOeXRhPyC9N1owpNFqc7cWIHZXyXJ9nZ { color:#ffa38b;display:block;width:18.812125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:12.0625rem;left:3rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOaS0c71MN1xvPwI5wCLAQheDzr1F2mN { color:#333333;display:block;width:19.562375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gdk1Q379X7hQtBuXMFATWVShd5V75gb1 { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBsE3Z8J04JeDsB74zL9lyxxxmghLbUE { color:#333333;display:block;width:19.562125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:23.375rem;left:2.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cBZDFTIDOdViHR8JzABUMKKICtGdBaxv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:3.6875rem;left:19.125rem; }
#MGlKKTUol2248xE0ZgOAtZcDR7KBV2O3 { background-color:#ffa38b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:25.4375rem;left:7.125rem;display:block; }
#MH4PuFScTKO5y1N2Xe2bnWFuDlq3uOeK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsqguauLUKkug60xJ1ZQhyk1uU8ZsznX { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.3125rem;left:26.25rem;display:block; }
#CfkLDZ3TqUOJzTcT7oXwqyeKz3hzSMWX { background-color:#ffa38b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:25.4375rem;left:32.125rem;display:block; }
#iISGK6qQwrpWyCScsNw33BRgbSPyy3af { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cO3ayBria0aZHllSx7z6hU3LPdBey9V1 { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.04970741272rem;left:27.655166625976rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#fQgTgrep9lZDp27o3AQuiawiaxUUDXSN { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:20.75rem;left:26.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmz1g4CHmzlTZRA6QbtFvlctUVG80tI3 { color:#ffa38b;display:block;width:18.812125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhXy4tVBymVXpDxfXNyzaoVPon09xtAQ { color:#333333;display:block;width:19.562375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:16.625rem;left:27.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qyfTTRl3ThOcNhtTU1uMDI0JXrONSDiI { color:#333333;display:block;width:18.8125rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:8.6875rem;left:28.0625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TW5zlIF4MsqUK4gybm17kp3myI3kWoDy { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15072;background-color:#ffa38b;background-image:none;top:6.6875rem;left:28.0625rem;display:block; }
#uIBXZ21F154kNDybvWglL8aRpmyc8Ln8 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:4.125rem;left:31.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA6BZzSdK0FlK29dzdiWH6FbqsX4u3vn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:3.6875rem;left:44.125rem; }
#ViySAuW7syeOohwFzsCNhhBR1Xt3odds { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.374125rem;width:22.5rem;top:2.3125rem;left:51.25rem;display:block; }
#TkVmQavggREzXtWnH68C7f8RKhSpZXGe { box-sizing:content-box;height:0.186631875rem;width:18.75rem;position:absolute;display:block;z-index:15062;background-color:#ffa38b;background-image:none;top:6.6875rem;left:53.0625rem;display:block; }
#bXegZMRQRoIsmm6bkqnZqmmNTntz9pBM { color:#333333;display:block;width:18.811875rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:8.6875rem;left:53.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPsUMfqNtvyRZca5avfA498KmTB5CzAO { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:4.125rem;left:56.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXGQpF7cMN827BOGc0Hug0M6yKqzRtyS { color:#ffa38b;display:block;width:18.811875rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:12.0625rem;left:53rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXPPk3ir3XDfJ8GI5MtkX4fCALeZr7Ni { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:16.625rem;left:52.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RAgdrI2hBbT8nqlznq32clKqW0vfazEO { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4ylsqIzZKgdgTl2ig44nRzR7pOds3dz { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:22.0625rem;left:52.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#S2tt8ElRtXeRXSmTxEsyyQlq4wyOvCwi { background-color:#9e9f9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:25.4375rem;left:57.125rem;display:block; }
#Row9gmFbb4WNpkKULP8Al9fIX9lqcrzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQ31yyoFMInwz0L3Ff4NSBy119wtpW9G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:4.3125rem;left:69.125rem; }
#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm { position:relative;display:block; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm { background-color: transparent; background-image: none; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row .container > .video-iframe-container { display: none; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row > .video-iframe-container { display: none; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .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); }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm { border-width: 0; border-radius: 0; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .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; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WSUVD1u85nZkwReJCwdNDQCn71myFBWi { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.3125rem;left:1.25rem;display:block; }
#ulkeI4vWTmJIcsoL7Vi0fXfIgPz5ri3d { background-color:#9e9f9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:25.4375rem;left:7.125rem;display:block; }
#bdBs3eWTMB9PslNdHFlaiGMuGAvqNovq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OINCWf9VldEmIVQ9TeOOeBhaPLEO5sqx { color:#333333;display:block;width:19.562125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.375rem;left:27.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:none; }
#UzgKcvN6m9JWH4XDhtIHsGEzKDvk1NG8 { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:20.75rem;left:26.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iC6LdnJhAgTNxasfgbp0BwFFlf4bLbWT { color:#ffa38b;display:block;width:18.812125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:12.0625rem;left:3rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIMMcCxSNAMDViDsC6XxnKcv6zVkG1zQ { color:#333333;display:block;width:19.562375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#zgqi3xeNaa9abfvR9fLDAeF0As1yrra2 { color:#333333;display:block;width:18.8125rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IITNvXhvfFUSxN5TKab1NOgTNF1mT7ke { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15072;background-color:#ffa38b;background-image:none;top:6.6875rem;left:3.0625rem;display:block; }
#MqP4vIpn6mvp8a4tdoMp4Br8chduGIX4 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXbnLTadccVhWXag5n6BLq0xJbJUtroS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:3.6875rem;left:19.125rem; }
#Cdk5yG2GuVgMWEk5ggOTWkeLSz2S42f0 { position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.3125rem;left:26.25rem;display:block; }
#IreWJJKDrUVoqKNAhgFL2iXkGiAVAlbz { background-color:#ffa38b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:25.4375rem;left:32.125rem;display:block; }
#gNTBTRKpTq4RfoD9TnOc8Xh8FIlVwMp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qs1i2o2kVE0rezdxT0QPp5BgJJeP5UOq { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:22.358947753906rem;left:27.718101501465rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#GWhlk34TqLNJssXbVUXdvRr7bxgnfN58 { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:20.75rem;left:26.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xysD9m3ZnOcODoLQcoOHccwZTccHxZ8z { color:#ffa38b;display:block;width:18.812125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCTgDswbIEGulQq2lKfECUltrBhzLZfK { color:#333333;display:block;width:15.1248125rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:16.624349594116rem;left:29.874134063721rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Hi5qKNRNXOSW9gsTBqLEcMhPhvmweVCS { color:#333333;display:block;width:18.8125rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:8.6875rem;left:28.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEPTs3Thq9vuHI5Dfm1usmw1KsF4BGnq { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15082;background-color:#ffa38b;background-image:none;top:6.6875rem;left:28.0625rem;display:block; }
#HCr7JhNwkx8AmhGQanUpmUvrVCHeGX0D { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:4.125rem;left:31.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STy83JI4ThilIinUe01G1VLPVHuG6OUn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:3.6875rem;left:44.125rem; }
#EgibxWQCyBDI32sMov3FbFUkruCp3xaR { position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.374125rem;width:22.5rem;top:2.3125rem;left:51.25rem;display:block; }
#zVPcUqZHnvr8osFrCClpGc8rpFSMITmK { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"arial black";font-size:1.5625rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:4.125rem;left:56.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrDm5BVFiqeeu9aBR0Tkl1TeBXbL9pa0 { box-sizing:content-box;height:0.186631875rem;width:18.75rem;position:absolute;display:block;z-index:15082;background-color:#ffa38b;background-image:none;top:6.6875rem;left:53.0625rem;display:block; }
#C7KGQMbcTOvyc1xtMHNtrhhGv3Qq1Pdx { color:#333333;display:block;width:18.811875rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:8.6875rem;left:53.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M70WR3IEP4FDldh2ch0GItitgZTuQ1eq { color:#ffa38b;display:block;width:18.811875rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:12.0625rem;left:53rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvgOAIF7x6Ss7qbJtDQIKCui4wfUeDfS { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:16.625rem;left:52.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#BKOLSBZwLp1W56ySobOiuOdNt6eQzhbz { color:#ffa38b;display:block;width:22.5rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:20.75rem;left:51.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0bObk8PqmHAiZL9v5VpsHM8Xb0VTinp { color:#333333;display:block;width:19.561625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:23.375rem;left:52.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#NREXFks20kN965hxdSb9RRolIq7nvFB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:3.6875rem;left:69.125rem; }
#SKR5X6A184uxB34sNKXnQ8ghpvAi8qln { background-color:#9e9f9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:25.4375rem;left:57.125rem;display:block; }
#Q66Bdd8POU6znbqSs2FxlvFwofhwfzM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF { position:relative;display:block; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF { background-color: transparent; background-image: none; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row .container > .video-iframe-container { display: none; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row > .video-iframe-container { display: none; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .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); }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF { border-width: 0; border-radius: 0; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .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; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDHpMFdeV7Mqzt1pu0XEnnUB2SfBq4GO { background-color:#ffa38b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.8125rem;left:28.75rem;display:block; }
#FMHH1wLvIRQqCftUSSSNJ2XGZpZCXa42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE { position:relative;display:block; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE { background-color: transparent; background-image: none; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row .container > .video-iframe-container { display: none; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row > .video-iframe-container { display: none; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .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); }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE { border-width: 0; border-radius: 0; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .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; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fBUUegUhzUQrM2BPSCgp5t2UA2pA8Phq { color:#000000;display:block;width:26.25rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5rem;left:24.375rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#D4DfKEfNb0XhwvyUIoTDdFhSqMJ8cyOX { 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:5.5625rem;width:18.875rem;top:2.875rem;left:28.0625rem;overflow:hidden;display:block; }
#wTOSwM1TMTWPPuR1veqkFoNVTHg8e0Te { background-color:#ff5f30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:10.375rem;left:28.75rem;display:block; }
#qlHVyRAmdDfC1EcUB9psIBLf2UxSxlFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5f30;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; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { background-color: transparent; background-image: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container > .video-iframe-container { display: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container { display: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .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); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { border-width: 0; border-radius: 0; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#B4zACsEMmt6hZbJ1NQwOrfX0EGS0WpTO { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.13606875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JTCNklySnwX4lJ7dzMikarRGvLATLqdu { 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:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#Z05b5SRQXFiuiKVSaMTwDQPo78mZ1wll { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#ZQqcIb9RT7B5zHzpavN2pwH6pnrsoa2l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { 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:4rem;width:12.625rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:12.625rem;height:4rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUTSglkA1TUPxrWkcPut5qgSR7SRlml { width:11.125rem;height:2.4375rem;top:1.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCyx6ucFqNayPtDFX0lbWMPFIKgI5VEa { display:block; }
 }@media only screen and (max-width: 763px) { #iODugFA6ag18PThpda0WcOFKLDpchyQH { display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { width:14.25rem;height:2.75rem;top:4.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghuyGE1MID5WBVmbFXyTL75WUFoNaUvl { width:17.5rem;height:3.4375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmGXedbhJ161v0F479O5HZTm8o9Z6wT { display:block; }
 }@media only screen and (max-width: 763px) { #SQDhsaFLZ3xpic8wbZsW3XV05GZmcDd1 { width:41.875rem;height:2.875rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVp9A81gWpRqVIuLLXxgNDqPVqUiTDT2 { width:12.5rem;height:3.1875rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { width:6.125rem;height:2.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZF3P2mW5Ky43P3c57MBQpcW8eAooAZ { width:12.5rem;height:3.1875rem;top:14.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { width:6.5625rem;height:2.125rem;top:15.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwhIWnudK1CDyyVXLhIoeeqt5488pDUn { width:17.5rem;height:3.4375rem;top:19.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddAGEVbMh5ulcBiag22cp4pDX2ap2ar { display:block; }
 }@media only screen and (max-width: 763px) { #KpGfON9pNzpu2vu9XXCWDUa5dTfwcR03 { width:26.25rem;height:20.125rem;top:3.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceRo964ccQIQg8RJ4lGuhthRhGWecuD { display:block; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hos8tay9gr7BWKXRr1dJ4rcxOgZNePrl { width:47.75rem;height:3.9921281216069rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm { display:block; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sumbvlbm3SwX0JD3U1mnASCmaAAJaDxA { width:17.1875rem;height:27.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvPvTfbtnyMSMoBkA937dQUQlnQCQwH0 { width:12.4375rem;height:2rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XW8ctHZeibzMPHkPLdFWN4vyi4Me9v { width:17.1875rem;height:0.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdafunmxzTdMNO94MvgGsVJDUBKBDi0U { width:17.25rem;height:1.5rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TtE6H84E8xMMiHxFL8C6LTDZxXwdJ3 { width:16.625rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQ81kL2fn9gOmKM3u35kgTzR6oAqn9L { width:17.3125rem;height:0.9375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEyyriKcwoI3dfWIEqv8Tb0PMHMwkewh { width:17.25rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFqShQTOqnGNPrm7yWTseECSyqrd4hwS { width:17.25rem;height:0.9375rem;top:23.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeuOWUnK24unOPVNJMhzAXHgm2OL4Tz { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUMzlFdm3wXfbiLzZekW1CFwvqpmlaC { display:block; }
 }@media only screen and (max-width: 763px) { #vXNcweg9A1rTl0FNFKRgtsEAJQMUIT4k { width:2.6875rem;height:2.6875rem;top:4.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLltkcMNxDVPV0x4A8yq8OSHzVaHh86 { width:17.1875rem;height:27.3125rem;top:2.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTGX5nUeE3oKzXfnL0NREiUW8LpIRuU { width:12.4375rem;height:2rem;top:4.5rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDBVcaRR2huv92NIASQMZTb8afLlgKux { width:17.1875rem;height:0.0625rem;top:7.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKMhPq82U0Qia247TkItLhxOyVzc1N1c { width:17.25rem;height:1.5rem;top:9.875rem;left:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSsUMmS32PxLL0E99VUZf2Ac5v4I8sR { width:2.6875rem;height:2.6875rem;top:4.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROwoID9ZwyHZvFO0eVKsOlhP17BymLwL { width:17.1875rem;height:27.3125rem;top:2.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtPcEJMuiIBnxmzuiZottq8TvWNIDaMk { width:12.4375rem;height:2rem;top:4.5rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf2iUW4DWzOgAQU9IgAc1TPeZDBbHNBV { width:17.1875rem;height:0.0625rem;top:7.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2miIv78W2019lBJk8VUTEbqVGmHhMN0 { width:17.25rem;height:1.5rem;top:9.875rem;left:18.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3nT3Pm3iR9JKt5Fc4utzdDZDmALz2l { width:16.625rem;height:1.25rem;top:13.4375rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA0FrA2Kgz2lBykKXG73BOG9x3DK6Dyc { width:16.625rem;height:2.5625rem;top:13.4375rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ELxJmTptRZ92hfzOosiDzd3S9XHb59 { width:2.6875rem;height:2.6875rem;top:4.125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rpznAzxzOxaXu6DghHM9IpDiJ9aHWE { width:17.3125rem;height:0.9375rem;top:17.5rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEkhKRB1JBgIc9C1UhgcbtHfOdiFKRnT { width:17.1875rem;height:27.3125rem;top:2.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgu0hHhF7NrTntEQGFBfdxVIeQaRfxnv { width:16.625rem;height:2.5625rem;top:13.4375rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMwmWDTBZAidzXergx74AZ0qKfpiRvoz { width:17.25rem;height:1.5rem;top:9.875rem;left:30.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFfKOpBdlnWQK8NWUeNJqq3NI79m2ru { width:17.1875rem;height:0.0625rem;top:7.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMTTzmAMDQJyNXfMvlSCeDOG2BButs7 { width:17.25rem;height:0.9375rem;top:11.4375rem;left:30.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2vAaFv3iwA0l9VXzwqb83vyPdZzUe7 { width:17.3125rem;height:0.9375rem;top:17.5rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TSdEoXJB4F6TmsyZKn7ErvhJKDsoUr { width:17.3125rem;height:0.9375rem;top:17.5rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA3JmyMTFV6hpUh8Kk6s9mC3Sh8LmMyH { width:12.4375rem;height:2rem;top:4.5rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioMshglQsRbar9QH4h7ixxdyZi3833AF { width:17.25rem;height:1.25rem;top:19.875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuhZTIb58JnqhHzecnhFTxgTKKdX2Pa5 { width:17.25rem;height:0.9375rem;top:21.0625rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO9aG1H7cUc7QdQPDsMP3TXHUHSLNKqA { width:17.25rem;height:1.25rem;top:21.0625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih4AOaa1o7AVrNMTir4ycMa1LkRhIJku { width:17.25rem;height:1.25rem;top:21.125rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1wkMBM4IB9ytWH3z20zvFAqUdv7VBVF { width:17.25rem;height:1.25rem;top:22.375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGQzDsm3HvxcUr7HiAU8cCn4CP4yyHa { width:17.25rem;height:0.9375rem;top:22.9375rem;left:30.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXMZC9SOMJNUH58AcEFcH9Ofz0pPx7pc { width:17.25rem;height:0.9375rem;top:23.5625rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSUQPW4zZOxayaTafogHElMIbZI0VACK { width:17.25rem;height:0.9375rem;top:23.25rem;left:18.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIbxxLSzIaeadUpkkBO3PLcJdBWFeoQ { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTuBAMB8cX5TMoxMCpzl8yR80xFJzA2g { display:block; }
 }@media only screen and (max-width: 763px) { #e5NTCFNZMRvJnRCXGRmsBWAO23DL4gcA { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhz5BZ3pegWkuDSVoDWcaZ7qwPtn9fCN { display:block; }
 }@media only screen and (max-width: 763px) { #CnT2TmHMmWSrNWfxmgWsSTm6T9eRB9ze { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVX9TCRwUNB7hFFee6n4pMGk6aRWr27 { display:block; }
 }@media only screen and (max-width: 763px) { #omZfTtimPTsrLEPEMHeKC5TTI1lqXvcX { width:2.6875rem;height:2.6875rem;top:4.125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV { display:block; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2B2J7eaVPrZEVVfcDFvdgBHIqk3Rfdc { width:17.1875rem;height:27.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRNVO8fmv6OgVGKe11Q8CR3yzQsGpeP { width:17.25rem;height:0.9375rem;top:23.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Hh8vD5CNZcq2hPhMe2pkzuscQb2u1C { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Et9tZRDB1vKU17MfLK0QmFJxLxWH3e { display:block; }
 }@media only screen and (max-width: 763px) { #f6uTqmTK5gAuXGmLbAh9BKM3LcuCitFG { width:17.25rem;height:1.25rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHbvQHz4CZtdEpNZC5X0FX4AZaRUbTE { width:17.25rem;height:0.9375rem;top:21rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMgmBFQNA9pB06RsAfTowJ8GT3WoRwq { width:17.25rem;height:1.25rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOh4tzJRkTCApshKqTqf1w0TwbVfrFc1 { width:17.3125rem;height:0.9375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGM4kWmW9KdXgxtgic5BFTTGuGqaf2u5 { width:16.625rem;height:1.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rB73ciaDwF2ANKNVNJB5TPX2Pp5AqP { width:17.25rem;height:1.5rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiuG55sSKdzId192Gt4RUP5Sxh9IMtxH { width:12.4375rem;height:2rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3KvnWMMdEulTkZuvxy8dFT2unRZokH { width:17.1875rem;height:0.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHiXmTzhmfDJLEiNIo2vIM4xCGcaTNl { width:2.6875rem;height:2.6875rem;top:4.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5wlX226AdlreewMJStUvONqbNsNhT7 { width:17.25rem;height:27.375rem;top:2.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4OHxPGdEa4zVshU0OG2pOKrWmuaUUr1 { width:12.5rem;height:2rem;top:4.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiKVgkxOKTOo9SpJQTTCggCLnBXmczG { width:17.25rem;height:0.125rem;top:7.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe28nbJmSq5eMVoyx6MN2laTnJb5HEr0 { width:17.3125rem;height:1.5rem;top:9.875rem;left:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6BVraZyTNTrOFbDTWAstb50uctZXey { width:2.6875rem;height:2.6875rem;top:4.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmvLnArXkozVsLiMir2O0OJ7sEPMwtpH { width:17.25rem;height:27.375rem;top:2.9375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Qh4QseQ2Sb0iyKzONLtXRD2BPVlUNo { width:17.25rem;height:0.0625rem;top:7.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTAFhT537hk4UlFhI0K7TJF8qJQMv90F { width:17.25rem;height:1.5rem;top:9.875rem;left:18.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VENevluWyvxHbDJ9MfT9sCc5lK5U1RUf { width:17.375rem;height:1.25rem;top:13.4375rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lIyTP75y7V3sKcVRR2rZWhrXQR8kcJ { width:12.4375rem;height:2rem;top:4.5rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E87khLFFZ5wdqDRU7iyNdpf71TdgCfAd { width:17.3125rem;height:2.5625rem;top:13.4375rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHgroxfT0oxkJaTAJsZ9UGRTANzPdmnV { width:17.375rem;height:0.9375rem;top:17.5rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK1xCQDZbIGQypoXF4oIU1pWoxMbfOdT { width:17.3125rem;height:0.9375rem;top:17.5rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2dTRh3oZJvO03q5Tmvd09NEGx2N1dl { width:2.6875rem;height:2.6875rem;top:4.125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4sa6C6Xv5cEAiOSHW5rP2dH0CbGgJUm { width:17.3125rem;height:1.25rem;top:21.125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwurSxHt1dWba3tVtELKa2EDS2CdIHRI { width:17.25rem;height:1.25rem;top:21.125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWrgSMllwGfXpeetHb9pA41bRgXFT4c { width:17.1875rem;height:27.3125rem;top:3rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdbnVGNONohBs5NMCh7628JTOmOCryeI { width:17.1875rem;height:0.0625rem;top:7.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoyxwKDHxMJGyuOABeTP6dO39upHkEdF { width:17.8125rem;height:1.5rem;top:9.875rem;left:29.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKizyBtGp0aDazc41ln4yk0QP3sUMzwO { width:16.5625rem;height:1.25rem;top:13.5rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAnFB1VhoafM4ObhfAZuiL95a3MvMqk { width:17.3125rem;height:0.9375rem;top:17.5625rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPlbwZVvbbcPeXIy8WHwt9l5s3etOKs { width:17.25rem;height:1.25rem;top:21.0625rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coGbFanWbEkICCmlyPPuwTsnFTchh1Xu { width:17.3125rem;height:0.9375rem;top:22.9375rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpUXVcGQ64oyiW1r2UxSwaSJApQspWe { width:12.4375rem;height:2rem;top:4.5625rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPlDBhykWLKIkzzZUiVTeWaNKTTaPAL { width:17.25rem;height:0.9375rem;top:22.9375rem;left:18.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRkOoSiF4r0oqCSw2xxntQHde34E1XM6 { width:17.25rem;height:0.9375rem;top:23.3125rem;left:30.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09CpnqxZB9I5OdLynAen9nLChLtiqez { width:10.625rem;height:2.5rem;top:25.6875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKOTUgumaFHHHenIgT8EBHIKO6XEqUtp { display:block; }
 }@media only screen and (max-width: 763px) { #T4TWlKgN9wV6xTnW0Lhw2NCmrUV6P16T { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgdQXhJuKwJrQTGQ0HNGua21ZFm5TuuF { display:block; }
 }@media only screen and (max-width: 763px) { #BkxnKT50Ui1zZD5E0TvnpG1N6CzLtdZr { width:10.5625rem;height:2.4375rem;top:25.75rem;left:36.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXGl5xT54w4cWvHPnX71omX00IpweZ1I { display:block; }
 }@media only screen and (max-width: 763px) { #fROUc9EzD42BmpSRkxFQxPPISWp7dyKb { width:2.6875rem;height:2.6875rem;top:4.1875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v45Ap1hHa3poD68bLa5I96rU2hehT8v9 { display:block; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQMD1Uc7yglwnGSmiFvQR53bm5sv8wkT { width:17.1875rem;height:27.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W22tUVqky4ahLZUtUHd94o6hVkWyran0 { width:12.4375rem;height:2rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucw4rTb8gzDFBbTWmtFc0CSBbklrU8iQ { width:17.1875rem;height:0.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvdbhFXE3t2BD9ZXoWhuF4Ivcqkr6Nz { width:17.8125rem;height:1.5rem;top:9.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUKCryz7PX9Q6P4MRJcE0OUlmZVSsdIS { width:16.5625rem;height:2.5625rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhzZ8a2mLsPVPGdR6oStuyEzuOuoQ00 { width:17.3125rem;height:0.9375rem;top:17.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm77TOuq7ZZQpWO2zQE7ZmOeL9boJrKu { width:17.25rem;height:1.25rem;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTfwlCR073cRJRBFRaUBKQso1D6Ccai { width:17.25rem;height:0.9375rem;top:23.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Dcp8dd4ZuDpkseF1GunUMS8okZnBIb { width:10.5625rem;height:2.4375rem;top:25.6875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24ihKTISO5cPf83ltb9WooaMDOkiSmF { display:block; }
 }@media only screen and (max-width: 763px) { #NQMG1tmhDAUZkE3zFdpEluUe71rWyGec { width:2.6875rem;height:2.6875rem;top:4.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOiaKJPpD5NRp0uxlkhXIDRIpfTrx9TL { width:17.25rem;height:27.375rem;top:2.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmbhpZH3xJRuIeFiMEZ8MOA5NtVmTu4 { width:12.5rem;height:2rem;top:4.5rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfZByhukOLO0Gtipw0riM5c5CyCaRNlE { width:17.25rem;height:0.125rem;top:7.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqC0MhwtayX9BHCUTyHfzq6lUkt1N7ww { width:17.875rem;height:1.5rem;top:9.875rem;left:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3QNevSwC8Satugad6ITBPLBqgCkS8u3 { width:16.625rem;height:1.25rem;top:13.4375rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nBlhaTf1POBKXfd1NgNkfQmJt1K397 { width:17.375rem;height:1.9375rem;top:17.5rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbzXtu4naSStpeXe0JNXKKdMbWq6AfxP { width:2.6875rem;height:2.6875rem;top:4.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFM0dRtSOzEFDtcZAKG1cfruZVH0AwiK { width:17.3125rem;height:1.25rem;top:21rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLe2TEGDSfqdgNrqnnABT9A0nayVE2Cu { width:17.3125rem;height:0.9375rem;top:23.25rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMemEa0I1gh6REi5axLmiqezfC02ezlf { width:10.625rem;height:2.5rem;top:25.6875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncySRuqsPfFV2S5xVTE7NFE16tPya5QJ { display:block; }
 }@media only screen and (max-width: 763px) { #xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl { display:block; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qimpJstsPDqTday2Wppp9907FerXk5iE { width:17.5rem;height:3.4375rem;top:3.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE0UofAgNHR96gvQ4M1y7W6G7p2Vbww { display:block; }
 }@media only screen and (max-width: 763px) { #VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { display:block; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { width:47.75rem;height:3.9628586065574rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB { display:block; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaosF4hKSAm26gbQs3Q9WASyngBBB6I3 { width:22.5rem;height:27.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbmHM7S0cx9QaSaigixotxn2zeVRAtmn { width:18.75rem;height:0.1875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg6XKAiRL3ukc3fEW3OzWDG9eqb6MroI { width:18.75rem;height:1.75rem;top:8.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX0JF7J9GolPmbCf1BVL0WGaNzbLXiBO { width:12.5rem;height:2rem;top:4.125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeXRhPyC9N1owpNFqc7cWIHZXyXJ9nZ { width:18.75rem;height:2.875rem;top:12rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOaS0c71MN1xvPwI5wCLAQheDzr1F2mN { width:19.5rem;height:1.25rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdk1Q379X7hQtBuXMFATWVShd5V75gb1 { width:22.5rem;height:1.25rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsE3Z8J04JeDsB74zL9lyxxxmghLbUE { width:19.5rem;height:1.25rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZDFTIDOdViHR8JzABUMKKICtGdBaxv { width:2.75rem;height:2.75rem;top:3.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGlKKTUol2248xE0ZgOAtZcDR7KBV2O3 { width:10.625rem;height:2.5rem;top:25.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH4PuFScTKO5y1N2Xe2bnWFuDlq3uOeK { display:block; }
 }@media only screen and (max-width: 763px) { #hsqguauLUKkug60xJ1ZQhyk1uU8ZsznX { width:22.5rem;height:27.375rem;top:2.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfkLDZ3TqUOJzTcT7oXwqyeKz3hzSMWX { width:10.625rem;height:2.5rem;top:25.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISGK6qQwrpWyCScsNw33BRgbSPyy3af { display:block; }
 }@media only screen and (max-width: 763px) { #cO3ayBria0aZHllSx7z6hU3LPdBey9V1 { width:19.5rem;height:1.25rem;top:22rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgTgrep9lZDp27o3AQuiawiaxUUDXSN { width:22.5rem;height:1.25rem;top:20.75rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmz1g4CHmzlTZRA6QbtFvlctUVG80tI3 { width:18.75rem;height:1.4375rem;top:12rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXy4tVBymVXpDxfXNyzaoVPon09xtAQ { width:19.5rem;height:1.25rem;top:16.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyfTTRl3ThOcNhtTU1uMDI0JXrONSDiI { width:18.8125rem;height:1.75rem;top:8.6875rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5zlIF4MsqUK4gybm17kp3myI3kWoDy { width:18.75rem;height:0.1875rem;top:6.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBXZ21F154kNDybvWglL8aRpmyc8Ln8 { width:12.5rem;height:2rem;top:4.125rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6BZzSdK0FlK29dzdiWH6FbqsX4u3vn { width:2.75rem;height:2.75rem;top:3.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViySAuW7syeOohwFzsCNhhBR1Xt3odds { width:22.5rem;height:27.3125rem;top:2.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVmQavggREzXtWnH68C7f8RKhSpZXGe { width:18.75rem;height:0.125rem;top:6.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXegZMRQRoIsmm6bkqnZqmmNTntz9pBM { width:18.75rem;height:1.75rem;top:8.6875rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPsUMfqNtvyRZca5avfA498KmTB5CzAO { width:12.5rem;height:2rem;top:4.125rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGQpF7cMN827BOGc0Hug0M6yKqzRtyS { width:18.75rem;height:2.875rem;top:12.0625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXPPk3ir3XDfJ8GI5MtkX4fCALeZr7Ni { width:19.5rem;height:1.25rem;top:16.625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAgdrI2hBbT8nqlznq32clKqW0vfazEO { width:22.5rem;height:1.25rem;top:20.75rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ylsqIzZKgdgTl2ig44nRzR7pOds3dz { width:19.5rem;height:1.25rem;top:22.0625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2tt8ElRtXeRXSmTxEsyyQlq4wyOvCwi { width:10.625rem;height:2.5rem;top:25.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Row9gmFbb4WNpkKULP8Al9fIX9lqcrzC { display:block; }
 }@media only screen and (max-width: 763px) { #gQ31yyoFMInwz0L3Ff4NSBy119wtpW9G { width:2.6875rem;height:2.6875rem;top:4.3125rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm { display:block; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSUVD1u85nZkwReJCwdNDQCn71myFBWi { width:22.5rem;height:27.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulkeI4vWTmJIcsoL7Vi0fXfIgPz5ri3d { width:10.625rem;height:2.5rem;top:25.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBs3eWTMB9PslNdHFlaiGMuGAvqNovq { display:block; }
 }@media only screen and (max-width: 763px) { #OINCWf9VldEmIVQ9TeOOeBhaPLEO5sqx { width:19.5rem;height:1.25rem;top:23.375rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzgKcvN6m9JWH4XDhtIHsGEzKDvk1NG8 { width:22.5rem;height:1.25rem;top:20.75rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6LdnJhAgTNxasfgbp0BwFFlf4bLbWT { width:18.75rem;height:2.875rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIMMcCxSNAMDViDsC6XxnKcv6zVkG1zQ { width:19.5rem;height:1.25rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgqi3xeNaa9abfvR9fLDAeF0As1yrra2 { width:18.75rem;height:1.75rem;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITNvXhvfFUSxN5TKab1NOgTNF1mT7ke { width:18.75rem;height:0.125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqP4vIpn6mvp8a4tdoMp4Br8chduGIX4 { width:12.5rem;height:2rem;top:4.125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXbnLTadccVhWXag5n6BLq0xJbJUtroS { width:2.6875rem;height:2.6875rem;top:3.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdk5yG2GuVgMWEk5ggOTWkeLSz2S42f0 { width:22.5rem;height:27.3125rem;top:2.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IreWJJKDrUVoqKNAhgFL2iXkGiAVAlbz { width:10.625rem;height:2.5rem;top:25.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNTBTRKpTq4RfoD9TnOc8Xh8FIlVwMp2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qs1i2o2kVE0rezdxT0QPp5BgJJeP5UOq { width:19.5rem;height:1.25rem;top:22.3125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWhlk34TqLNJssXbVUXdvRr7bxgnfN58 { width:22.5rem;height:1.25rem;top:20.75rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysD9m3ZnOcODoLQcoOHccwZTccHxZ8z { width:18.75rem;height:2.875rem;top:12.0625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCTgDswbIEGulQq2lKfECUltrBhzLZfK { width:15.0625rem;height:2.5625rem;top:16.5625rem;left:16.186634063721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5qKNRNXOSW9gsTBqLEcMhPhvmweVCS { width:18.75rem;height:1.75rem;top:8.6875rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEPTs3Thq9vuHI5Dfm1usmw1KsF4BGnq { width:18.75rem;height:0.125rem;top:6.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr7JhNwkx8AmhGQanUpmUvrVCHeGX0D { width:12.5rem;height:2rem;top:4.125rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STy83JI4ThilIinUe01G1VLPVHuG6OUn { width:2.6875rem;height:2.6875rem;top:3.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgibxWQCyBDI32sMov3FbFUkruCp3xaR { width:22.5rem;height:27.3125rem;top:2.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPcUqZHnvr8osFrCClpGc8rpFSMITmK { width:12.5rem;height:2rem;top:4.125rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDm5BVFiqeeu9aBR0Tkl1TeBXbL9pa0 { width:18.75rem;height:0.125rem;top:6.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7KGQMbcTOvyc1xtMHNtrhhGv3Qq1Pdx { width:18.75rem;height:1.75rem;top:8.6875rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70WR3IEP4FDldh2ch0GItitgZTuQ1eq { width:18.75rem;height:2.875rem;top:12.0625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvgOAIF7x6Ss7qbJtDQIKCui4wfUeDfS { width:19.5rem;height:1.25rem;top:16.625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOLSBZwLp1W56ySobOiuOdNt6eQzhbz { width:22.5rem;height:1.25rem;top:20.75rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0bObk8PqmHAiZL9v5VpsHM8Xb0VTinp { width:19.5rem;height:1.25rem;top:23.375rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREXFks20kN965hxdSb9RRolIq7nvFB9 { width:2.6875rem;height:2.6875rem;top:3.6875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKR5X6A184uxB34sNKXnQ8ghpvAi8qln { width:10.625rem;height:2.5rem;top:25.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66Bdd8POU6znbqSs2FxlvFwofhwfzM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF { display:block; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDHpMFdeV7Mqzt1pu0XEnnUB2SfBq4GO { width:17.5rem;height:3.4375rem;top:2.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMHH1wLvIRQqCftUSSSNJ2XGZpZCXa42 { display:block; }
 }@media only screen and (max-width: 763px) { #oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE { display:block; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBUUegUhzUQrM2BPSCgp5t2UA2pA8Phq { width:26.25rem;height:1.25rem;top:15.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4DfKEfNb0XhwvyUIoTDdFhSqMJ8cyOX { width:18.875rem;height:5.5625rem;top:2.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOSwM1TMTWPPuR1veqkFoNVTHg8e0Te { width:17.5rem;height:3.4375rem;top:10.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlHVyRAmdDfC1EcUB9psIBLf2UxSxlFo { display:block; }
 }@media only screen and (max-width: 763px) { #wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { display:block; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4zACsEMmt6hZbJ1NQwOrfX0EGS0WpTO { width:34.8125rem;height:1.13671875rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCNklySnwX4lJ7dzMikarRGvLATLqdu { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z05b5SRQXFiuiKVSaMTwDQPo78mZ1wll { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqcIb9RT7B5zHzpavN2pwH6pnrsoa2l { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { width:12.625rem;height:4rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.6247863769531rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:9.125rem;height:2.875rem;top:1.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUTSglkA1TUPxrWkcPut5qgSR7SRlml { width:9.1875rem;height:2.1875rem;top:5.4375rem;left:5.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCyx6ucFqNayPtDFX0lbWMPFIKgI5VEa { display:block; }
 }@media only screen and (max-width: 763px) { #iODugFA6ag18PThpda0WcOFKLDpchyQH { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/47e6fffc-b63d-4ce1-bf59-3388dc72c048/BGcinzamobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH.adaptive-delivery-prevent-bg, #iODugFA6ag18PThpda0WcOFKLDpchyQH.lazyload, #iODugFA6ag18PThpda0WcOFKLDpchyQH.lazyloading { background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { background-color: transparent; background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .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); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { border-width: 0; border-radius: 0; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { width:12.5rem;height:2.59874375rem;top:3.625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghuyGE1MID5WBVmbFXyTL75WUFoNaUvl { width:17.5rem;height:3.4375rem;top:20.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmGXedbhJ161v0F479O5HZTm8o9Z6wT { display:block; }
 }@media only screen and (max-width: 763px) { #SQDhsaFLZ3xpic8wbZsW3XV05GZmcDd1 { width:14.375rem;height:5.6803375rem;top:8.771484375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVp9A81gWpRqVIuLLXxgNDqPVqUiTDT2 { width:12.5rem;height:3.1875rem;top:16.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { width:6.125rem;height:2.125rem;top:16.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZF3P2mW5Ky43P3c57MBQpcW8eAooAZ { width:12.5rem;height:3.1875rem;top:25.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { width:6.5625rem;height:2.125rem;top:26.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwhIWnudK1CDyyVXLhIoeeqt5488pDUn { width:17.5rem;height:3.4375rem;top:30.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddAGEVbMh5ulcBiag22cp4pDX2ap2ar { display:block; }
 }@media only screen and (max-width: 763px) { #KpGfON9pNzpu2vu9XXCWDUa5dTfwcR03 { width:20rem;height:15.332rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceRo964ccQIQg8RJ4lGuhthRhGWecuD { display:block; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { width:20rem;height:3.2953348632813rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hos8tay9gr7BWKXRr1dJ4rcxOgZNePrl { width:20rem;height:1.671875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm { display:block; }#LWgwwsFX4yyDC5sobsaTt46LtJKRKuIm > .row .container { width:20rem;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sumbvlbm3SwX0JD3U1mnASCmaAAJaDxA { width:17.25rem;height:27.375rem;top:1.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvPvTfbtnyMSMoBkA937dQUQlnQCQwH0 { width:12.4984375rem;height:1.625rem;top:3.375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XW8ctHZeibzMPHkPLdFWN4vyi4Me9v { width:17.25rem;height:0.1234375rem;top:6.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdafunmxzTdMNO94MvgGsVJDUBKBDi0U { width:17.3109375rem;height:1.54375rem;top:8.75rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TtE6H84E8xMMiHxFL8C6LTDZxXwdJ3 { width:17.3734375rem;height:1.3rem;top:12.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQ81kL2fn9gOmKM3u35kgTzR6oAqn9L { width:17.3734375rem;height:1.21875rem;top:15.8125rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEyyriKcwoI3dfWIEqv8Tb0PMHMwkewh { width:17.3109375rem;height:1.3rem;top:19.9375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFqShQTOqnGNPrm7yWTseECSyqrd4hwS { width:17.3109375rem;height:0.975rem;top:22.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeuOWUnK24unOPVNJMhzAXHgm2OL4Tz { width:10.6234375rem;height:2.4984375rem;top:24.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUMzlFdm3wXfbiLzZekW1CFwvqpmlaC { display:block; }
 }@media only screen and (max-width: 763px) { #vXNcweg9A1rTl0FNFKRgtsEAJQMUIT4k { display:flex;width:2.6859375rem;height:2.6859375rem;top:3rem;left:14.8125rem; }
 }@media only screen and (max-width: 763px) { #aWLltkcMNxDVPV0x4A8yq8OSHzVaHh86 { width:17.1859375rem;height:27.3109375rem;top:30.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTGX5nUeE3oKzXfnL0NREiUW8LpIRuU { width:12.4359375rem;height:1.625rem;top:31.9375rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDBVcaRR2huv92NIASQMZTb8afLlgKux { width:17.1859375rem;height:0.0609375rem;top:34.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKMhPq82U0Qia247TkItLhxOyVzc1N1c { width:17.25rem;height:1.54375rem;top:37.3125rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSsUMmS32PxLL0E99VUZf2Ac5v4I8sR { display:flex;width:2.6859375rem;height:2.6859375rem;top:31.5625rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #ROwoID9ZwyHZvFO0eVKsOlhP17BymLwL { width:17.25rem;height:27.375rem;top:59.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtPcEJMuiIBnxmzuiZottq8TvWNIDaMk { width:12.4984375rem;height:1.625rem;top:60.9375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf2iUW4DWzOgAQU9IgAc1TPeZDBbHNBV { width:17.25rem;height:0.1234375rem;top:63.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2miIv78W2019lBJk8VUTEbqVGmHhMN0 { width:17.3109375rem;height:1.54375rem;top:66.3125rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3nT3Pm3iR9JKt5Fc4utzdDZDmALz2l { width:16.6234375rem;height:1.3rem;top:40.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA0FrA2Kgz2lBykKXG73BOG9x3DK6Dyc { width:17.3734375rem;height:1.3rem;top:69.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ELxJmTptRZ92hfzOosiDzd3S9XHb59 { display:flex;width:2.6859375rem;height:2.6859375rem;top:60.5625rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #G3rpznAzxzOxaXu6DghHM9IpDiJ9aHWE { width:17.3109375rem;height:1.21875rem;top:44.375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEkhKRB1JBgIc9C1UhgcbtHfOdiFKRnT { width:17.25rem;height:27.375rem;top:88.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgu0hHhF7NrTntEQGFBfdxVIeQaRfxnv { width:17.3734375rem;height:1.3rem;top:99.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMwmWDTBZAidzXergx74AZ0qKfpiRvoz { width:17.3109375rem;height:1.54375rem;top:94.875rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBFfKOpBdlnWQK8NWUeNJqq3NI79m2ru { width:17.25rem;height:0.1234375rem;top:92.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMTTzmAMDQJyNXfMvlSCeDOG2BButs7 { width:17.3109375rem;height:0.975rem;top:97.0625rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2vAaFv3iwA0l9VXzwqb83vyPdZzUe7 { width:17.3734375rem;height:1.21875rem;top:73.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1TSdEoXJB4F6TmsyZKn7ErvhJKDsoUr { width:17.3734375rem;height:1.21875rem;top:102.9375rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IA3JmyMTFV6hpUh8Kk6s9mC3Sh8LmMyH { width:12.4984375rem;height:1.625rem;top:90.125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioMshglQsRbar9QH4h7ixxdyZi3833AF { width:17.25rem;height:1.3rem;top:47.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuhZTIb58JnqhHzecnhFTxgTKKdX2Pa5 { width:17.25rem;height:0.975rem;top:48.5rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO9aG1H7cUc7QdQPDsMP3TXHUHSLNKqA { width:17.3109375rem;height:1.3rem;top:77.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih4AOaa1o7AVrNMTir4ycMa1LkRhIJku { width:17.3109375rem;height:1.3rem;top:106.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1wkMBM4IB9ytWH3z20zvFAqUdv7VBVF { width:17.25rem;height:1.3rem;top:49.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGQzDsm3HvxcUr7HiAU8cCn4CP4yyHa { width:17.3109375rem;height:0.975rem;top:108.5625rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXMZC9SOMJNUH58AcEFcH9Ofz0pPx7pc { width:17.25rem;height:0.975rem;top:51rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSUQPW4zZOxayaTafogHElMIbZI0VACK { width:17.3109375rem;height:0.975rem;top:79.6875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIbxxLSzIaeadUpkkBO3PLcJdBWFeoQ { width:10.5609375rem;height:2.4375rem;top:53.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTuBAMB8cX5TMoxMCpzl8yR80xFJzA2g { display:block; }
 }@media only screen and (max-width: 763px) { #e5NTCFNZMRvJnRCXGRmsBWAO23DL4gcA { width:10.6234375rem;height:2.4984375rem;top:82.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhz5BZ3pegWkuDSVoDWcaZ7qwPtn9fCN { display:block; }
 }@media only screen and (max-width: 763px) { #CnT2TmHMmWSrNWfxmgWsSTm6T9eRB9ze { width:10.6234375rem;height:2.4984375rem;top:111.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVX9TCRwUNB7hFFee6n4pMGk6aRWr27 { display:block; }
 }@media only screen and (max-width: 763px) { #omZfTtimPTsrLEPEMHeKC5TTI1lqXvcX { display:flex;width:2.6859375rem;height:2.6859375rem;top:89.75rem;left:14.8125rem; }
 }@media only screen and (max-width: 763px) { #ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV { display:block; }#ctx1dOP9523uB6aLmQLmy8iTKUWzpZgV > .row .container { width:20rem;height:116.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2B2J7eaVPrZEVVfcDFvdgBHIqk3Rfdc { width:17.1865rem;height:27.3115rem;top:88.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRNVO8fmv6OgVGKe11Q8CR3yzQsGpeP { width:17.25rem;height:0.975rem;top:109.375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Hh8vD5CNZcq2hPhMe2pkzuscQb2u1C { width:10.5615rem;height:2.4375rem;top:111.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Et9tZRDB1vKU17MfLK0QmFJxLxWH3e { display:block; }
 }@media only screen and (max-width: 763px) { #f6uTqmTK5gAuXGmLbAh9BKM3LcuCitFG { width:17.25rem;height:1.3rem;top:108.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIHbvQHz4CZtdEpNZC5X0FX4AZaRUbTE { width:17.25rem;height:0.975rem;top:106.8125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMgmBFQNA9pB06RsAfTowJ8GT3WoRwq { width:17.25rem;height:1.3rem;top:105.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOh4tzJRkTCApshKqTqf1w0TwbVfrFc1 { width:17.3115rem;height:1.21875rem;top:103.125rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGM4kWmW9KdXgxtgic5BFTTGuGqaf2u5 { width:16.624rem;height:1.3rem;top:99.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5rB73ciaDwF2ANKNVNJB5TPX2Pp5AqP { width:17.25rem;height:1.54375rem;top:95.9375rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiuG55sSKdzId192Gt4RUP5Sxh9IMtxH { width:12.4365rem;height:1.625rem;top:90.3125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3KvnWMMdEulTkZuvxy8dFT2unRZokH { width:17.1865rem;height:0.0615234375rem;top:93.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHiXmTzhmfDJLEiNIo2vIM4xCGcaTNl { display:flex;width:2.686525rem;height:2.686525rem;top:89.9375rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #Ta5wlX226AdlreewMJStUvONqbNsNhT7 { width:17.25rem;height:27.375rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4OHxPGdEa4zVshU0OG2pOKrWmuaUUr1 { width:12.499rem;height:1.625rem;top:2.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiKVgkxOKTOo9SpJQTTCggCLnBXmczG { width:17.25rem;height:0.12402375rem;top:5.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe28nbJmSq5eMVoyx6MN2laTnJb5HEr0 { width:17.3115rem;height:1.54375rem;top:9.375rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT6BVraZyTNTrOFbDTWAstb50uctZXey { display:flex;width:2.686525rem;height:2.686525rem;top:2.4375rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #mmvLnArXkozVsLiMir2O0OJ7sEPMwtpH { width:17.1865rem;height:27.3115rem;top:30.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Qh4QseQ2Sb0iyKzONLtXRD2BPVlUNo { width:17.1865rem;height:0.0615234375rem;top:34.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTAFhT537hk4UlFhI0K7TJF8qJQMv90F { width:17.2480625rem;height:1.54375rem;top:37rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VENevluWyvxHbDJ9MfT9sCc5lK5U1RUf { width:17.374rem;height:1.3rem;top:12.1875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7lIyTP75y7V3sKcVRR2rZWhrXQR8kcJ { width:12.4355625rem;height:1.625rem;top:31.625rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E87khLFFZ5wdqDRU7iyNdpf71TdgCfAd { width:17.3105625rem;height:2.6rem;top:41.1875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHgroxfT0oxkJaTAJsZ9UGRTANzPdmnV { width:17.374rem;height:1.21875rem;top:14.6875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IK1xCQDZbIGQypoXF4oIU1pWoxMbfOdT { width:17.3105625rem;height:1.21875rem;top:45.0625rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HA2dTRh3oZJvO03q5Tmvd09NEGx2N1dl { display:flex;width:2.686525rem;height:2.686525rem;top:31.25rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #r4sa6C6Xv5cEAiOSHW5rP2dH0CbGgJUm { width:17.3115rem;height:1.3rem;top:19.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwurSxHt1dWba3tVtELKa2EDS2CdIHRI { width:17.2480625rem;height:1.3rem;top:48.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWrgSMllwGfXpeetHb9pA41bRgXFT4c { width:17.25rem;height:27.375rem;top:59.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdbnVGNONohBs5NMCh7628JTOmOCryeI { width:17.25rem;height:0.12402375rem;top:63.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoyxwKDHxMJGyuOABeTP6dO39upHkEdF { width:17.3115rem;height:1.54375rem;top:67.25rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKizyBtGp0aDazc41ln4yk0QP3sUMzwO { width:17.3730625rem;height:1.3rem;top:70.125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAnFB1VhoafM4ObhfAZuiL95a3MvMqk { width:17.3730625rem;height:1.21875rem;top:74.1875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPlbwZVvbbcPeXIy8WHwt9l5s3etOKs { width:17.3115rem;height:1.3rem;top:77.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coGbFanWbEkICCmlyPPuwTsnFTchh1Xu { width:17.3115rem;height:0.975rem;top:21.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpUXVcGQ64oyiW1r2UxSwaSJApQspWe { width:12.499rem;height:1.625rem;top:61.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPlDBhykWLKIkzzZUiVTeWaNKTTaPAL { width:17.2480625rem;height:0.975rem;top:50.0625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRkOoSiF4r0oqCSw2xxntQHde34E1XM6 { width:17.3115rem;height:0.975rem;top:79.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T09CpnqxZB9I5OdLynAen9nLChLtiqez { width:10.624rem;height:2.499025rem;top:24rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKOTUgumaFHHHenIgT8EBHIKO6XEqUtp { display:block; }
 }@media only screen and (max-width: 763px) { #T4TWlKgN9wV6xTnW0Lhw2NCmrUV6P16T { width:10.5615rem;height:2.4375rem;top:52.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgdQXhJuKwJrQTGQ0HNGua21ZFm5TuuF { display:block; }
 }@media only screen and (max-width: 763px) { #BkxnKT50Ui1zZD5E0TvnpG1N6CzLtdZr { width:10.624rem;height:2.499025rem;top:82.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXGl5xT54w4cWvHPnX71omX00IpweZ1I { display:block; }
 }@media only screen and (max-width: 763px) { #fROUc9EzD42BmpSRkxFQxPPISWp7dyKb { display:flex;width:2.686525rem;height:2.686525rem;top:60.8125rem;left:14.8125rem; }
 }@media only screen and (max-width: 763px) { #v45Ap1hHa3poD68bLa5I96rU2hehT8v9 { display:block; }#v45Ap1hHa3poD68bLa5I96rU2hehT8v9 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQMD1Uc7yglwnGSmiFvQR53bm5sv8wkT { width:17.25rem;height:27.375rem;top:32rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W22tUVqky4ahLZUtUHd94o6hVkWyran0 { width:12.499rem;height:1.625rem;top:33.5625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucw4rTb8gzDFBbTWmtFc0CSBbklrU8iQ { width:17.25rem;height:0.125rem;top:36.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvdbhFXE3t2BD9ZXoWhuF4Ivcqkr6Nz { width:17.874rem;height:1.54375rem;top:39.25rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUKCryz7PX9Q6P4MRJcE0OUlmZVSsdIS { width:16.624rem;height:2.6rem;top:42.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhzZ8a2mLsPVPGdR6oStuyEzuOuoQ00 { width:17.374rem;height:1.21875rem;top:46.5625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm77TOuq7ZZQpWO2zQE7ZmOeL9boJrKu { width:17.3115rem;height:1.3rem;top:50.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTfwlCR073cRJRBFRaUBKQso1D6Ccai { width:17.3115rem;height:0.975rem;top:52.3125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Dcp8dd4ZuDpkseF1GunUMS8okZnBIb { width:10.625rem;height:2.5rem;top:54.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24ihKTISO5cPf83ltb9WooaMDOkiSmF { display:block; }
 }@media only screen and (max-width: 763px) { #NQMG1tmhDAUZkE3zFdpEluUe71rWyGec { display:flex;width:2.6875rem;height:2.6875rem;top:33.1875rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #TOiaKJPpD5NRp0uxlkhXIDRIpfTrx9TL { width:17.25rem;height:27.375rem;top:2.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmbhpZH3xJRuIeFiMEZ8MOA5NtVmTu4 { width:12.49925rem;height:1.6253875rem;top:3.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfZByhukOLO0Gtipw0riM5c5CyCaRNlE { width:17.25rem;height:0.125rem;top:6.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqC0MhwtayX9BHCUTyHfzq6lUkt1N7ww { width:17.874125rem;height:1.54375rem;top:9.125rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3QNevSwC8Satugad6ITBPLBqgCkS8u3 { width:16.6241875rem;height:1.3rem;top:16.490623474121rem;left:1.6863279938698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nBlhaTf1POBKXfd1NgNkfQmJt1K397 { width:17.3741875rem;height:2.4370625rem;top:12.977344512939rem;left:1.3113279938698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbzXtu4naSStpeXe0JNXKKdMbWq6AfxP { display:flex;width:2.6875rem;height:2.6875rem;top:3.25rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #MFM0dRtSOzEFDtcZAKG1cfruZVH0AwiK { width:17.3119375rem;height:1.3rem;top:20.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLe2TEGDSfqdgNrqnnABT9A0nayVE2Cu { width:17.3119375rem;height:0.97511875rem;top:22.375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMemEa0I1gh6REi5axLmiqezfC02ezlf { width:10.625rem;height:2.5rem;top:24.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncySRuqsPfFV2S5xVTE7NFE16tPya5QJ { display:block; }
 }@media only screen and (max-width: 763px) { #xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl { display:block; }#xAG0G1LD4kLd4kCfDliHe1e2rUZ0GgDl > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qimpJstsPDqTday2Wppp9907FerXk5iE { width:17.5rem;height:3.4375rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE0UofAgNHR96gvQ4M1y7W6G7p2Vbww { display:block; }
 }@media only screen and (max-width: 763px) { #VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { display:block; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { width:19.9991875rem;height:1.62421875rem;top:0.65624904632569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB { display:block; }#XfLNCIkVxGcc1vEPHerQP2sISOiUPxTB > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaosF4hKSAm26gbQs3Q9WASyngBBB6I3 { width:20rem;height:27.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbmHM7S0cx9QaSaigixotxn2zeVRAtmn { width:18.75rem;height:0.1875rem;top:5.3125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg6XKAiRL3ukc3fEW3OzWDG9eqb6MroI { width:19.9375rem;height:1.7875rem;top:7.625rem;left:-0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX0JF7J9GolPmbCf1BVL0WGaNzbLXiBO { width:12.43675rem;height:1.625rem;top:3.15625rem;left:3.7812500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeXRhPyC9N1owpNFqc7cWIHZXyXJ9nZ { width:20rem;height:2.92535rem;top:11rem;left:-0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOaS0c71MN1xvPwI5wCLAQheDzr1F2mN { width:19.9375rem;height:1.3rem;top:15.5625rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdk1Q379X7hQtBuXMFATWVShd5V75gb1 { width:19.9984375rem;height:1.3rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBsE3Z8J04JeDsB74zL9lyxxxmghLbUE { width:19.875rem;height:1.3rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZDFTIDOdViHR8JzABUMKKICtGdBaxv { display:flex;width:2.6875rem;height:2.6875rem;top:2.1437492370606rem;left:16.217969477177rem; }
 }@media only screen and (max-width: 763px) { #MGlKKTUol2248xE0ZgOAtZcDR7KBV2O3 { width:10.5625rem;height:2.4375rem;top:24.5625rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH4PuFScTKO5y1N2Xe2bnWFuDlq3uOeK { display:block; }
 }@media only screen and (max-width: 763px) { #hsqguauLUKkug60xJ1ZQhyk1uU8ZsznX { width:20rem;height:27.375rem;top:59.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfkLDZ3TqUOJzTcT7oXwqyeKz3hzSMWX { width:10.625rem;height:2.5rem;top:82.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iISGK6qQwrpWyCScsNw33BRgbSPyy3af { display:block; }
 }@media only screen and (max-width: 763px) { #cO3ayBria0aZHllSx7z6hU3LPdBey9V1 { width:19.875rem;height:1.2999125rem;top:80.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgTgrep9lZDp27o3AQuiawiaxUUDXSN { width:20rem;height:1.2999125rem;top:78.0625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmz1g4CHmzlTZRA6QbtFvlctUVG80tI3 { width:20rem;height:1.462675rem;top:69.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXy4tVBymVXpDxfXNyzaoVPon09xtAQ { width:20rem;height:1.2999125rem;top:73.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyfTTRl3ThOcNhtTU1uMDI0JXrONSDiI { width:19.875rem;height:1.7871125rem;top:66rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5zlIF4MsqUK4gybm17kp3myI3kWoDy { width:18.75rem;height:0.1875rem;top:64.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBXZ21F154kNDybvWglL8aRpmyc8Ln8 { width:20rem;height:1.62435rem;top:61.4375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA6BZzSdK0FlK29dzdiWH6FbqsX4u3vn { display:flex;width:2.74956875rem;height:2.74956875rem;top:60.248483657837rem;left:16.692708313465rem; }
 }@media only screen and (max-width: 763px) { #ViySAuW7syeOohwFzsCNhhBR1Xt3odds { width:20rem;height:27.374125rem;top:30.424254894257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVmQavggREzXtWnH68C7f8RKhSpZXGe { width:18.75rem;height:0.186631875rem;top:34.062500715256rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXegZMRQRoIsmm6bkqnZqmmNTntz9pBM { width:19.936rem;height:1.7871125rem;top:36.373699903488rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPsUMfqNtvyRZca5avfA498KmTB5CzAO { width:12.436rem;height:1.62435rem;top:31.717667341232rem;left:3.7814672589302rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGQpF7cMN827BOGc0Hug0M6yKqzRtyS { width:20rem;height:2.92535rem;top:40.248482465744rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXPPk3ir3XDfJ8GI5MtkX4fCALeZr7Ni { width:19.936rem;height:1.2999125rem;top:45.185547590256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAgdrI2hBbT8nqlznq32clKqW0vfazEO { width:19.99675rem;height:1.2999125rem;top:49.062500715256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ylsqIzZKgdgTl2ig44nRzR7pOds3dz { width:19.874125rem;height:1.2999125rem;top:51.124133110046rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2tt8ElRtXeRXSmTxEsyyQlq4wyOvCwi { width:10.5620625rem;height:2.43706875rem;top:53.436437606811rem;left:4.7178819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Row9gmFbb4WNpkKULP8Al9fIX9lqcrzC { display:block; }
 }@media only screen and (max-width: 763px) { #gQ31yyoFMInwz0L3Ff4NSBy119wtpW9G { display:flex;width:2.68663125rem;height:2.68663125rem;top:31.187065839767rem;left:16.216363251209rem; }
 }@media only screen and (max-width: 763px) { #i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm { display:block; }#i7Dq4Z2Ak317UTUdCNXF6dM5tvnP1MVm > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSUVD1u85nZkwReJCwdNDQCn71myFBWi { width:20rem;height:27.375rem;top:0.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulkeI4vWTmJIcsoL7Vi0fXfIgPz5ri3d { width:10.625rem;height:2.5rem;top:23.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBs3eWTMB9PslNdHFlaiGMuGAvqNovq { display:block; }
 }@media only screen and (max-width: 763px) { #OINCWf9VldEmIVQ9TeOOeBhaPLEO5sqx { width:19.875rem;height:1.2999125rem;top:21.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzgKcvN6m9JWH4XDhtIHsGEzKDvk1NG8 { width:20rem;height:1.2999125rem;top:19rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6LdnJhAgTNxasfgbp0BwFFlf4bLbWT { width:20rem;height:2.92535rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIMMcCxSNAMDViDsC6XxnKcv6zVkG1zQ { width:20rem;height:1.2999125rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgqi3xeNaa9abfvR9fLDAeF0As1yrra2 { width:19.875rem;height:1.7871125rem;top:6.9375rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITNvXhvfFUSxN5TKab1NOgTNF1mT7ke { width:18.75rem;height:0.1875rem;top:5.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqP4vIpn6mvp8a4tdoMp4Br8chduGIX4 { width:20rem;height:1.62435rem;top:2.375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXbnLTadccVhWXag5n6BLq0xJbJUtroS { display:flex;width:2.75rem;height:2.75rem;top:31.125000715256rem;left:16.217969477177rem; }
 }@media only screen and (max-width: 763px) { #Cdk5yG2GuVgMWEk5ggOTWkeLSz2S42f0 { width:20rem;height:27.375rem;top:29.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IreWJJKDrUVoqKNAhgFL2iXkGiAVAlbz { width:10.625rem;height:2.5rem;top:52.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNTBTRKpTq4RfoD9TnOc8Xh8FIlVwMp2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qs1i2o2kVE0rezdxT0QPp5BgJJeP5UOq { width:19.8125rem;height:1.2999125rem;top:50.25rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWhlk34TqLNJssXbVUXdvRr7bxgnfN58 { width:20rem;height:1.2999125rem;top:47.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysD9m3ZnOcODoLQcoOHccwZTccHxZ8z { width:20rem;height:2.92535rem;top:38.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCTgDswbIEGulQq2lKfECUltrBhzLZfK { width:16.0623125rem;height:2.599825rem;top:43.873701095581rem;left:2.0930991768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5qKNRNXOSW9gsTBqLEcMhPhvmweVCS { width:20rem;height:1.7871125rem;top:35.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEPTs3Thq9vuHI5Dfm1usmw1KsF4BGnq { width:18.75rem;height:0.1875rem;top:33.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr7JhNwkx8AmhGQanUpmUvrVCHeGX0D { width:20rem;height:1.62435rem;top:31rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STy83JI4ThilIinUe01G1VLPVHuG6OUn { display:flex;width:2.75rem;height:2.75rem;top:59.75rem;left:16.217969477177rem; }
 }@media only screen and (max-width: 763px) { #EgibxWQCyBDI32sMov3FbFUkruCp3xaR { width:20rem;height:27.374125rem;top:58.874799728394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVPcUqZHnvr8osFrCClpGc8rpFSMITmK { width:20rem;height:1.62435rem;top:60.311418533325rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDm5BVFiqeeu9aBR0Tkl1TeBXbL9pa0 { width:18.75rem;height:0.186631875rem;top:63.062070846556rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7KGQMbcTOvyc1xtMHNtrhhGv3Qq1Pdx { width:20rem;height:1.7871125rem;top:65.560983657837rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70WR3IEP4FDldh2ch0GItitgZTuQ1eq { width:20rem;height:2.92535rem;top:69.0603351593rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvgOAIF7x6Ss7qbJtDQIKCui4wfUeDfS { width:20rem;height:1.2999125rem;top:74.310983657837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOLSBZwLp1W56ySobOiuOdNt6eQzhbz { width:20rem;height:1.2999125rem;top:77.686635971069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0bObk8PqmHAiZL9v5VpsHM8Xb0VTinp { width:19.8123125rem;height:1.2999125rem;top:78.985464096069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREXFks20kN965hxdSb9RRolIq7nvFB9 { display:flex;width:2.74956875rem;height:2.74956875rem;top:30.436191558838rem;left:16.217448532581rem; }
 }@media only screen and (max-width: 763px) { #SKR5X6A184uxB34sNKXnQ8ghpvAi8qln { width:10.625rem;height:2.5rem;top:81.935766220094rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66Bdd8POU6znbqSs2FxlvFwofhwfzM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF { display:block; }#ngcbuOTywezA6LZC2kG0gtnkrWdrqwrF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDHpMFdeV7Mqzt1pu0XEnnUB2SfBq4GO { width:17.5rem;height:3.4375rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMHH1wLvIRQqCftUSSSNJ2XGZpZCXa42 { display:block; }
 }@media only screen and (max-width: 763px) { #oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE { display:block; }#oFAyXI2y4La1EuBxsDiXUIWa5CiRFBmE > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBUUegUhzUQrM2BPSCgp5t2UA2pA8Phq { width:13.5rem;height:2.6rem;top:15.375rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4DfKEfNb0XhwvyUIoTDdFhSqMJ8cyOX { width:18.875rem;height:5.5625rem;top:3.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOSwM1TMTWPPuR1veqkFoNVTHg8e0Te { width:17.5rem;height:3.4375rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlHVyRAmdDfC1EcUB9psIBLf2UxSxlFo { display:block; }
 }@media only screen and (max-width: 763px) { #wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { display:block; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4zACsEMmt6hZbJ1NQwOrfX0EGS0WpTO { width:20rem;height:2.6rem;top:8.16796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTCNklySnwX4lJ7dzMikarRGvLATLqdu { width:2.125rem;height:2.125rem;top:12.22380065918rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z05b5SRQXFiuiKVSaMTwDQPo78mZ1wll { width:2.125rem;height:2.125rem;top:12.2246125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqcIb9RT7B5zHzpavN2pwH6pnrsoa2l { width:2.125rem;height:2.125rem;top:12.2236328125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { width:7.625rem;height:2.5rem;top:3.875rem;left:5.3125rem;display:block; }
 }