.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { background-color: transparent; background-image: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container > .video-iframe-container { display: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container { display: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .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); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { border-width: 0; border-radius: 0; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsGwqBhy6goAJiulH497oz7Wgys1Didb { 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:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { background-color: transparent; background-image: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container > .video-iframe-container { display: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container { display: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .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); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { border-width: 0; border-radius: 0; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#J54AatEDrSoFNAGKAuHGprHCHUefORs9 { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.75rem;width:18.4375rem;top:17.935546875rem;left:34.28125rem;overflow:hidden;display:block; }
#uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0.8125rem;height:4.7246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.5439453125rem;left:0.8125rem;display:block; }
#d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQiCmNxlBAERB9PB1CluJNsMXspCw0es { position:absolute;display:block;z-index:15010;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.2734375rem;left:0.8125rem;display:block; }
#ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:18.375rem;top:8.3359375rem;left:27rem;overflow:hidden;display:block; }
#V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:15rem;width:19.5625rem;top:6.4375rem;left:39.4619140625rem;overflow:hidden;display:block; }
#ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { color:rgba(30,30,30,0.7);display:block;width:24.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.822265625rem;left:0.8125rem;height:25.48828125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.1513671875rem;left:28.1494140625rem;height:4.1425875rem;display:block; }
#eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1513671875rem;left:40.6181640625rem;height:4.1425875rem;display:block; }
#l0yAQeA8w8ETKDf8Euh2cueTEQuTSm5r { display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0.8125rem;height:2.36230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container { background-color: transparent; background-image: none; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container > .video-iframe-container { display: none; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row > .video-iframe-container { display: none; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .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); }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container { border-width: 0; border-radius: 0; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#GIPg5oOG7cvU346fIPKk8ULqz5uSU8er { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:33.0625rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-form-header {  }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#000000;width:30.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#a3c4f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#f2f9ff;width:30.9375rem;height:4.0625rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT [class*="-text"]:-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT [class*="-text"]::-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:29.6875rem;overflow:hidden;font-style:normal; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-container:first-of-type{padding-top:0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-container:last-of-type{padding-bottom:0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.65625rem;top:4.875rem;z-index:15010;position:absolute; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.9375rem;display:block;vertical-align:top; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT {display:block;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.65625rem;top:4.875rem;z-index:15010;position:absolute; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #J31T5CJaKpGZ7Vq7raulROBvVAE3bg7G { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #n7lgKQcv3aZpZWhtfNzoq9cWIKWn06K1 { position:relative;display:block; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #IDD8egzZyqJb4BkHx0AzkTe6rtaKJ90v { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #MakIIOBNliQfCGkdTCgiziQ9mZAWR64p { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ZTkaLsAElaJnfo8bo2w4TaA1FbVOyUax { position:relative;display:block; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #aFbsweARea0eV3uOkVmwVfCwNlq8SiUC { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #duxmUlOzn94ai1ymTZ3FbtRKEQvN4PSt { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JRplcr6aCJerrPCiO6RkFfZ5P7trMuzw { position:relative;display:block; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #X4GU6AE4OOS9gVkoC3BVvBX2J5hVgpR3 { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #oyn6e2I3zsipcw1I9HaCNxF8ACBoMo0o { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JENFUvhRwpVD7NwOW4u1u6w3owCLT9Tg { position:relative;display:block; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #tOKcwngx9dQ4M36Iy1GHRITyF60r6Pno { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ytOXNToyI7MbPmcNpZ36GV8D1bV0IQLe { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #QK2uskx9x2lTgPntqntL3SL4KSuCErIp { position:relative;z-index:2; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #r5gddpTWy9N6erbrWs2BPnF8bUEnXomQ { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #B1tcKrT0Tg6GRTpuUwoRTaBPEAmtza4S { position:relative; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT #GxbRDVw5ByAp3xqrAl9S21Zo3zy4kIfb { position:relative; }
#bwcUEf6lzefbAPC6Z1Qvoc7ZSz8VBEdr { position:absolute;display:block;z-index:15009;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:3.943359375rem;left:26.8125rem;display:block; }
#axmNHTqCQbfmbvcN9A9VcnbEHS9CNLDX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.5rem;width:23.8125rem;top:0.5625rem;left:0.6259765625rem;overflow:hidden;display:block; }
#M55Jt8KZcNmDBKxI5sZzMpsxEzTAQb3p { color:#1e1e1e;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:0.5625rem;left:26.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tk5CTE78cqkaVxbApdITznbnv1akseDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { background-color: transparent; background-image: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container > .video-iframe-container { display: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container { display: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .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); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { border-width: 0; border-radius: 0; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { color:rgba(0,0,0,0.7);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { 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:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { background-color: transparent; background-image: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container > .video-iframe-container { display: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row > .video-iframe-container { display: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .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); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { border-width: 0; border-radius: 0; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#v1tMVl2z1IITSNP6BkSoqUotDvafkoJe { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.34375rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L38iy78GO9vgFP4vtPbbiZFooRbcSzA4 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:0.625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#kS23b2ArLG9LxcKWD6NUHFfkUdxOBn8A { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:20rem;display:block; }
#qarrNnvSF7pqOpHJ1HZO2grnzQgcefyA { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:25.5234375rem;left:20.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#JQSh0lMkhFFdUgk5KBCnkSDBTEXBXbNv { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.15625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbRX013q0TDil13S2KenrXfvOTVsANlm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:40.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#GRWT1hWTnyMaIwJ7goZ3ygMvCtwcFcQt { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.59375rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNkm4pLlSHOcFPCutxqLfaRAaPtRkWxa { color:#42464d;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:0.3125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wM2ZLy2cIJtua3yp8REpEnvedJArIE5A { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#the4ZUOM8yoGPCEks5R0DCrv4zmvQAFw { color:#42464d;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:23.16796875rem;left:40rem;height:2.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iZn0ISK4lnLWq7yhzyeaMNh5EV3TzLTu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:6.90625rem;left:20rem;overflow:hidden;display:block; }
#QkE4w7dZ1sqrPmqTHSB8IhnE3L6bhXzC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:6.90625rem;left:0.21875rem;overflow:hidden;display:block; }
#lpVJgaEqlF4yT4cv1uW5VxI4mdBe3GKR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:6.90625rem;left:40.21875rem;overflow:hidden;display:block; }
#k3FfuaBQICTQOyPIFA127AMy72RwO9c6 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyLH8Kc6FhCJwskbeHNgiNrSBk3I6Z37 { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.03125rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#unmCoAHqhSGh0Hb3vsGMlKn6wdiw8LtA { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.8125rem;left:0.21875rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekIKy8xrlbTf4Ix0a4Pb99ezz9TOQtnT { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:51.994140625rem;left:20rem;height:1.9931625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWLWhCXESzp0NaEx6LzyuQaMxRL8kdxw { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:.7;letter-spacing:0;top:51.7216796875rem;left:40rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJ9SeD9JX29iEBDTk0ThGSNOx9ddOVSQ { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.96875rem;left:0rem;display:block; }
#DyofVrNxlTykZxl8rW2leonDJv4P3omv { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:40.25rem;display:block; }
#awlnnRTnLW64ryT0kcxUouzTBemC8BAc { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:0rem;display:block; }
#EvQLXu9TE1sMkZ6gFmzXng3ST9I0iRJc { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:37.90234375rem;left:20rem;display:block; }
#x0yCsQA6n7betH7hS9KLya1b1Rk50BlB { position:absolute;display:block;z-index:15004;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:40rem;display:block; }
#a759TNnyifEGyolPhqOTv6qfDCR38e3Q { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.75rem;top:38.021484375rem;left:0rem;overflow:hidden;display:block; }
#XQ5A6oBoIMF6EBfcxxuMoUPVTklyGZ9e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.875rem;top:38.021484375rem;left:20rem;overflow:hidden;display:block; }
#Uozmlex7CKUQnyTKHzEvrZFCQnBe6PJ4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.75rem;top:38.021484375rem;left:40rem;overflow:hidden;display:block; }
#zUdJCsaMg3dDM6b21TJx7WWMxKlCTsuD { color:#42464d;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.16796875rem;left:0rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tyrhK07WCcfiSdAtConLirFcnorlTcoK { color:#42464d;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.8173828125rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EE9Omg3XlmCXVLDMmRMT6ikTnJ9EocTV { color:#42464d;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:54.9052734375rem;left:40rem;height:1.798825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NOwzbBXKTJ69Wt3VT0rtaWKHdKii0DWL { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:57.5048828125rem;left:0.625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#FRrfP9I9GIEwkic6W6cQOrQniXJKd33Z { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:57.5673828125rem;left:20.4375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#eaxnQcSc5awN6ErqyIErE1o4zUwcUHLe { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:57.5048828125rem;left:40.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TI2QiUapd8gfBxhtrXlzMcnDnVN0lnnK { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:64.1611328125rem;left:3.8125rem;display:block; }
#beUaz3ptVhOOrUFwmrLEGzFo9hEOKWAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wlgd8kv3mp8ZmgRWc3dPOt6yHz0fZ067 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.9375rem;left:3.15625rem;display:block; }
#dmAML3AT7xmdLVafTpV2BI3FKNaPGG8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmQTNuPbIvwDFirvV7I4KHfI2eB3c59F { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.9375rem;left:23.53125rem;display:block; }
#OwHnpNGtNAoi8UaGLbN1LqF1raMUwimF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blvP2XlUz9wfiiyO4mBPGVzrGHZ83xFp { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.9375rem;left:43.625rem;display:block; }
#t4mBtW2X5JX75ONRJbWGxvxB6Mte5JJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwHzaIxe9K4wccNztAfDnEONxxIllwAu { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:64.1611328125rem;left:23.8125rem;display:block; }
#FHZXnE74lX2MmJhEKn71LSKuTZ3M4RCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJ51av2ni3VEE0ktyz6u70lSax2QPVIO { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:64.1611328125rem;left:43.8125rem;display:block; }
#Nylg7Vi4Mb9DIrvaBUGWcEo2NwWroTpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { background-color: transparent; background-image: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container > .video-iframe-container { display: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container { display: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .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); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { border-width: 0; border-radius: 0; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { position:relative;display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { background-color: transparent; background-image: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container > .video-iframe-container { display: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row > .video-iframe-container { display: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .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); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { border-width: 0; border-radius: 0; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .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; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container { background-color: transparent; background-image: none; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container > .video-iframe-container { display: none; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row > .video-iframe-container { display: none; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .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); }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container { border-width: 0; border-radius: 0; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#Q0alHwBsDasrHsmNbXVwTFPqpOWnCrQc { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#bFfyxpaJuJzbmIuN2k0LDiaEJSuxOmBv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:8.3125rem;left:2.75rem;overflow:hidden;display:block; }
#e7lyMIXw3zR6RmwLxwgKVTi6Ce1d4N9v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:23.25rem;left:2.8125rem;overflow:hidden;display:block; }
#BlTNeNgWN2QhVRiczex8Mf3gciAmu9Um { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:37.96875rem;left:2.75rem;overflow:hidden;display:block; }
#AlZgHvvZ99gcxaOOZ17ho0fgZziM0C5u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:52.5625rem;left:2.75rem;overflow:hidden;display:block; }
#ZaKRV1gIzMTBoZTPt1yR7X6h78IyWaWc { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.59375rem;left:23rem;display:block; }
#ItekT0h32vGTTQO5M5LmFciZX9sTHlPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTNogCkBwA7nPWGqawgGGD7lyinzkcdm { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:23rem;height:4.62890625rem;display:block; }
#rmbIe52iJTc6T3pSR4nCxLrKJCHw80ch { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#auVoSlSxRAiCN3H4SfiKr0Exq4JvS3ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6PrDklobkeNRn7BbW8yMyZphmxsFDPa { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:37.125rem;height:4.62890625rem;display:block; }
#atleg5f173EI7qo15mdhTFVmxcBo4O3p { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1lHrxvIMGs49NZ2LO5ZRz5HdUC0W6I4 { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.98046875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#myQl0zdyKCy6n9cMdLpfkKQHaW7Z3xnE { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#FhUfgCL4AmiMT85SPTG5bQrg7FOyCAgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpAua39yHmb2reOGwJFLLuFBeZvaWcLx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.96875rem;left:23rem;display:block; }
#PNxu5eTrfTihDgm23J60TOnPpxyVNm8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueL4L8ovmTPAozlNLAiGm5sLq3lciNVt { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:23rem;display:block; }
#iF6JWLdBlQe57OvTnpn8CqaiIBc2chNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sq21Pg7fiv8sn1GQQHwXcFVQAPc1HCzb { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#uxsQddn9ffUDKi7QTy4PP7tKpZaLDiKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QX4ZRmL8WG9SK5alCaER2UlBMgHLZb6A { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.90625rem;left:37.125rem;display:block; }
#DxeaE4cONdN53ypRBp6E6R8y5hIBholA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVar3BWEQxThmB6063dZcDwPT3BKmptD { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.125rem;display:block; }
#P5f2CeoC8NDbXPV1TA7N7drMk4wrqTtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVDTnrt3BiITSGk4TRL8KCGFw9mF2SeD { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.65625rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#cn9cFkUukKXIcTfOXrHpbLJKXPlMtcCb { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:37.96875rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#DzDvfEmH0hWlpN9Jne1Uz8VMIeTUfsmT { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:53.25rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#UOGcdPSWzegPgAQftPmCOX7o0xheIWiS { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23rem;height:4.62890625rem;display:block; }
#rGheIBy4uwFckqKew7wT8DDRcXBpydXo { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23rem;height:4.62890625rem;display:block; }
#tmcUKnS4xIlEqRt1ih7XPi2AELK7ffI9 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58rem;left:23rem;height:4.62890625rem;display:block; }
#Tm9UKUtAXB5D9owTLNWM8IHs1ulHirJW { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.1875rem;height:4.62890625rem;display:block; }
#H96M9tBENeSsp97ihrpGTRMIlpUqvvAz { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5625rem;left:35.375rem;height:4.62890625rem;display:block; }
#gIZHozruy8wazz0gohZargfZCuL8xkUZ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58rem;left:37.125rem;height:4.62890625rem;display:block; }
#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { background-color: transparent; background-image: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container > .video-iframe-container { display: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row > .video-iframe-container { display: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .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); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { border-width: 0; border-radius: 0; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#aCWKt5G1AdsIcu5A3zyUpqwKqrv2TzBm { 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:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#uR5eNgIesEWrF3iCaWfbo6xST4nPnKwi { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWnlnkS9FlNf2QaDh831sqUPkbfvJIMu { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#lenEBqI1tvyGQ1DlKX1JIhiy8r3hRLPM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#ozJ2GpU0BAe2NOtA3urWrKbPNoMOdvPG { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#MZDCiBv2AxcQad5cx516AsQdNTx7VVc6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#U33JJGrx07mNT3yGV7Pz0S2v9rVJyJVT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#BhXte7L3OOsvWTy7WTR6DXTuauD7vnJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoUzqP2LUauOlaNLTdGpKhVeN2tE4gSE { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#GTwdKzDJRwEWRQP2MnapKgnoq9dc6wMT { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#qKexcqoRyq1oylxxP8lXAKRhUQa5pnTd { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#DoSPGWcc6B6GtQbe4xC4euAzFDy9IVt5 { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#N28yvnXOw2RCfTcHtNImUN7Z5Pk0kz8X { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KeKT9H2PgOBoqc3hnlO6sakJiQD2nZWR { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b2Urx13S8Hez2rIDOTsFriwekm4R4b9d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#iT7JVIISMS7CAoTRHQRF9lDTReegDEAe { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#qCuvGV96aCxTQPmPclyxmqS8uO4Oyi4U { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#kO3KDDpTTk8ldsMZVy6afcAXoCfq0F9V { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUUGo2gkwhoAIUnUVwwlpWgHEm5MPngO { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBRXMqZC7tXXA53Z1RX8IsKcg5erak84 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJl5TAhMu7xlUsGvMwyhqiGQQcmcOkcd { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgbR2C2Eeh5s2LpKwP3JctIuLHUxeiyW { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJP4U1Kfo0Ka09GrJ9Xxuc50ZHU6Udgo { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mo9C8NPluA9RPyh9sEmlgoa6sbIu02X5 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#cAzJQN0Do3givG1SwnCQCRU1gozEfsTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUAXZkK4dmzAXg9ZsGJ8he1QLd53dKLH { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srwk5Ss8xEws2T1nMul6M6T7NPNNLrdx { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuR5xBAGpRDhLb42TWfuO0J7WRdsRyoC { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUKD8sCVJOTML25RKxi5ItJC5c0QotP7 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4OxVW4JHB5O9m8gd7z0pGIn9p3nDNb8 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkSwKpKHTTWvk6Fg21Zi9ciHaDQPG9Mx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#N6LkP2sur5JCbL9vKzed9dc1ol7iOn8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgsK3TqltngqdcRibHEXDFBrTZmPTumT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#ukBUDWuWeGBzl5dWiWwgRDB65HR97I0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Stm1zcVQQt0LXBMS0moJ7RTuN9xM1tOR { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#uyJhTTl2Qn9yswFAiZodmf5igBWrEcXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbgdl6NsTD6GwPRGiy7B4r0dIrRz8ALr { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#nsyU2thysCeiRsMaA1gfW1wzww225kIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWIW8zOUJZWlhp4hTnaqZRE2ed2PS1nT { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:20rem;display:block; }
#Oc4EnHWeHdIpoTiAbNtVUXmvPoDV8Ssk { 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:13.375rem;width:19.625rem;top:76.625rem;left:20.125rem;overflow:hidden;display:block; }
#tiqOkCH3TseT1kqHrFm0UERZMVDTt8aq { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:90.875rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyF8PhEgEUOs53WSrC1CsIRUxDTOpVtU { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:20.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACErB20uwTWbQAkTBmAnweHePv6OBGB6 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.75rem;left:24.34375rem;display:block; }
#Ieh2T17O0FLQlWOGzW8PWoxvbnh33mWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkPSEXCgoJtqcOmpWrOnynRxn0lsP7h9 { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:0rem;display:block; }
#hkTEls3TGboysTWG0u15QDuM8A6sq9pT { 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:13.25rem;width:19.8125rem;top:76.625rem;left:-0.03125rem;overflow:hidden;display:block; }
#NE23Q8FEsTDDdThpoNopiVl5Gyrig86t { color:#000000;display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:90.875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2LgaXLg4vctCkLcyhi5hzRii9I76ZVe { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:0.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wfG73e7Zd6w7X5ga1vEV1bR9ueU6DhAo { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:4.34375rem;display:block; }
#HDXGUTdTb4o8CBPw7ovP4VnqQ4s2HIkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQ15TiZkTQ429dbIuJzvamMVix073nTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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;z-index:auto;display:block; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { background-color: transparent; background-image: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container > .video-iframe-container { display: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row > .video-iframe-container { display: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .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); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { border-width: 0; border-radius: 0; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#aWrdTK59CfsaRdSMFA1IhvddrpDhtZr1 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3VCSxxqfUyVzZU7Gey4K7TPOsBulFLB { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#m56zUC5XRtsMyuud1XvT22MsSQosfh3y { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#bv5in5oza0fyub39qwRGQ1fRFV6zmTJ2 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#fdcuWM4CdIqerSO4g0Dp3bC8Gv0s9G0u { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#fNiUDScml162zpr0HOeOssQfhieD2qJm { position:absolute;display:block;z-index:15018;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:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block; }
 }@media only screen and (max-width: 763px) { #X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block; }
 }@media only screen and (max-width: 763px) { #qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block; }
 }@media only screen and (max-width: 763px) { #sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block; }
 }@media only screen and (max-width: 763px) { #AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block; }
 }@media only screen and (max-width: 763px) { #TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block; }
 }@media only screen and (max-width: 763px) { #DsGwqBhy6goAJiulH497oz7Wgys1Didb { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { display:block; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:18.4375rem;height:13.75rem;top:17.875rem;left:28.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block; }
 }@media only screen and (max-width: 763px) { #nQiCmNxlBAERB9PB1CluJNsMXspCw0es { top:8.25rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:18.375rem;height:14.6875rem;top:8.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { width:19.5625rem;height:15rem;top:6.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { width:24.5rem;height:25.5rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { top:34.125rem;left:22.0244140625rem;width:11.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { top:34.125rem;left:30.375rem;width:17.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0yAQeA8w8ETKDf8Euh2cueTEQuTSm5r { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #thQDl41OmvTklzFORD9kaJzE7Rc5xOHn { display:block; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIPg5oOG7cvU346fIPKk8ULqz5uSU8er { width:22.5rem;height:;top:2.625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-regular-label { display:block;width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-textarea { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-button { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-checkbox-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT  { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .radio-container { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT {display:block;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #J31T5CJaKpGZ7Vq7raulROBvVAE3bg7G {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #n7lgKQcv3aZpZWhtfNzoq9cWIKWn06K1 { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #IDD8egzZyqJb4BkHx0AzkTe6rtaKJ90v {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #MakIIOBNliQfCGkdTCgiziQ9mZAWR64p {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ZTkaLsAElaJnfo8bo2w4TaA1FbVOyUax { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #aFbsweARea0eV3uOkVmwVfCwNlq8SiUC {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #duxmUlOzn94ai1ymTZ3FbtRKEQvN4PSt {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JRplcr6aCJerrPCiO6RkFfZ5P7trMuzw { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #X4GU6AE4OOS9gVkoC3BVvBX2J5hVgpR3 {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #oyn6e2I3zsipcw1I9HaCNxF8ACBoMo0o {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JENFUvhRwpVD7NwOW4u1u6w3owCLT9Tg {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #tOKcwngx9dQ4M36Iy1GHRITyF60r6Pno {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ytOXNToyI7MbPmcNpZ36GV8D1bV0IQLe {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #QK2uskx9x2lTgPntqntL3SL4KSuCErIp { z-index:2; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #r5gddpTWy9N6erbrWs2BPnF8bUEnXomQ {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #B1tcKrT0Tg6GRTpuUwoRTaBPEAmtza4S {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #GxbRDVw5ByAp3xqrAl9S21Zo3zy4kIfb {  }
 }@media only screen and (max-width: 763px) { #bwcUEf6lzefbAPC6Z1Qvoc7ZSz8VBEdr { top:3.9375rem;left:20.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmNHTqCQbfmbvcN9A9VcnbEHS9CNLDX { top:0.5625rem;left:0rem;width:23.8125rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55Jt8KZcNmDBKxI5sZzMpsxEzTAQb3p { width:31.125rem;height:2.625rem;top:0.5625rem;left:16.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5CTE78cqkaVxbApdITznbnv1akseDz { display:block; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block; }
 }@media only screen and (max-width: 763px) { #SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E { display:block; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1tMVl2z1IITSNP6BkSoqUotDvafkoJe { width:19.5rem;height:2.375rem;top:20.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L38iy78GO9vgFP4vtPbbiZFooRbcSzA4 { width:18.75rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS23b2ArLG9LxcKWD6NUHFfkUdxOBn8A { width:19.75rem;height:29.9375rem;top:6.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qarrNnvSF7pqOpHJ1HZO2grnzQgcefyA { width:18.75rem;height:6.375rem;top:25.5rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQSh0lMkhFFdUgk5KBCnkSDBTEXBXbNv { width:19.5625rem;height:2.375rem;top:20.8125rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbRX013q0TDil13S2KenrXfvOTVsANlm { width:18.75rem;height:6.375rem;top:25.6875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWT1hWTnyMaIwJ7goZ3ygMvCtwcFcQt { width:19.4375rem;height:4.6875rem;top:20.8125rem;left:28.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNkm4pLlSHOcFPCutxqLfaRAaPtRkWxa { width:19.375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM2ZLy2cIJtua3yp8REpEnvedJArIE5A { width:19.4375rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #the4ZUOM8yoGPCEks5R0DCrv4zmvQAFw { width:19.625rem;height:2.1875rem;top:23.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZn0ISK4lnLWq7yhzyeaMNh5EV3TzLTu { width:19.5625rem;height:13.375rem;top:6.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkE4w7dZ1sqrPmqTHSB8IhnE3L6bhXzC { width:19.5625rem;height:13.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpVJgaEqlF4yT4cv1uW5VxI4mdBe3GKR { width:19.5625rem;height:13.375rem;top:6.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FfuaBQICTQOyPIFA127AMy72RwO9c6 { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLH8Kc6FhCJwskbeHNgiNrSBk3I6Z37 { width:47.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmCoAHqhSGh0Hb3vsGMlKn6wdiw8LtA { width:19.5625rem;height:2.3125rem;top:51.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIKy8xrlbTf4Ix0a4Pb99ezz9TOQtnT { width:19.5625rem;height:1.9375rem;top:51.9375rem;left:12.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLWhCXESzp0NaEx6LzyuQaMxRL8kdxw { width:19.5rem;height:2.5rem;top:51.6875rem;left:28.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ9SeD9JX29iEBDTk0ThGSNOx9ddOVSQ { width:19.75rem;height:29.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyofVrNxlTykZxl8rW2leonDJv4P3omv { width:19.75rem;height:29.9375rem;top:6.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlnnRTnLW64ryT0kcxUouzTBemC8BAc { width:19.75rem;height:29.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvQLXu9TE1sMkZ6gFmzXng3ST9I0iRJc { width:19.75rem;height:29.9375rem;top:37.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0yCsQA6n7betH7hS9KLya1b1Rk50BlB { width:19.75rem;height:29.9375rem;top:38rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a759TNnyifEGyolPhqOTv6qfDCR38e3Q { width:19.75rem;height:13.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ5A6oBoIMF6EBfcxxuMoUPVTklyGZ9e { width:19.875rem;height:13.375rem;top:38rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uozmlex7CKUQnyTKHzEvrZFCQnBe6PJ4 { width:19.75rem;height:13.375rem;top:38rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdJCsaMg3dDM6b21TJx7WWMxKlCTsuD { width:19.75rem;height:2.5625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrhK07WCcfiSdAtConLirFcnorlTcoK { width:19.8125rem;height:1.25rem;top:54.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9Omg3XlmCXVLDMmRMT6ikTnJ9EocTV { width:20rem;height:1.75rem;top:54.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwzbBXKTJ69Wt3VT0rtaWKHdKii0DWL { width:18.75rem;height:5.625rem;top:57.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRrfP9I9GIEwkic6W6cQOrQniXJKd33Z { width:18.3125rem;height:5.625rem;top:57.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaxnQcSc5awN6ErqyIErE1o4zUwcUHLe { width:18.75rem;height:6.0625rem;top:57.5rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI2QiUapd8gfBxhtrXlzMcnDnVN0lnnK { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beUaz3ptVhOOrUFwmrLEGzFo9hEOKWAd { display:block; }
 }@media only screen and (max-width: 763px) { #Wlgd8kv3mp8ZmgRWc3dPOt6yHz0fZ067 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAML3AT7xmdLVafTpV2BI3FKNaPGG8S { display:block; }
 }@media only screen and (max-width: 763px) { #RmQTNuPbIvwDFirvV7I4KHfI2eB3c59F { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwHnpNGtNAoi8UaGLbN1LqF1raMUwimF { display:block; }
 }@media only screen and (max-width: 763px) { #blvP2XlUz9wfiiyO4mBPGVzrGHZ83xFp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mBtW2X5JX75ONRJbWGxvxB6Mte5JJg { display:block; }
 }@media only screen and (max-width: 763px) { #lwHzaIxe9K4wccNztAfDnEONxxIllwAu { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZXnE74lX2MmJhEKn71LSKuTZ3M4RCL { display:block; }
 }@media only screen and (max-width: 763px) { #TJ51av2ni3VEE0ktyz6u70lSax2QPVIO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nylg7Vi4Mb9DIrvaBUGWcEo2NwWroTpp { display:block; }
 }@media only screen and (max-width: 763px) { #M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { display:block; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block; }
 }@media only screen and (max-width: 763px) { #wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB { display:block; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0alHwBsDasrHsmNbXVwTFPqpOWnCrQc { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfyxpaJuJzbmIuN2k0LDiaEJSuxOmBv { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lyMIXw3zR6RmwLxwgKVTi6Ce1d4N9v { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTNeNgWN2QhVRiczex8Mf3gciAmu9Um { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZgHvvZ99gcxaOOZ17ho0fgZziM0C5u { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaKRV1gIzMTBoZTPt1yR7X6h78IyWaWc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItekT0h32vGTTQO5M5LmFciZX9sTHlPJ { display:block; }
 }@media only screen and (max-width: 763px) { #zTNogCkBwA7nPWGqawgGGD7lyinzkcdm { top:12.75rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbIe52iJTc6T3pSR4nCxLrKJCHw80ch { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVoSlSxRAiCN3H4SfiKr0Exq4JvS3ag { display:block; }
 }@media only screen and (max-width: 763px) { #u6PrDklobkeNRn7BbW8yMyZphmxsFDPa { top:12.75rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atleg5f173EI7qo15mdhTFVmxcBo4O3p { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lHrxvIMGs49NZ2LO5ZRz5HdUC0W6I4 { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQl0zdyKCy6n9cMdLpfkKQHaW7Z3xnE { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUfgCL4AmiMT85SPTG5bQrg7FOyCAgm { display:block; }
 }@media only screen and (max-width: 763px) { #wpAua39yHmb2reOGwJFLLuFBeZvaWcLx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxu5eTrfTihDgm23J60TOnPpxyVNm8x { display:block; }
 }@media only screen and (max-width: 763px) { #ueL4L8ovmTPAozlNLAiGm5sLq3lciNVt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF6JWLdBlQe57OvTnpn8CqaiIBc2chNc { display:block; }
 }@media only screen and (max-width: 763px) { #Sq21Pg7fiv8sn1GQQHwXcFVQAPc1HCzb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxsQddn9ffUDKi7QTy4PP7tKpZaLDiKp { display:block; }
 }@media only screen and (max-width: 763px) { #QX4ZRmL8WG9SK5alCaER2UlBMgHLZb6A { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxeaE4cONdN53ypRBp6E6R8y5hIBholA { display:block; }
 }@media only screen and (max-width: 763px) { #FVar3BWEQxThmB6063dZcDwPT3BKmptD { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5f2CeoC8NDbXPV1TA7N7drMk4wrqTtE { display:block; }
 }@media only screen and (max-width: 763px) { #MVDTnrt3BiITSGk4TRL8KCGFw9mF2SeD { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn9cFkUukKXIcTfOXrHpbLJKXPlMtcCb { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzDvfEmH0hWlpN9Jne1Uz8VMIeTUfsmT { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOGcdPSWzegPgAQftPmCOX7o0xheIWiS { top:28.0625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGheIBy4uwFckqKew7wT8DDRcXBpydXo { top:43.5625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmcUKnS4xIlEqRt1ih7XPi2AELK7ffI9 { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9UKUtAXB5D9owTLNWM8IHs1ulHirJW { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H96M9tBENeSsp97ihrpGTRMIlpUqvvAz { top:43.5625rem;left:29.25rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIZHozruy8wazz0gohZargfZCuL8xkUZ { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 { display:block; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCWKt5G1AdsIcu5A3zyUpqwKqrv2TzBm { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5eNgIesEWrF3iCaWfbo6xST4nPnKwi { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnlnkS9FlNf2QaDh831sqUPkbfvJIMu { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lenEBqI1tvyGQ1DlKX1JIhiy8r3hRLPM { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJ2GpU0BAe2NOtA3urWrKbPNoMOdvPG { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDCiBv2AxcQad5cx516AsQdNTx7VVc6 { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33JJGrx07mNT3yGV7Pz0S2v9rVJyJVT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhXte7L3OOsvWTy7WTR6DXTuauD7vnJb { display:block; }
 }@media only screen and (max-width: 763px) { #hoUzqP2LUauOlaNLTdGpKhVeN2tE4gSE { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwdKzDJRwEWRQP2MnapKgnoq9dc6wMT { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKexcqoRyq1oylxxP8lXAKRhUQa5pnTd { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSPGWcc6B6GtQbe4xC4euAzFDy9IVt5 { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N28yvnXOw2RCfTcHtNImUN7Z5Pk0kz8X { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKT9H2PgOBoqc3hnlO6sakJiQD2nZWR { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Urx13S8Hez2rIDOTsFriwekm4R4b9d { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7JVIISMS7CAoTRHQRF9lDTReegDEAe { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCuvGV96aCxTQPmPclyxmqS8uO4Oyi4U { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO3KDDpTTk8ldsMZVy6afcAXoCfq0F9V { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUGo2gkwhoAIUnUVwwlpWgHEm5MPngO { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBRXMqZC7tXXA53Z1RX8IsKcg5erak84 { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJl5TAhMu7xlUsGvMwyhqiGQQcmcOkcd { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbR2C2Eeh5s2LpKwP3JctIuLHUxeiyW { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJP4U1Kfo0Ka09GrJ9Xxuc50ZHU6Udgo { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9C8NPluA9RPyh9sEmlgoa6sbIu02X5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAzJQN0Do3givG1SwnCQCRU1gozEfsTt { display:block; }
 }@media only screen and (max-width: 763px) { #FUAXZkK4dmzAXg9ZsGJ8he1QLd53dKLH { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwk5Ss8xEws2T1nMul6M6T7NPNNLrdx { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuR5xBAGpRDhLb42TWfuO0J7WRdsRyoC { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUKD8sCVJOTML25RKxi5ItJC5c0QotP7 { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4OxVW4JHB5O9m8gd7z0pGIn9p3nDNb8 { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkSwKpKHTTWvk6Fg21Zi9ciHaDQPG9Mx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LkP2sur5JCbL9vKzed9dc1ol7iOn8v { display:block; }
 }@media only screen and (max-width: 763px) { #QgsK3TqltngqdcRibHEXDFBrTZmPTumT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBUDWuWeGBzl5dWiWwgRDB65HR97I0e { display:block; }
 }@media only screen and (max-width: 763px) { #Stm1zcVQQt0LXBMS0moJ7RTuN9xM1tOR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyJhTTl2Qn9yswFAiZodmf5igBWrEcXP { display:block; }
 }@media only screen and (max-width: 763px) { #tbgdl6NsTD6GwPRGiy7B4r0dIrRz8ALr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsyU2thysCeiRsMaA1gfW1wzww225kIW { display:block; }
 }@media only screen and (max-width: 763px) { #zWIW8zOUJZWlhp4hTnaqZRE2ed2PS1nT { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc4EnHWeHdIpoTiAbNtVUXmvPoDV8Ssk { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqOkCH3TseT1kqHrFm0UERZMVDTt8aq { width:19.875rem;height:3.75rem;top:90.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyF8PhEgEUOs53WSrC1CsIRUxDTOpVtU { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACErB20uwTWbQAkTBmAnweHePv6OBGB6 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieh2T17O0FLQlWOGzW8PWoxvbnh33mWo { display:block; }
 }@media only screen and (max-width: 763px) { #pkPSEXCgoJtqcOmpWrOnynRxn0lsP7h9 { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTEls3TGboysTWG0u15QDuM8A6sq9pT { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE23Q8FEsTDDdThpoNopiVl5Gyrig86t { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2LgaXLg4vctCkLcyhi5hzRii9I76ZVe { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfG73e7Zd6w7X5ga1vEV1bR9ueU6DhAo { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDXGUTdTb4o8CBPw7ovP4VnqQ4s2HIkQ { display:block; }
 }@media only screen and (max-width: 763px) { #GQ15TiZkTQ429dbIuJzvamMVix073nTu { display:block; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWrdTK59CfsaRdSMFA1IhvddrpDhtZr1 { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VCSxxqfUyVzZU7Gey4K7TPOsBulFLB { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m56zUC5XRtsMyuud1XvT22MsSQosfh3y { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv5in5oza0fyub39qwRGQ1fRFV6zmTJ2 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdcuWM4CdIqerSO4g0Dp3bC8Gv0s9G0u { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiUDScml162zpr0HOeOssQfhieD2qJm { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block; }
 }@media only screen and (max-width: 763px) { #X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block; }
 }@media only screen and (max-width: 763px) { #qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block; }
 }@media only screen and (max-width: 763px) { #sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block; }
 }@media only screen and (max-width: 763px) { #AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block; }
 }@media only screen and (max-width: 763px) { #TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block; }
 }@media only screen and (max-width: 763px) { #DsGwqBhy6goAJiulH497oz7Wgys1Didb { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { display:block; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:16.5625rem;height:12.25rem;top:19.5rem;left:1.65625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:20rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { width:13.125rem;height:2.6875rem;top:71.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block; }
 }@media only screen and (max-width: 763px) { #nQiCmNxlBAERB9PB1CluJNsMXspCw0es { width:12.5rem;height:0.125rem;top:11.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:15.375rem;height:12.6875rem;top:13.59375rem;left:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { width:13.375rem;height:9.9375rem;top:11.90625rem;left:6.3803294573644rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { width:20rem;height:25.59376875rem;top:32.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { width:11.375rem;height:4.62890625rem;top:60rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { width:20rem;height:4.62890625rem;top:65.50390625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0yAQeA8w8ETKDf8Euh2cueTEQuTSm5r { width:20rem;height:1.92480625rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #thQDl41OmvTklzFORD9kaJzE7Rc5xOHn { display:block; }#thQDl41OmvTklzFORD9kaJzE7Rc5xOHn > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIPg5oOG7cvU346fIPKk8ULqz5uSU8er { width:20rem;height:2.4375rem;top:29.2412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:700;font-style:normal;line-height:1;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-text {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-select {padding-top: 0; padding-bottom: 0;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT  { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U05Jug45m6L71sFXJ4i1pcv85HRRizJT {display:block;}#U05Jug45m6L71sFXJ4i1pcv85HRRizJT { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #J31T5CJaKpGZ7Vq7raulROBvVAE3bg7G {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #n7lgKQcv3aZpZWhtfNzoq9cWIKWn06K1 { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #IDD8egzZyqJb4BkHx0AzkTe6rtaKJ90v {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #MakIIOBNliQfCGkdTCgiziQ9mZAWR64p {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ZTkaLsAElaJnfo8bo2w4TaA1FbVOyUax { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #aFbsweARea0eV3uOkVmwVfCwNlq8SiUC {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #duxmUlOzn94ai1ymTZ3FbtRKEQvN4PSt {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JRplcr6aCJerrPCiO6RkFfZ5P7trMuzw { display:block; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #X4GU6AE4OOS9gVkoC3BVvBX2J5hVgpR3 {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #oyn6e2I3zsipcw1I9HaCNxF8ACBoMo0o {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #JENFUvhRwpVD7NwOW4u1u6w3owCLT9Tg {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #tOKcwngx9dQ4M36Iy1GHRITyF60r6Pno {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #ytOXNToyI7MbPmcNpZ36GV8D1bV0IQLe {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #QK2uskx9x2lTgPntqntL3SL4KSuCErIp { z-index:2; }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #r5gddpTWy9N6erbrWs2BPnF8bUEnXomQ {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #B1tcKrT0Tg6GRTpuUwoRTaBPEAmtza4S {  }
 }@media only screen and (max-width: 763px) { #U05Jug45m6L71sFXJ4i1pcv85HRRizJT #GxbRDVw5ByAp3xqrAl9S21Zo3zy4kIfb {  }
 }@media only screen and (max-width: 763px) { #bwcUEf6lzefbAPC6Z1Qvoc7ZSz8VBEdr { width:9.8125rem;height:0.1875rem;top:5.365234375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmNHTqCQbfmbvcN9A9VcnbEHS9CNLDX { width:5.125rem;height:7.875rem;top:0.6875rem;left:0.96875rem;z-index:15006;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55Jt8KZcNmDBKxI5sZzMpsxEzTAQb3p { width:13.5625rem;height:4.048825rem;top:1.318359375rem;left:5.96875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5CTE78cqkaVxbApdITznbnv1akseDz { display:block; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { width:20rem;height:21rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { width:20rem;height:2.19921875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { width:18.5625rem;height:3.75rem;top:40.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block; }
 }@media only screen and (max-width: 763px) { #SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E { background-color:#fdffff;background-image:none;display:block; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { background-color: transparent; background-image: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container > .video-iframe-container { display: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row > .video-iframe-container { display: none; }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .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); }#QbhFAWTdpD68pI0cUNwpSxH2ctgfA86E > .row .container { width:20rem;height:191.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1tMVl2z1IITSNP6BkSoqUotDvafkoJe { width:18.125rem;height:2.4375rem;top:22.474609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L38iy78GO9vgFP4vtPbbiZFooRbcSzA4 { width:20rem;height:4.19824375rem;top:26.8095703125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS23b2ArLG9LxcKWD6NUHFfkUdxOBn8A { width:19.75rem;height:28.75rem;top:68.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qarrNnvSF7pqOpHJ1HZO2grnzQgcefyA { width:20rem;height:4.72265625rem;top:86.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #JQSh0lMkhFFdUgk5KBCnkSDBTEXBXbNv { width:20rem;height:2.4375rem;top:81.662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbRX013q0TDil13S2KenrXfvOTVsANlm { width:20rem;height:5.59765625rem;top:147.341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GRWT1hWTnyMaIwJ7goZ3ygMvCtwcFcQt { width:20rem;height:2.25rem;top:142.380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #fNkm4pLlSHOcFPCutxqLfaRAaPtRkWxa { width:18.375rem;height:1.29980625rem;top:24.912109375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM2ZLy2cIJtua3yp8REpEnvedJArIE5A { width:18.3125rem;height:1.29980625rem;top:84.099609375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #the4ZUOM8yoGPCEks5R0DCrv4zmvQAFw { width:19.1875rem;height:1.0996125rem;top:144.630859375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZn0ISK4lnLWq7yhzyeaMNh5EV3TzLTu { width:18.75rem;height:12.125rem;top:69.005859375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkE4w7dZ1sqrPmqTHSB8IhnE3L6bhXzC { width:18.75rem;height:12.125rem;top:9.537109375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpVJgaEqlF4yT4cv1uW5VxI4mdBe3GKR { width:18.75rem;height:12.125rem;top:129.349609375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FfuaBQICTQOyPIFA127AMy72RwO9c6 { width:20rem;height:2.19921875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kyLH8Kc6FhCJwskbeHNgiNrSBk3I6Z37 { width:20rem;height:4.78125rem;top:3.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmCoAHqhSGh0Hb3vsGMlKn6wdiw8LtA { width:16.75rem;height:2.4375rem;top:51.234375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIKy8xrlbTf4Ix0a4Pb99ezz9TOQtnT { width:20rem;height:2.0625rem;top:111.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLWhCXESzp0NaEx6LzyuQaMxRL8kdxw { width:19.9375rem;height:2.625rem;top:173.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ9SeD9JX29iEBDTk0ThGSNOx9ddOVSQ { width:19.75rem;height:28.125rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyofVrNxlTykZxl8rW2leonDJv4P3omv { width:19.75rem;height:29.125rem;top:129.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlnnRTnLW64ryT0kcxUouzTBemC8BAc { width:19.75rem;height:29.875rem;top:37.818359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvQLXu9TE1sMkZ6gFmzXng3ST9I0iRJc { width:19.75rem;height:30.125rem;top:98.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0yCsQA6n7betH7hS9KLya1b1Rk50BlB { width:19.75rem;height:31.0625rem;top:159.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a759TNnyifEGyolPhqOTv6qfDCR38e3Q { width:18.75rem;height:12.125rem;top:38.568359375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ5A6oBoIMF6EBfcxxuMoUPVTklyGZ9e { width:18.75rem;height:12.125rem;top:98.9375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uozmlex7CKUQnyTKHzEvrZFCQnBe6PJ4 { width:18.75rem;height:12.125rem;top:160.224609375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdJCsaMg3dDM6b21TJx7WWMxKlCTsuD { width:19.75rem;height:2.5996125rem;top:53.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrhK07WCcfiSdAtConLirFcnorlTcoK { width:19.8125rem;height:1.29980625rem;top:114.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9Omg3XlmCXVLDMmRMT6ikTnJ9EocTV { width:20rem;height:1.798825rem;top:177.0458984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwzbBXKTJ69Wt3VT0rtaWKHdKii0DWL { width:18.75rem;height:5.59765625rem;top:57.1767578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FRrfP9I9GIEwkic6W6cQOrQniXJKd33Z { width:18.3125rem;height:5.59765625rem;top:117.2646484375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eaxnQcSc5awN6ErqyIErE1o4zUwcUHLe { width:18.75rem;height:5.59765625rem;top:179.8955078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TI2QiUapd8gfBxhtrXlzMcnDnVN0lnnK { width:12.375rem;height:3rem;top:63.7705078125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beUaz3ptVhOOrUFwmrLEGzFo9hEOKWAd { display:block; }
 }@media only screen and (max-width: 763px) { #Wlgd8kv3mp8ZmgRWc3dPOt6yHz0fZ067 { width:12.375rem;height:3.625rem;top:32.287109375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAML3AT7xmdLVafTpV2BI3FKNaPGG8S { display:block; }
 }@media only screen and (max-width: 763px) { #RmQTNuPbIvwDFirvV7I4KHfI2eB3c59F { width:12.375rem;height:3rem;top:92.849609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwHnpNGtNAoi8UaGLbN1LqF1raMUwimF { display:block; }
 }@media only screen and (max-width: 763px) { #blvP2XlUz9wfiiyO4mBPGVzrGHZ83xFp { width:12.375rem;height:3rem;top:154.130859375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mBtW2X5JX75ONRJbWGxvxB6Mte5JJg { display:block; }
 }@media only screen and (max-width: 763px) { #lwHzaIxe9K4wccNztAfDnEONxxIllwAu { width:12.375rem;height:3rem;top:124.3583984375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZXnE74lX2MmJhEKn71LSKuTZ3M4RCL { display:block; }
 }@media only screen and (max-width: 763px) { #TJ51av2ni3VEE0ktyz6u70lSax2QPVIO { width:12.375rem;height:3rem;top:186.7392578125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nylg7Vi4Mb9DIrvaBUGWcEo2NwWroTpp { display:block; }
 }@media only screen and (max-width: 763px) { #M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { display:block; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { width:20rem;height:2.19921875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { width:20rem;height:4rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block; }
 }@media only screen and (max-width: 763px) { #wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB { display:block; }#wqIBTTy9GqMVlqdDU1TGy64cdGDMVLVB > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0alHwBsDasrHsmNbXVwTFPqpOWnCrQc { width:18.75rem;height:4.94824375rem;top:27.01171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfyxpaJuJzbmIuN2k0LDiaEJSuxOmBv { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lyMIXw3zR6RmwLxwgKVTi6Ce1d4N9v { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTNeNgWN2QhVRiczex8Mf3gciAmu9Um { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlZgHvvZ99gcxaOOZ17ho0fgZziM0C5u { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaKRV1gIzMTBoZTPt1yR7X6h78IyWaWc { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItekT0h32vGTTQO5M5LmFciZX9sTHlPJ { display:block; }
 }@media only screen and (max-width: 763px) { #zTNogCkBwA7nPWGqawgGGD7lyinzkcdm { width:12.5625rem;height:4.62890625rem;top:33.2099625rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmbIe52iJTc6T3pSR4nCxLrKJCHw80ch { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVoSlSxRAiCN3H4SfiKr0Exq4JvS3ag { display:block; }
 }@media only screen and (max-width: 763px) { #u6PrDklobkeNRn7BbW8yMyZphmxsFDPa { width:20rem;height:4.62890625rem;top:39.08886875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atleg5f173EI7qo15mdhTFVmxcBo4O3p { width:20rem;height:5.19921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lHrxvIMGs49NZ2LO5ZRz5HdUC0W6I4 { width:20rem;height:3.1875rem;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQl0zdyKCy6n9cMdLpfkKQHaW7Z3xnE { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUfgCL4AmiMT85SPTG5bQrg7FOyCAgm { display:block; }
 }@media only screen and (max-width: 763px) { #wpAua39yHmb2reOGwJFLLuFBeZvaWcLx { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxu5eTrfTihDgm23J60TOnPpxyVNm8x { display:block; }
 }@media only screen and (max-width: 763px) { #ueL4L8ovmTPAozlNLAiGm5sLq3lciNVt { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF6JWLdBlQe57OvTnpn8CqaiIBc2chNc { display:block; }
 }@media only screen and (max-width: 763px) { #Sq21Pg7fiv8sn1GQQHwXcFVQAPc1HCzb { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxsQddn9ffUDKi7QTy4PP7tKpZaLDiKp { display:block; }
 }@media only screen and (max-width: 763px) { #QX4ZRmL8WG9SK5alCaER2UlBMgHLZb6A { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxeaE4cONdN53ypRBp6E6R8y5hIBholA { display:block; }
 }@media only screen and (max-width: 763px) { #FVar3BWEQxThmB6063dZcDwPT3BKmptD { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5f2CeoC8NDbXPV1TA7N7drMk4wrqTtE { display:block; }
 }@media only screen and (max-width: 763px) { #MVDTnrt3BiITSGk4TRL8KCGFw9mF2SeD { width:20rem;height:4.94824375rem;top:67.592775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn9cFkUukKXIcTfOXrHpbLJKXPlMtcCb { width:20rem;height:3.1621125rem;top:109.3173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DzDvfEmH0hWlpN9Jne1Uz8VMIeTUfsmT { width:20rem;height:3.298825rem;top:148.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOGcdPSWzegPgAQftPmCOX7o0xheIWiS { width:11.375rem;height:4.62890625rem;top:73.79101875rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGheIBy4uwFckqKew7wT8DDRcXBpydXo { width:11.375rem;height:4.62890625rem;top:114.453125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmcUKnS4xIlEqRt1ih7XPi2AELK7ffI9 { width:11.375rem;height:4.62890625rem;top:154.0712890625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9UKUtAXB5D9owTLNWM8IHs1ulHirJW { width:18.1875rem;height:4.62890625rem;top:79.669925rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H96M9tBENeSsp97ihrpGTRMIlpUqvvAz { width:17.375rem;height:4.62890625rem;top:120.26953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIZHozruy8wazz0gohZargfZCuL8xkUZ { width:17.375rem;height:4.62890625rem;top:159.7001953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 { background-color:#fdffff;background-image:none;display:block; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { background-color: transparent; background-image: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container > .video-iframe-container { display: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row > .video-iframe-container { display: none; }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .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); }#yTTIaD8cBezDCikm1ntgSAsd5XJP0Xm5 > .row .container { width:20rem;height:301rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCWKt5G1AdsIcu5A3zyUpqwKqrv2TzBm { width:18.75rem;height:12.125rem;top:8.38671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5eNgIesEWrF3iCaWfbo6xST4nPnKwi { width:17.3125rem;height:3.5rem;top:21.26171875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnlnkS9FlNf2QaDh831sqUPkbfvJIMu { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lenEBqI1tvyGQ1DlKX1JIhiy8r3hRLPM { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJ2GpU0BAe2NOtA3urWrKbPNoMOdvPG { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MZDCiBv2AxcQad5cx516AsQdNTx7VVc6 { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33JJGrx07mNT3yGV7Pz0S2v9rVJyJVT { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhXte7L3OOsvWTy7WTR6DXTuauD7vnJb { display:block; }
 }@media only screen and (max-width: 763px) { #hoUzqP2LUauOlaNLTdGpKhVeN2tE4gSE { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwdKzDJRwEWRQP2MnapKgnoq9dc6wMT { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKexcqoRyq1oylxxP8lXAKRhUQa5pnTd { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSPGWcc6B6GtQbe4xC4euAzFDy9IVt5 { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N28yvnXOw2RCfTcHtNImUN7Z5Pk0kz8X { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KeKT9H2PgOBoqc3hnlO6sakJiQD2nZWR { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Urx13S8Hez2rIDOTsFriwekm4R4b9d { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7JVIISMS7CAoTRHQRF9lDTReegDEAe { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCuvGV96aCxTQPmPclyxmqS8uO4Oyi4U { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO3KDDpTTk8ldsMZVy6afcAXoCfq0F9V { width:19.875rem;height:3.5rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUGo2gkwhoAIUnUVwwlpWgHEm5MPngO { width:19.875rem;height:1.75rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBRXMqZC7tXXA53Z1RX8IsKcg5erak84 { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJl5TAhMu7xlUsGvMwyhqiGQQcmcOkcd { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sgbR2C2Eeh5s2LpKwP3JctIuLHUxeiyW { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJP4U1Kfo0Ka09GrJ9Xxuc50ZHU6Udgo { width:18.4375rem;height:10.5rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9C8NPluA9RPyh9sEmlgoa6sbIu02X5 { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAzJQN0Do3givG1SwnCQCRU1gozEfsTt { display:block; }
 }@media only screen and (max-width: 763px) { #FUAXZkK4dmzAXg9ZsGJ8he1QLd53dKLH { width:19.375rem;height:12rem;top:25.69921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwk5Ss8xEws2T1nMul6M6T7NPNNLrdx { width:18.4375rem;height:12rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuR5xBAGpRDhLb42TWfuO0J7WRdsRyoC { width:18.4375rem;height:10.5rem;top:170.76171875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUKD8sCVJOTML25RKxi5ItJC5c0QotP7 { width:18.4375rem;height:10.5rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4OxVW4JHB5O9m8gd7z0pGIn9p3nDNb8 { width:18.4375rem;height:12rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkSwKpKHTTWvk6Fg21Zi9ciHaDQPG9Mx { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LkP2sur5JCbL9vKzed9dc1ol7iOn8v { display:block; }
 }@media only screen and (max-width: 763px) { #QgsK3TqltngqdcRibHEXDFBrTZmPTumT { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBUDWuWeGBzl5dWiWwgRDB65HR97I0e { display:block; }
 }@media only screen and (max-width: 763px) { #Stm1zcVQQt0LXBMS0moJ7RTuN9xM1tOR { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyJhTTl2Qn9yswFAiZodmf5igBWrEcXP { display:block; }
 }@media only screen and (max-width: 763px) { #tbgdl6NsTD6GwPRGiy7B4r0dIrRz8ALr { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsyU2thysCeiRsMaA1gfW1wzww225kIW { display:block; }
 }@media only screen and (max-width: 763px) { #zWIW8zOUJZWlhp4hTnaqZRE2ed2PS1nT { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc4EnHWeHdIpoTiAbNtVUXmvPoDV8Ssk { width:19.625rem;height:13.375rem;top:222.32421875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqOkCH3TseT1kqHrFm0UERZMVDTt8aq { width:19.875rem;height:5.25rem;top:236.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WyF8PhEgEUOs53WSrC1CsIRUxDTOpVtU { width:18.4375rem;height:15rem;top:242.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACErB20uwTWbQAkTBmAnweHePv6OBGB6 { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieh2T17O0FLQlWOGzW8PWoxvbnh33mWo { display:block; }
 }@media only screen and (max-width: 763px) { #pkPSEXCgoJtqcOmpWrOnynRxn0lsP7h9 { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTEls3TGboysTWG0u15QDuM8A6sq9pT { width:19.8125rem;height:13.25rem;top:262.51171875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE23Q8FEsTDDdThpoNopiVl5Gyrig86t { width:19.125rem;height:5.25rem;top:276.51171875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V2LgaXLg4vctCkLcyhi5hzRii9I76ZVe { width:18.4375rem;height:13.5rem;top:282.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfG73e7Zd6w7X5ga1vEV1bR9ueU6DhAo { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDXGUTdTb4o8CBPw7ovP4VnqQ4s2HIkQ { display:block; }
 }@media only screen and (max-width: 763px) { #GQ15TiZkTQ429dbIuJzvamMVix073nTu { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { background-color: transparent; background-image: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container > .video-iframe-container { display: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row > .video-iframe-container { display: none; }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .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); }#GQ15TiZkTQ429dbIuJzvamMVix073nTu > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWrdTK59CfsaRdSMFA1IhvddrpDhtZr1 { width:20rem;height:1.3994125rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3VCSxxqfUyVzZU7Gey4K7TPOsBulFLB { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m56zUC5XRtsMyuud1XvT22MsSQosfh3y { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv5in5oza0fyub39qwRGQ1fRFV6zmTJ2 { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdcuWM4CdIqerSO4g0Dp3bC8Gv0s9G0u { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNiUDScml162zpr0HOeOssQfhieD2qJm { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }