.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:37.6875rem;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.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0.8125rem;height:4.8984375rem;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:33.4814453125rem;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:10.25rem;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:25.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10.953125rem;left:0.8125rem;height:20.390625rem;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:32.75390625rem;left:28.0869140625rem;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:32.75390625rem;left:40.5556640625rem;height:4.1425875rem;display:block; }
#lEZyDv17ADhB5J6J0mcEVTWnn6H1ly39 { 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:none; }
#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc { 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; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container { background-color: transparent; background-image: none; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container > .video-iframe-container { display: none; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row > .video-iframe-container { display: none; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .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); }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container { border-width: 0; border-radius: 0; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#m0dtnlTDTITVGTdIdVAV7xRMUEyxvLFc { 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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-form-header {  }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 [class*="-text"]:-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 [class*="-text"]::-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-container:first-of-type{padding-top:0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-container:last-of-type{padding-bottom:0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3  { 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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.9375rem;display:block;vertical-align:top; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 {display:block;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 { 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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #olEUoNGX0T4QiBnC2WmvhtCTMAvkOaN4 { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #ecrSgn0XuHsVMDh95x3dlzUKbK2wOFDt { position:relative;display:block; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #hMVUao8HHOVBkpTnSm2xV2L2F66CpO8V { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #KhvArZAbGL8RuoG7WAvTdDSQAzaqNfz6 { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #U10akM5SFLb8ma3m870l5CuTe9CpHnTx { position:relative;display:block; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #aADaTLQViFFm47v7MHFvesJWPmic018V { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #lxJLN3oahRnuoFr3rFrSXZZwtgHZMaoD { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #RAGTwZROqcJov30KModzz9fGbWERzgTn { position:relative;display:block; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #JmwvhsSqz8O3MJC1WgourkTyM7AnaMg8 { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qzlM9Wd4tHgRzyKyJmcrs3zoyCwHAxf2 { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qsd4XrO8rlSUPuNW7bAZMuHlcf0XGSXH { position:relative;display:block; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yBgIvHgzGihvTkr9q8go6n2AL5LH4dAm { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #EtbQ0be6DPOp3Nh9luLlJdhmB2iq0fXV { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #Ltv9Ktl94Z0uCfmNTRVuZbaSP1toT6II { position:relative;z-index:2; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #oZrfUuK2MHk8nH0ppAZhRTZE92TUmb8G { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #K1oOnuB2cF75Vou6TDPJZPLkiOiQiitl { position:relative; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yHTGT1tvcBTXBJH0oQMxJqZ9oKfVPNwJ { position:relative; }
#RsDLlKtRnnP30C3dNmU04ikuUpv8htTl { 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; }
#s9J7SmDfT08MT0Ssc085K6FC2AGVR8ix { 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; }
#RceyUmLPAiTFsseRzgqdHup04wrgLAzf { 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; }
#u6n3ApeblW0G0EP888Iviup2iWNQAbcA { 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; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { background-color: transparent; background-image: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container > .video-iframe-container { display: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row > .video-iframe-container { display: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .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); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { border-width: 0; border-radius: 0; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#kfm6Vp94yMRrIBmw9EGaRJsc6tTVuQC9 { 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; }
#vgGz2VE8Rk3Go8Z07dGX2pPW6O7DIvlR { 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; }
#gqwps4l6GZfF1IFXP2Trs5A5XTID0oFR { 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; }
#pDUQSVWEmvNOp1klQZqHMtTcqbwHMvTS { 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; }
#X9ZUu8GdEGFAIgdHWSk5v5UAQK5TJmAn { 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; }
#TTxIMc6RJDecmK3stvWeJMNnUmmITq2o { 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; }
#Gv1RRbBCcRBlW1qLQZlWaVyng2v1Av1h { 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; }
#a5oZuXvTv4mt36HihsMC0iPfa5TM4VxN { 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; }
#nvBQsyXFb5GZM3BdLqLdLkNwZws27srX { 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; }
#BGaUvQIogUkNktehRJhtAH6XlIpz7Cxz { 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; }
#lBeQniHtBTBJ6AUWmgPWZfXPInrNoJKz { 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; }
#wBhGUQ98TlunCJwq2ZCMBnAGcI1AkzCP { 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; }
#Uu17v6BOgyUB2S3yefTGbaWxtOCZezOo { 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; }
#DG3uHFrdHaBvummbdBnwnGy7x2CzIbfq { 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; }
#wH21S6X0xr6dvdTbZT6MBXwJashrQdDI { 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; }
#zhbH4PENy5TrxFZ0epZQaXOCLtM8EMrF { 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; }
#GNHkuOL2UupL0Xpc45pZKvEtt2eDfLAE { 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; }
#i3zcbym9UZzTg4ceBGaLIs2k0mg27eXx { 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; }
#yhzennTNW5EnKFJW97ttdiUGl23XKG3l { 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; }
#srA3uQEAvPNHIXg8xw4vxkm1dIBXlLAE { 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; }
#Zcvdkf4KnETmTVWkAAJyDGG72kLteodw { 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; }
#H39pLaqhJmO5nF1IC9BIcnh7hRGohg5a { 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; }
#IohwUmzRet9pRxFdaUrPXbJDfIbAEL6D { 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; }
#vRmp0kfImbEXIL2OTZa0XJumaIQTuzAM { 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; }
#UrhzWrPUriUKHu8zgim9cDixuVU7SGHL { 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; }
#hNvtwdCpQTAnTuAhDAcOrriarG8Jicza { 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; }
#QoUbAFxZWBlOvrPVtFmI9JxVXvAekwsr { 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; }
#TGOqy1q8t4TMrwIhnUkov1FqP749KeTl { 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; }
#pZhZxBmbkwwQex78FJ0nbqsqTkTnwET5 { 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; }
#A2kUMrFBvfJsavIOmrNgFCpBS22Otrhs { 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; }
#b9858dbABtmcGJGDhGxXC1VkrvOcsFhT { 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; }
#BID1Fo0odPIeHDOAWqdp2NybXgE98cby { 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; }
#OLBCg5hwkAUlvxeczA1l9eRl2tePqJ7K { 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; }
#TiQL2IdfTqzL3n23TDlOa39IeiILDmDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuaP2RuiPoWCnHRLTQn479739phE7cGi { 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; }
#h15DHErHwKBDbhbrdBHl9hTuWT1nCyET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2gynxBzhQrIZoyWAfs3yCDWeuDqBXQ7 { 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; }
#BaOpI5ul4tUoU7OsGPl0AyNDZISSavt5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R344ephJg6E1RCSDxPZTaf60EGfmN0gS { 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; }
#BsGueTkg0tm8sKDoLQ8lnO31ebFAuixF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQ99IR5Oem0RRHISSiK9cb2q7cgTTs4T { 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; }
#Xd8mmLWaouabJpLkTGZWTfzQggPHotEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M17CkfgNsUty68mVs3gyXPSwyLa6CGgh { 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; }
#BPucJzHW5HsyEneaTZug4Lpfaid6wGDd { 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; }
#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx { 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; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container { background-color: transparent; background-image: none; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container > .video-iframe-container { display: none; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row > .video-iframe-container { display: none; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .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); }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container { border-width: 0; border-radius: 0; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .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; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container { font-size:0.875rem;font-family:arial;height:90.6875rem;width:60rem;position:relative;display:block; }#e0mEXOHIo8ZpmZRKupHRRvOGWESSCr8O { 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; }
#hksZhZkHZRAehs7sSMoJt6KLSQvQGQtS { 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; }
#mUL8B2wmJ1GXKyQbOZDOPNILNVIhWMkh { 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.65625rem;left:2.75rem;overflow:hidden;display:block; }
#hvKt9Hc2XtXKgo5XkagvbVBamBNelmig { 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:39.908203125rem;left:2.75rem;overflow:hidden;display:block; }
#LGqfN3axoNcTEFpQrkrALgGDDtuybIFn { 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:56.28125rem;left:2.75rem;overflow:hidden;display:block; }
#nFFmdn5JxropIegftNK0aDBfsLTvDZau { 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:73.375rem;left:2.75rem;overflow:hidden;display:block; }
#W4PZdwnWIS2C2dKSZdozFLl5U3xGT3sX { 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; }
#N5mdf8BrhHdNCRTTt3pqyckdeW3uH193 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnzRx46X1To6ceCPxHKWJSvr1suBeaFA { 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; }
#BmNpfbWKMGTWodHoMaUtdEbQ2VlWxE0D { 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; }
#UPkzSHRcNl8b13uZX5VbJslpAbnXRQaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axxOcMwlMKXedFXyRgfVd1JfTWpVv88k { 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; }
#OGmW4rFFMJVbbMdyp0PogZXVfzIIyfR0 { 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; }
#oTI3nlDFL9yowwrh20VT4AE3z5GH3K57 { 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; }
#maWUxifvanqZKxdJWQOTSsQJpNXn29E0 { 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; }
#vCMH9IBasC0VoCLotTSqv4OWP0T1mJ1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ8OiShhTbzaxsk1Nn1lkTeBsPBCFHC4 { 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:15008;text-align:center;text-align-last:center;top:50.908203125rem;left:23.59375rem;display:block; }
#o72hx1TPk7en08Hg2DFKd53DptlhVwBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5L3nzAV5ENhyo8UKtkwUWsUayAsWLMO { 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:68.283203125rem;left:23.59375rem;display:block; }
#lAUFk7RxhcdVhP0UikTZhq9X0lWq8lfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teJNqMeehll4AKtTmlKTOrOfBBxv1ING { 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:85.31640625rem;left:23rem;display:block; }
#SVg0H0RHv1SQk3icsccbiJf1zGeE0Hwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcbC1N83X8XL0Q01bBgQFTNq2ZLynyOJ { 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; }
#h6FIVgVg9rIXzZeXBHLQ5ZqQTZ1W8obq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBA31IVqZ8OdGI8ekam75CngxAg9GO9z { 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:15009;text-align:center;text-align-last:center;top:50.845703125rem;left:37.625rem;display:block; }
#kDaGCQaK0IbiqRUcwHf7JT1G66kAsrMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlIrlFkbGx7WIfDavbBF0koU2XEaArcL { 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:68.251953125rem;left:37.625rem;display:block; }
#MtSGrCWphHWJEqH4WK3WltXpdDzy4sUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqhqmV1qC4GNPrutglphoG8WbRpgHL5u { 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:85.28515625rem;left:37.125rem;display:block; }
#ZrxUNHzow32EepUolme4yLQVri6rSWy1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTiUK5HP4AsnLqtAcRxEwxPE5Mh60aMF { 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; }
#QCiT0gLED9iS85SAyTSzhZ0gyUKABFIz { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:39.908203125rem;left:23.59375rem;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; }
#z8aWu0FBZTalnEiB8z637hdoEGdnzLLO { 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:57rem;left:23.59375rem;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; }
#EVMNK9dOksILJtOvkHMXPSLBuSTV5gQZ { 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:73.375rem;left:23.59375rem;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; }
#JitnTTc4MBhz4oi9O8DWhGtU068zPPyh { 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; }
#tZxwJtv861AmrytF0zd7IzK7rpyrs92U { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:44.9375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#icpk5Ho53JZxvTGZxLNdvoVcJszGLg7q { 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:62.375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#aPzCueGw9XOsDOwhRVfVGbc3gKmfodd4 { 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:79.125rem;left:23.59375rem;height:4.62890625rem;display:block; }
#hRo86GbHcUq1TJcnkAmGcf99q1Ga6rHc { 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; }
#hNk6MVvSdmg50iCnq4PuoTS1piV8SxdH { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.9375rem;left:37.625rem;height:4.62890625rem;display:block; }
#TN1x7OQKupzNnwIsAqDmB0HJSkZpuDdT { 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:62.375rem;left:37.625rem;height:4.62890625rem;display:block; }
#OgILFZgWSawKP1TGNPdnpOv1tJ9vum8K { 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:79.125rem;left:37.125rem;height:4.62890625rem;display:block; }
#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR { 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; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { background-color: transparent; background-image: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container > .video-iframe-container { display: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row > .video-iframe-container { display: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .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); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { border-width: 0; border-radius: 0; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#TPip4poo7G3AJhoBCnsy2uqKH2hagAcQ { 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; }
#ofRTgseVQzT3ghtIveFTvT7hJuVuNUNt { 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; }
#eX2RZTzc4OlV4ZdhohP5ZVmrc0gqFZWZ { 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; }
#ER6Z1SqATnXMsHsRbMLlMNrek9eTRHDk { 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; }
#lNduenXkMy4XPnQRMXDEix8KKqEUQapT { 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; }
#M8x3XTUTFJsDFznOwJJdcSbycOTzCJiN { 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; }
#PMA8GTxCTXIKtQu6cTepke8JHnAovVnv { 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; }
#csNE18GUi7JM3OdP84maxeB44zxzbJV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A43FbyFFfkM1yph5m99pExN0x0FT7aLI { 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; }
#rbbcS3zkQz6qb6OaGpasU9LTiiSPcPJg { 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; }
#oCqkWl8FlvcTeOiDM78cETTZsdITN9IG { 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; }
#l0yWHHWyAX4g0zQAC9q48XDWt7oRXBQD { 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; }
#ewrNJX4vJtMUg6DRTisgZdWAEFACpWBS { 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; }
#sOXEqTkbZXhuuV2JkfAJR4RTnbfOTFzX { 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; }
#eCBLF2bmRW8AiL5yBDc24IMBTO07mzBv { 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; }
#CpXv9GlhXl8WcVAhEaxETmbLI0FTCn2p { 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; }
#M5aiwTiNVqOrSiiW4O5DqrDaKD8q606Q { 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; }
#ZIhtiKTzaMXePVnXElVwiRHwUAsx2HZT { 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; }
#e1qyWyTLBU0WPxyiUTPFG22VZQtsbZI5 { 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; }
#UcMGuzd0KTnJ3uci2kU8TTToX6yQkT9X { 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; }
#JPbwxyeUgLPdwZrQaPdw3CW0AeIuDO1W { 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; }
#BSdFZuSVdLWyl8oXTOK6DOI9aTvPv8xP { 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; }
#hkiybxfS0qtt5TMbWSbbCHaUzXrlQDdc { 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; }
#UlVtPTlhEBDAITtznrg4Mxm3WMH012ts { 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; }
#dRO8hD7EtaPJMpRxy0n2XpJhFQIX4VVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvTZJ9WJTTpSZrfEdVdHgmOS0grbCqpz { 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; }
#BzgT0TBuIb98ASTL1fvQfbAnSeDvP85o { 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; }
#v6WLkrurxaHpFZSO4zrJobEtMRDrTUF7 { 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; }
#suxAwBtIC6vzLTDtK8UThmWXHNmNTXfs { 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; }
#wK7PJ55peaZ5gwaHyLUavu4DXvPT8Mgx { 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; }
#xDTZuBIUvmKuVF0hPTFfHb75vmFsDwTK { 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; }
#W10qOq3SBkrcH3I3fozUoWku3gXcJ595 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wf4Itktit5Nh0OgodIvZC79G0f1R5k39 { 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; }
#ZTSFaXFLPqs7DRqk9zMRei0t1LkSetaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIx4bdfGxyOOoZssMLOLMV695LQy12yM { 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; }
#q8sf2Etli5dVQSqBZOrVSEkPOo8atW4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2qIWEXBedkSTKALaPQNbIFtrLyzS3xl { 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; }
#ZLVDP5I0k8N5wEm9dhN39zF26VdepAFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHTzlTC4rhN0LBw2V8bhdKRn8Qfmvf8X { 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; }
#GoMPp5eiGnNN5au0gkXQmONnNtCyctch { 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; }
#kXbe7GafMasdPoHkztSn3aliAWgIEyZ0 { 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; }
#Dk2IBxCE1etXzUFEZGnMFNQRzoSdHI20 { 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; }
#rJDZTN0HORAzeJgaVSCy1vflPJ8A864f { 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; }
#yX0LUQdooeD9FW4siu2ZtS9tfWdrt96s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6k1cLtzPd8PbKawOlrUAqnTZazdu7sQ { 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; }
#p2U522Q79UgR5KFNWbt6wOakFD3ctLp3 { 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; }
#rsOHECewUJQolHFeJxlv2ed9dlyJ5T1M { 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; }
#UKTC1lFBP9ApClQRFq5gcdhxXeIn34TD { 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; }
#Ed1Sc9uIPpOuyrz7xro5OTMPJonXsrCx { 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; }
#JglkETbG9zO2GbvTgei9v0hy8d0mAqgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA { 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; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { background-color: transparent; background-image: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container > .video-iframe-container { display: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row > .video-iframe-container { display: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .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); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { border-width: 0; border-radius: 0; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#BhxgstqrSQDszD4tlF8CRz46SciDK6Zz { 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:21.6015625rem;left:18.46875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2CJMaVUWxlq3lQE6KgLAhOULCFTT4iT { 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.95703125rem;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; }
#fl8EKOUmF6I203VQ3z7n4X8RwdDOMNzC { 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:11.353515625rem;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; }
#ZVwWsUiCOEnq5Ed9WGlr1ZrsGnOsNTKI { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.072265625rem;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; }
#cpkGq7A6q1XnKk1MZPEST35iiAZThXqs { 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:16.4375rem;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; }
#v0HXgZBV7wg2ITmdJcLn2Vp2C4dICEbO { 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:18.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; }
#Ra6s1pURy0OLVcDnSh9VPcndkIkDOLGz { 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.95703125rem;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:10.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:25.375rem;height:20.375rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { top:32.75rem;left:21.9619140625rem;width:11.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { top:32.75rem;left:30.375rem;width:17.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZyDv17ADhB5J6J0mcEVTWnn6H1ly39 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc { display:block; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0dtnlTDTITVGTdIdVAV7xRMUEyxvLFc { width:22.5rem;height:;top:2.625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-regular-label { display:block;width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-text { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-textarea { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-select { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-button { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-checkbox-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3  { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .radio-container { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 {display:block;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #olEUoNGX0T4QiBnC2WmvhtCTMAvkOaN4 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #ecrSgn0XuHsVMDh95x3dlzUKbK2wOFDt { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #hMVUao8HHOVBkpTnSm2xV2L2F66CpO8V {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #KhvArZAbGL8RuoG7WAvTdDSQAzaqNfz6 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #U10akM5SFLb8ma3m870l5CuTe9CpHnTx { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #aADaTLQViFFm47v7MHFvesJWPmic018V {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #lxJLN3oahRnuoFr3rFrSXZZwtgHZMaoD {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #RAGTwZROqcJov30KModzz9fGbWERzgTn { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #JmwvhsSqz8O3MJC1WgourkTyM7AnaMg8 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qzlM9Wd4tHgRzyKyJmcrs3zoyCwHAxf2 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qsd4XrO8rlSUPuNW7bAZMuHlcf0XGSXH {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yBgIvHgzGihvTkr9q8go6n2AL5LH4dAm {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #EtbQ0be6DPOp3Nh9luLlJdhmB2iq0fXV {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #Ltv9Ktl94Z0uCfmNTRVuZbaSP1toT6II { z-index:2; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #oZrfUuK2MHk8nH0ppAZhRTZE92TUmb8G {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #K1oOnuB2cF75Vou6TDPJZPLkiOiQiitl {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yHTGT1tvcBTXBJH0oQMxJqZ9oKfVPNwJ {  }
 }@media only screen and (max-width: 763px) { #RsDLlKtRnnP30C3dNmU04ikuUpv8htTl { top:3.9375rem;left:20.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9J7SmDfT08MT0Ssc085K6FC2AGVR8ix { top:0.5625rem;left:0rem;width:23.8125rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RceyUmLPAiTFsseRzgqdHup04wrgLAzf { 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) { #u6n3ApeblW0G0EP888Iviup2iWNQAbcA { display:block; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfm6Vp94yMRrIBmw9EGaRJsc6tTVuQC9 { width:19.5rem;height:2.375rem;top:20.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgGz2VE8Rk3Go8Z07dGX2pPW6O7DIvlR { width:18.75rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwps4l6GZfF1IFXP2Trs5A5XTID0oFR { width:19.75rem;height:29.9375rem;top:6.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDUQSVWEmvNOp1klQZqHMtTcqbwHMvTS { width:18.75rem;height:6.375rem;top:25.5rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZUu8GdEGFAIgdHWSk5v5UAQK5TJmAn { 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) { #TTxIMc6RJDecmK3stvWeJMNnUmmITq2o { 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) { #Gv1RRbBCcRBlW1qLQZlWaVyng2v1Av1h { 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) { #a5oZuXvTv4mt36HihsMC0iPfa5TM4VxN { width:19.375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvBQsyXFb5GZM3BdLqLdLkNwZws27srX { width:19.4375rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGaUvQIogUkNktehRJhtAH6XlIpz7Cxz { width:19.625rem;height:2.1875rem;top:23.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBeQniHtBTBJ6AUWmgPWZfXPInrNoJKz { width:19.5625rem;height:13.375rem;top:6.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhGUQ98TlunCJwq2ZCMBnAGcI1AkzCP { width:19.5625rem;height:13.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu17v6BOgyUB2S3yefTGbaWxtOCZezOo { width:19.5625rem;height:13.375rem;top:6.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG3uHFrdHaBvummbdBnwnGy7x2CzIbfq { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH21S6X0xr6dvdTbZT6MBXwJashrQdDI { width:47.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhbH4PENy5TrxFZ0epZQaXOCLtM8EMrF { width:19.5625rem;height:2.3125rem;top:51.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNHkuOL2UupL0Xpc45pZKvEtt2eDfLAE { 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) { #i3zcbym9UZzTg4ceBGaLIs2k0mg27eXx { 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) { #yhzennTNW5EnKFJW97ttdiUGl23XKG3l { width:19.75rem;height:29.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srA3uQEAvPNHIXg8xw4vxkm1dIBXlLAE { width:19.75rem;height:29.9375rem;top:6.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcvdkf4KnETmTVWkAAJyDGG72kLteodw { width:19.75rem;height:29.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H39pLaqhJmO5nF1IC9BIcnh7hRGohg5a { width:19.75rem;height:29.9375rem;top:37.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohwUmzRet9pRxFdaUrPXbJDfIbAEL6D { width:19.75rem;height:29.9375rem;top:38rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRmp0kfImbEXIL2OTZa0XJumaIQTuzAM { width:19.75rem;height:13.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrhzWrPUriUKHu8zgim9cDixuVU7SGHL { width:19.875rem;height:13.375rem;top:38rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNvtwdCpQTAnTuAhDAcOrriarG8Jicza { width:19.75rem;height:13.375rem;top:38rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoUbAFxZWBlOvrPVtFmI9JxVXvAekwsr { width:19.75rem;height:2.5625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOqy1q8t4TMrwIhnUkov1FqP749KeTl { width:19.8125rem;height:1.25rem;top:54.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhZxBmbkwwQex78FJ0nbqsqTkTnwET5 { width:20rem;height:1.75rem;top:54.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2kUMrFBvfJsavIOmrNgFCpBS22Otrhs { width:18.75rem;height:5.625rem;top:57.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9858dbABtmcGJGDhGxXC1VkrvOcsFhT { width:18.3125rem;height:5.625rem;top:57.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BID1Fo0odPIeHDOAWqdp2NybXgE98cby { 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) { #OLBCg5hwkAUlvxeczA1l9eRl2tePqJ7K { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQL2IdfTqzL3n23TDlOa39IeiILDmDf { display:block; }
 }@media only screen and (max-width: 763px) { #KuaP2RuiPoWCnHRLTQn479739phE7cGi { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15DHErHwKBDbhbrdBHl9hTuWT1nCyET { display:block; }
 }@media only screen and (max-width: 763px) { #a2gynxBzhQrIZoyWAfs3yCDWeuDqBXQ7 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaOpI5ul4tUoU7OsGPl0AyNDZISSavt5 { display:block; }
 }@media only screen and (max-width: 763px) { #R344ephJg6E1RCSDxPZTaf60EGfmN0gS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGueTkg0tm8sKDoLQ8lnO31ebFAuixF { display:block; }
 }@media only screen and (max-width: 763px) { #HQ99IR5Oem0RRHISSiK9cb2q7cgTTs4T { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd8mmLWaouabJpLkTGZWTfzQggPHotEU { display:block; }
 }@media only screen and (max-width: 763px) { #M17CkfgNsUty68mVs3gyXPSwyLa6CGgh { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPucJzHW5HsyEneaTZug4Lpfaid6wGDd { 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) { #ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx { display:block; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0mEXOHIo8ZpmZRKupHRRvOGWESSCr8O { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hksZhZkHZRAehs7sSMoJt6KLSQvQGQtS { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUL8B2wmJ1GXKyQbOZDOPNILNVIhWMkh { top:23.625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvKt9Hc2XtXKgo5XkagvbVBamBNelmig { top:39.875rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGqfN3axoNcTEFpQrkrALgGDDtuybIFn { top:56.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFmdn5JxropIegftNK0aDBfsLTvDZau { top:73.375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4PZdwnWIS2C2dKSZdozFLl5U3xGT3sX { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mdf8BrhHdNCRTTt3pqyckdeW3uH193 { display:block; }
 }@media only screen and (max-width: 763px) { #cnzRx46X1To6ceCPxHKWJSvr1suBeaFA { 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) { #BmNpfbWKMGTWodHoMaUtdEbQ2VlWxE0D { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkzSHRcNl8b13uZX5VbJslpAbnXRQaP { display:block; }
 }@media only screen and (max-width: 763px) { #axxOcMwlMKXedFXyRgfVd1JfTWpVv88k { 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) { #OGmW4rFFMJVbbMdyp0PogZXVfzIIyfR0 { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTI3nlDFL9yowwrh20VT4AE3z5GH3K57 { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maWUxifvanqZKxdJWQOTSsQJpNXn29E0 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMH9IBasC0VoCLotTSqv4OWP0T1mJ1K { display:block; }
 }@media only screen and (max-width: 763px) { #WZ8OiShhTbzaxsk1Nn1lkTeBsPBCFHC4 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72hx1TPk7en08Hg2DFKd53DptlhVwBV { display:block; }
 }@media only screen and (max-width: 763px) { #r5L3nzAV5ENhyo8UKtkwUWsUayAsWLMO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAUFk7RxhcdVhP0UikTZhq9X0lWq8lfp { display:block; }
 }@media only screen and (max-width: 763px) { #teJNqMeehll4AKtTmlKTOrOfBBxv1ING { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVg0H0RHv1SQk3icsccbiJf1zGeE0Hwk { display:block; }
 }@media only screen and (max-width: 763px) { #HcbC1N83X8XL0Q01bBgQFTNq2ZLynyOJ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6FIVgVg9rIXzZeXBHLQ5ZqQTZ1W8obq { display:block; }
 }@media only screen and (max-width: 763px) { #bBA31IVqZ8OdGI8ekam75CngxAg9GO9z { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDaGCQaK0IbiqRUcwHf7JT1G66kAsrMG { display:block; }
 }@media only screen and (max-width: 763px) { #TlIrlFkbGx7WIfDavbBF0koU2XEaArcL { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtSGrCWphHWJEqH4WK3WltXpdDzy4sUo { display:block; }
 }@media only screen and (max-width: 763px) { #WqhqmV1qC4GNPrutglphoG8WbRpgHL5u { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxUNHzow32EepUolme4yLQVri6rSWy1 { display:block; }
 }@media only screen and (max-width: 763px) { #zTiUK5HP4AsnLqtAcRxEwxPE5Mh60aMF { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCiT0gLED9iS85SAyTSzhZ0gyUKABFIz { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8aWu0FBZTalnEiB8z637hdoEGdnzLLO { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMNK9dOksILJtOvkHMXPSLBuSTV5gQZ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitnTTc4MBhz4oi9O8DWhGtU068zPPyh { 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) { #tZxwJtv861AmrytF0zd7IzK7rpyrs92U { top:44.9375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpk5Ho53JZxvTGZxLNdvoVcJszGLg7q { top:62.375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzCueGw9XOsDOwhRVfVGbc3gKmfodd4 { top:79.125rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRo86GbHcUq1TJcnkAmGcf99q1Ga6rHc { 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) { #hNk6MVvSdmg50iCnq4PuoTS1piV8SxdH { top:44.9375rem;left:28.5625rem;width:19.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN1x7OQKupzNnwIsAqDmB0HJSkZpuDdT { top:62.375rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgILFZgWSawKP1TGNPdnpOv1tJ9vum8K { top:79.125rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmLusAT83aqdKozTd3IpbOlTfHqTnyR { display:block; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPip4poo7G3AJhoBCnsy2uqKH2hagAcQ { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofRTgseVQzT3ghtIveFTvT7hJuVuNUNt { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2RZTzc4OlV4ZdhohP5ZVmrc0gqFZWZ { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6Z1SqATnXMsHsRbMLlMNrek9eTRHDk { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNduenXkMy4XPnQRMXDEix8KKqEUQapT { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8x3XTUTFJsDFznOwJJdcSbycOTzCJiN { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA8GTxCTXIKtQu6cTepke8JHnAovVnv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNE18GUi7JM3OdP84maxeB44zxzbJV7 { display:block; }
 }@media only screen and (max-width: 763px) { #A43FbyFFfkM1yph5m99pExN0x0FT7aLI { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbcS3zkQz6qb6OaGpasU9LTiiSPcPJg { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCqkWl8FlvcTeOiDM78cETTZsdITN9IG { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0yWHHWyAX4g0zQAC9q48XDWt7oRXBQD { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewrNJX4vJtMUg6DRTisgZdWAEFACpWBS { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOXEqTkbZXhuuV2JkfAJR4RTnbfOTFzX { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCBLF2bmRW8AiL5yBDc24IMBTO07mzBv { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpXv9GlhXl8WcVAhEaxETmbLI0FTCn2p { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5aiwTiNVqOrSiiW4O5DqrDaKD8q606Q { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIhtiKTzaMXePVnXElVwiRHwUAsx2HZT { 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) { #e1qyWyTLBU0WPxyiUTPFG22VZQtsbZI5 { 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) { #UcMGuzd0KTnJ3uci2kU8TTToX6yQkT9X { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPbwxyeUgLPdwZrQaPdw3CW0AeIuDO1W { 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) { #BSdFZuSVdLWyl8oXTOK6DOI9aTvPv8xP { 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) { #hkiybxfS0qtt5TMbWSbbCHaUzXrlQDdc { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVtPTlhEBDAITtznrg4Mxm3WMH012ts { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRO8hD7EtaPJMpRxy0n2XpJhFQIX4VVD { display:block; }
 }@media only screen and (max-width: 763px) { #AvTZJ9WJTTpSZrfEdVdHgmOS0grbCqpz { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzgT0TBuIb98ASTL1fvQfbAnSeDvP85o { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WLkrurxaHpFZSO4zrJobEtMRDrTUF7 { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suxAwBtIC6vzLTDtK8UThmWXHNmNTXfs { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK7PJ55peaZ5gwaHyLUavu4DXvPT8Mgx { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTZuBIUvmKuVF0hPTFfHb75vmFsDwTK { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10qOq3SBkrcH3I3fozUoWku3gXcJ595 { display:block; }
 }@media only screen and (max-width: 763px) { #Wf4Itktit5Nh0OgodIvZC79G0f1R5k39 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSFaXFLPqs7DRqk9zMRei0t1LkSetaT { display:block; }
 }@media only screen and (max-width: 763px) { #NIx4bdfGxyOOoZssMLOLMV695LQy12yM { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sf2Etli5dVQSqBZOrVSEkPOo8atW4q { display:block; }
 }@media only screen and (max-width: 763px) { #H2qIWEXBedkSTKALaPQNbIFtrLyzS3xl { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVDP5I0k8N5wEm9dhN39zF26VdepAFw { display:block; }
 }@media only screen and (max-width: 763px) { #CHTzlTC4rhN0LBw2V8bhdKRn8Qfmvf8X { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMPp5eiGnNN5au0gkXQmONnNtCyctch { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbe7GafMasdPoHkztSn3aliAWgIEyZ0 { 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) { #Dk2IBxCE1etXzUFEZGnMFNQRzoSdHI20 { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJDZTN0HORAzeJgaVSCy1vflPJ8A864f { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0LUQdooeD9FW4siu2ZtS9tfWdrt96s { display:block; }
 }@media only screen and (max-width: 763px) { #d6k1cLtzPd8PbKawOlrUAqnTZazdu7sQ { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2U522Q79UgR5KFNWbt6wOakFD3ctLp3 { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOHECewUJQolHFeJxlv2ed9dlyJ5T1M { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKTC1lFBP9ApClQRFq5gcdhxXeIn34TD { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1Sc9uIPpOuyrz7xro5OTMPJonXsrCx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JglkETbG9zO2GbvTgei9v0hy8d0mAqgi { display:block; }
 }@media only screen and (max-width: 763px) { #iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA { display:block; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhxgstqrSQDszD4tlF8CRz46SciDK6Zz { top:21.5625rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2CJMaVUWxlq3lQE6KgLAhOULCFTT4iT { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl8EKOUmF6I203VQ3z7n4X8RwdDOMNzC { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwWsUiCOEnq5Ed9WGlr1ZrsGnOsNTKI { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkGq7A6q1XnKk1MZPEST35iiAZThXqs { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0HXgZBV7wg2ITmdJcLn2Vp2C4dICEbO { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6s1pURy0OLVcDnSh9VPcndkIkDOLGz { top:0.9375rem;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:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:16.625rem;height:12.3125rem;top:19.6875rem;left:2.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) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:20rem;height:3.5rem;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:69.625rem;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:12.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:15.875rem;height:13.0625rem;top:13.59375rem;left:1.1875rem;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.5625rem;height:10.0625rem;top:15.3125rem;left:6.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) { #ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { width:20rem;height:23.789125rem;top:33rem;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:58.375rem;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:63.69140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEZyDv17ADhB5J6J0mcEVTWnn6H1ly39 { width:20rem;height:4.0234375rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc { display:block; }#zDPgtxbkTcbEVpTPRlM4iea5cZWoKaZc > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0dtnlTDTITVGTdIdVAV7xRMUEyxvLFc { 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) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .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; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3  { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 {display:block;}#okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #olEUoNGX0T4QiBnC2WmvhtCTMAvkOaN4 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #ecrSgn0XuHsVMDh95x3dlzUKbK2wOFDt { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #hMVUao8HHOVBkpTnSm2xV2L2F66CpO8V {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #KhvArZAbGL8RuoG7WAvTdDSQAzaqNfz6 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #U10akM5SFLb8ma3m870l5CuTe9CpHnTx { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #aADaTLQViFFm47v7MHFvesJWPmic018V {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #lxJLN3oahRnuoFr3rFrSXZZwtgHZMaoD {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #RAGTwZROqcJov30KModzz9fGbWERzgTn { display:block; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #JmwvhsSqz8O3MJC1WgourkTyM7AnaMg8 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qzlM9Wd4tHgRzyKyJmcrs3zoyCwHAxf2 {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #qsd4XrO8rlSUPuNW7bAZMuHlcf0XGSXH {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yBgIvHgzGihvTkr9q8go6n2AL5LH4dAm {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #EtbQ0be6DPOp3Nh9luLlJdhmB2iq0fXV {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #Ltv9Ktl94Z0uCfmNTRVuZbaSP1toT6II { z-index:2; }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #oZrfUuK2MHk8nH0ppAZhRTZE92TUmb8G {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #K1oOnuB2cF75Vou6TDPJZPLkiOiQiitl {  }
 }@media only screen and (max-width: 763px) { #okx4ccDd0rUMLNmw4W27qyJKJKVLDbf3 #yHTGT1tvcBTXBJH0oQMxJqZ9oKfVPNwJ {  }
 }@media only screen and (max-width: 763px) { #RsDLlKtRnnP30C3dNmU04ikuUpv8htTl { width:9.8125rem;height:0.1875rem;top:5.365234375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9J7SmDfT08MT0Ssc085K6FC2AGVR8ix { 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) { #RceyUmLPAiTFsseRzgqdHup04wrgLAzf { 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) { #u6n3ApeblW0G0EP888Iviup2iWNQAbcA { background-color:#fdffff;background-image:none;display:block; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { background-color: transparent; background-image: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container > .video-iframe-container { display: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row > .video-iframe-container { display: none; }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .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); }#u6n3ApeblW0G0EP888Iviup2iWNQAbcA > .row .container { width:20rem;height:191.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfm6Vp94yMRrIBmw9EGaRJsc6tTVuQC9 { 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) { #vgGz2VE8Rk3Go8Z07dGX2pPW6O7DIvlR { 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) { #gqwps4l6GZfF1IFXP2Trs5A5XTID0oFR { width:19.75rem;height:28.75rem;top:68.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDUQSVWEmvNOp1klQZqHMtTcqbwHMvTS { 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) { #X9ZUu8GdEGFAIgdHWSk5v5UAQK5TJmAn { 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) { #TTxIMc6RJDecmK3stvWeJMNnUmmITq2o { 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) { #Gv1RRbBCcRBlW1qLQZlWaVyng2v1Av1h { 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) { #a5oZuXvTv4mt36HihsMC0iPfa5TM4VxN { 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) { #nvBQsyXFb5GZM3BdLqLdLkNwZws27srX { 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) { #BGaUvQIogUkNktehRJhtAH6XlIpz7Cxz { 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) { #lBeQniHtBTBJ6AUWmgPWZfXPInrNoJKz { 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) { #wBhGUQ98TlunCJwq2ZCMBnAGcI1AkzCP { 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) { #Uu17v6BOgyUB2S3yefTGbaWxtOCZezOo { 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) { #DG3uHFrdHaBvummbdBnwnGy7x2CzIbfq { 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) { #wH21S6X0xr6dvdTbZT6MBXwJashrQdDI { 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) { #zhbH4PENy5TrxFZ0epZQaXOCLtM8EMrF { 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) { #GNHkuOL2UupL0Xpc45pZKvEtt2eDfLAE { 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) { #i3zcbym9UZzTg4ceBGaLIs2k0mg27eXx { 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) { #yhzennTNW5EnKFJW97ttdiUGl23XKG3l { width:19.75rem;height:28.125rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srA3uQEAvPNHIXg8xw4vxkm1dIBXlLAE { width:19.75rem;height:29.125rem;top:129.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcvdkf4KnETmTVWkAAJyDGG72kLteodw { width:19.75rem;height:29.875rem;top:37.818359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H39pLaqhJmO5nF1IC9BIcnh7hRGohg5a { width:19.75rem;height:30.125rem;top:98.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohwUmzRet9pRxFdaUrPXbJDfIbAEL6D { width:19.75rem;height:31.0625rem;top:159.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRmp0kfImbEXIL2OTZa0XJumaIQTuzAM { 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) { #UrhzWrPUriUKHu8zgim9cDixuVU7SGHL { 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) { #hNvtwdCpQTAnTuAhDAcOrriarG8Jicza { 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) { #QoUbAFxZWBlOvrPVtFmI9JxVXvAekwsr { 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) { #TGOqy1q8t4TMrwIhnUkov1FqP749KeTl { 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) { #pZhZxBmbkwwQex78FJ0nbqsqTkTnwET5 { 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) { #A2kUMrFBvfJsavIOmrNgFCpBS22Otrhs { 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) { #b9858dbABtmcGJGDhGxXC1VkrvOcsFhT { 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) { #BID1Fo0odPIeHDOAWqdp2NybXgE98cby { 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) { #OLBCg5hwkAUlvxeczA1l9eRl2tePqJ7K { width:12.375rem;height:3rem;top:63.7705078125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQL2IdfTqzL3n23TDlOa39IeiILDmDf { display:block; }
 }@media only screen and (max-width: 763px) { #KuaP2RuiPoWCnHRLTQn479739phE7cGi { width:12.375rem;height:3.625rem;top:32.287109375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15DHErHwKBDbhbrdBHl9hTuWT1nCyET { display:block; }
 }@media only screen and (max-width: 763px) { #a2gynxBzhQrIZoyWAfs3yCDWeuDqBXQ7 { width:12.375rem;height:3rem;top:92.849609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaOpI5ul4tUoU7OsGPl0AyNDZISSavt5 { display:block; }
 }@media only screen and (max-width: 763px) { #R344ephJg6E1RCSDxPZTaf60EGfmN0gS { width:12.375rem;height:3rem;top:154.130859375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGueTkg0tm8sKDoLQ8lnO31ebFAuixF { display:block; }
 }@media only screen and (max-width: 763px) { #HQ99IR5Oem0RRHISSiK9cb2q7cgTTs4T { width:12.375rem;height:3rem;top:124.3583984375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd8mmLWaouabJpLkTGZWTfzQggPHotEU { display:block; }
 }@media only screen and (max-width: 763px) { #M17CkfgNsUty68mVs3gyXPSwyLa6CGgh { width:12.375rem;height:3rem;top:186.7392578125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPucJzHW5HsyEneaTZug4Lpfaid6wGDd { 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) { #ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx { display:block; }#ERh19L06W0xJWcXq5Q9kFoEW2ITA7Ncx > .row .container { width:20rem;height:214.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0mEXOHIo8ZpmZRKupHRRvOGWESSCr8O { 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) { #hksZhZkHZRAehs7sSMoJt6KLSQvQGQtS { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUL8B2wmJ1GXKyQbOZDOPNILNVIhWMkh { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvKt9Hc2XtXKgo5XkagvbVBamBNelmig { width:18.25rem;height:13.625rem;top:93.36133125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGqfN3axoNcTEFpQrkrALgGDDtuybIFn { width:18.25rem;height:13.625rem;top:134.0048875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFmdn5JxropIegftNK0aDBfsLTvDZau { width:18.25rem;height:13.625rem;top:174.64844375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4PZdwnWIS2C2dKSZdozFLl5U3xGT3sX { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mdf8BrhHdNCRTTt3pqyckdeW3uH193 { display:block; }
 }@media only screen and (max-width: 763px) { #cnzRx46X1To6ceCPxHKWJSvr1suBeaFA { 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) { #BmNpfbWKMGTWodHoMaUtdEbQ2VlWxE0D { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkzSHRcNl8b13uZX5VbJslpAbnXRQaP { display:block; }
 }@media only screen and (max-width: 763px) { #axxOcMwlMKXedFXyRgfVd1JfTWpVv88k { 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) { #OGmW4rFFMJVbbMdyp0PogZXVfzIIyfR0 { width:20rem;height:5.19921875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTI3nlDFL9yowwrh20VT4AE3z5GH3K57 { 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) { #maWUxifvanqZKxdJWQOTSsQJpNXn29E0 { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMH9IBasC0VoCLotTSqv4OWP0T1mJ1K { display:block; }
 }@media only screen and (max-width: 763px) { #WZ8OiShhTbzaxsk1Nn1lkTeBsPBCFHC4 { width:12.375rem;height:2.625rem;top:124.5048828125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72hx1TPk7en08Hg2DFKd53DptlhVwBV { display:block; }
 }@media only screen and (max-width: 763px) { #r5L3nzAV5ENhyo8UKtkwUWsUayAsWLMO { width:12.375rem;height:2.625rem;top:166.83594375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAUFk7RxhcdVhP0UikTZhq9X0lWq8lfp { display:block; }
 }@media only screen and (max-width: 763px) { #teJNqMeehll4AKtTmlKTOrOfBBxv1ING { width:12.375rem;height:2.625rem;top:205.82910625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVg0H0RHv1SQk3icsccbiJf1zGeE0Hwk { display:block; }
 }@media only screen and (max-width: 763px) { #HcbC1N83X8XL0Q01bBgQFTNq2ZLynyOJ { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6FIVgVg9rIXzZeXBHLQ5ZqQTZ1W8obq { display:block; }
 }@media only screen and (max-width: 763px) { #bBA31IVqZ8OdGI8ekam75CngxAg9GO9z { width:13.125rem;height:2.6875rem;top:128.2548828125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDaGCQaK0IbiqRUcwHf7JT1G66kAsrMG { display:block; }
 }@media only screen and (max-width: 763px) { #TlIrlFkbGx7WIfDavbBF0koU2XEaArcL { width:13.125rem;height:2.6875rem;top:170.71094375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtSGrCWphHWJEqH4WK3WltXpdDzy4sUo { display:block; }
 }@media only screen and (max-width: 763px) { #WqhqmV1qC4GNPrutglphoG8WbRpgHL5u { width:13.125rem;height:2.6875rem;top:209.70410625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxUNHzow32EepUolme4yLQVri6rSWy1 { display:block; }
 }@media only screen and (max-width: 763px) { #zTiUK5HP4AsnLqtAcRxEwxPE5Mh60aMF { 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) { #QCiT0gLED9iS85SAyTSzhZ0gyUKABFIz { width:20rem;height:3.1621125rem;top:108.23633125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8aWu0FBZTalnEiB8z637hdoEGdnzLLO { width:20rem;height:4.94824375rem;top:148.8798875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMNK9dOksILJtOvkHMXPSLBuSTV5gQZ { width:20rem;height:3.298825rem;top:189.52344375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JitnTTc4MBhz4oi9O8DWhGtU068zPPyh { 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) { #tZxwJtv861AmrytF0zd7IzK7rpyrs92U { width:11.375rem;height:4.62890625rem;top:113.0595703125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icpk5Ho53JZxvTGZxLNdvoVcJszGLg7q { width:11.375rem;height:4.62890625rem;top:155.07813125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPzCueGw9XOsDOwhRVfVGbc3gKmfodd4 { width:11.375rem;height:4.62890625rem;top:194.07129375rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRo86GbHcUq1TJcnkAmGcf99q1Ga6rHc { 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) { #hNk6MVvSdmg50iCnq4PuoTS1piV8SxdH { width:19.1875rem;height:4.62890625rem;top:118.3759765625rem;left:0.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TN1x7OQKupzNnwIsAqDmB0HJSkZpuDdT { width:17.375rem;height:4.62890625rem;top:160.9570375rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgILFZgWSawKP1TGNPdnpOv1tJ9vum8K { width:17.375rem;height:4.62890625rem;top:199.9502rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNmLusAT83aqdKozTd3IpbOlTfHqTnyR { background-color:#fdffff;background-image:none;display:block; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { background-color: transparent; background-image: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container > .video-iframe-container { display: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row > .video-iframe-container { display: none; }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .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); }#zNmLusAT83aqdKozTd3IpbOlTfHqTnyR > .row .container { width:20rem;height:301rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPip4poo7G3AJhoBCnsy2uqKH2hagAcQ { 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) { #ofRTgseVQzT3ghtIveFTvT7hJuVuNUNt { 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) { #eX2RZTzc4OlV4ZdhohP5ZVmrc0gqFZWZ { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6Z1SqATnXMsHsRbMLlMNrek9eTRHDk { 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) { #lNduenXkMy4XPnQRMXDEix8KKqEUQapT { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M8x3XTUTFJsDFznOwJJdcSbycOTzCJiN { 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) { #PMA8GTxCTXIKtQu6cTepke8JHnAovVnv { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNE18GUi7JM3OdP84maxeB44zxzbJV7 { display:block; }
 }@media only screen and (max-width: 763px) { #A43FbyFFfkM1yph5m99pExN0x0FT7aLI { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbbcS3zkQz6qb6OaGpasU9LTiiSPcPJg { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCqkWl8FlvcTeOiDM78cETTZsdITN9IG { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0yWHHWyAX4g0zQAC9q48XDWt7oRXBQD { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ewrNJX4vJtMUg6DRTisgZdWAEFACpWBS { 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) { #sOXEqTkbZXhuuV2JkfAJR4RTnbfOTFzX { 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) { #eCBLF2bmRW8AiL5yBDc24IMBTO07mzBv { 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) { #CpXv9GlhXl8WcVAhEaxETmbLI0FTCn2p { 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) { #M5aiwTiNVqOrSiiW4O5DqrDaKD8q606Q { 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) { #ZIhtiKTzaMXePVnXElVwiRHwUAsx2HZT { 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) { #e1qyWyTLBU0WPxyiUTPFG22VZQtsbZI5 { 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) { #UcMGuzd0KTnJ3uci2kU8TTToX6yQkT9X { 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) { #JPbwxyeUgLPdwZrQaPdw3CW0AeIuDO1W { 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) { #BSdFZuSVdLWyl8oXTOK6DOI9aTvPv8xP { 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) { #hkiybxfS0qtt5TMbWSbbCHaUzXrlQDdc { 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) { #UlVtPTlhEBDAITtznrg4Mxm3WMH012ts { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRO8hD7EtaPJMpRxy0n2XpJhFQIX4VVD { display:block; }
 }@media only screen and (max-width: 763px) { #AvTZJ9WJTTpSZrfEdVdHgmOS0grbCqpz { 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) { #BzgT0TBuIb98ASTL1fvQfbAnSeDvP85o { 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) { #v6WLkrurxaHpFZSO4zrJobEtMRDrTUF7 { 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) { #suxAwBtIC6vzLTDtK8UThmWXHNmNTXfs { 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) { #wK7PJ55peaZ5gwaHyLUavu4DXvPT8Mgx { 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) { #xDTZuBIUvmKuVF0hPTFfHb75vmFsDwTK { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10qOq3SBkrcH3I3fozUoWku3gXcJ595 { display:block; }
 }@media only screen and (max-width: 763px) { #Wf4Itktit5Nh0OgodIvZC79G0f1R5k39 { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSFaXFLPqs7DRqk9zMRei0t1LkSetaT { display:block; }
 }@media only screen and (max-width: 763px) { #NIx4bdfGxyOOoZssMLOLMV695LQy12yM { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sf2Etli5dVQSqBZOrVSEkPOo8atW4q { display:block; }
 }@media only screen and (max-width: 763px) { #H2qIWEXBedkSTKALaPQNbIFtrLyzS3xl { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVDP5I0k8N5wEm9dhN39zF26VdepAFw { display:block; }
 }@media only screen and (max-width: 763px) { #CHTzlTC4rhN0LBw2V8bhdKRn8Qfmvf8X { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMPp5eiGnNN5au0gkXQmONnNtCyctch { 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) { #kXbe7GafMasdPoHkztSn3aliAWgIEyZ0 { 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) { #Dk2IBxCE1etXzUFEZGnMFNQRzoSdHI20 { 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) { #rJDZTN0HORAzeJgaVSCy1vflPJ8A864f { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0LUQdooeD9FW4siu2ZtS9tfWdrt96s { display:block; }
 }@media only screen and (max-width: 763px) { #d6k1cLtzPd8PbKawOlrUAqnTZazdu7sQ { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2U522Q79UgR5KFNWbt6wOakFD3ctLp3 { 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) { #rsOHECewUJQolHFeJxlv2ed9dlyJ5T1M { 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) { #UKTC1lFBP9ApClQRFq5gcdhxXeIn34TD { 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) { #Ed1Sc9uIPpOuyrz7xro5OTMPJonXsrCx { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JglkETbG9zO2GbvTgei9v0hy8d0mAqgi { display:block; }
 }@media only screen and (max-width: 763px) { #iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { background-color: transparent; background-image: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container > .video-iframe-container { display: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row > .video-iframe-container { display: none; }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .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); }#iIqlsNS5Acl4eHpmKmH5myJdvbQ8rBDA > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhxgstqrSQDszD4tlF8CRz46SciDK6Zz { width:20rem;height:1.3994125rem;top:22.0615234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2CJMaVUWxlq3lQE6KgLAhOULCFTT4iT { 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) { #fl8EKOUmF6I203VQ3z7n4X8RwdDOMNzC { width:20rem;height:1.29980625rem;top:12.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwWsUiCOEnq5Ed9WGlr1ZrsGnOsNTKI { width:20rem;height:1.29980625rem;top:15.162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkGq7A6q1XnKk1MZPEST35iiAZThXqs { width:20rem;height:1.29980625rem;top:17.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0HXgZBV7wg2ITmdJcLn2Vp2C4dICEbO { width:20rem;height:1.29980625rem;top:19.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6s1pURy0OLVcDnSh9VPcndkIkDOLGz { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }