.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#06101c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { border-width: 0; border-radius: 0; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:7.5rem;overflow:hidden;display:none; }
#P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:15rem;overflow:hidden;display:none; }
#onq0IQe8eedKTbVJ35dG08Ga90Cow124 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:22.5625rem;overflow:hidden;display:none; }
#VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:30.0625rem;overflow:hidden;display:none; }
#OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:37.75rem;overflow:hidden;display:none; }
#SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:45.3125rem;overflow:hidden;display:none; }
#m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:60.3125rem;overflow:hidden;display:none; }
#DfScDKq2giTctmgUexgnu0yExzknVBJW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:52.8125rem;overflow:hidden;display:none; }
#XrsELxyISCF5TsXxC7JtadshyCDParao { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#4285f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.625rem;left:2.25rem;display:block; }
#al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { position:absolute;display:block;z-index:15037;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:26.4375rem;width:35.25rem;top:-0.25rem;left:32.25rem;overflow:hidden;display:none; }
#U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.0625rem;top:6.5625rem;left:17.375rem;overflow:hidden;display:block; }
#Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.25rem;height:5.0371125rem;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; }
#xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15rem;left:8.25rem;display:none; }
#f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { color:rgba(255,255,255,0.94);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:22.1875rem;left:2.25rem;height:1.2246125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MSLU1Wkdq8xwnbfic9fLMLCbfaHChTgA { position:absolute;display:block;z-index:15046;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:40.875rem;width:33.1875rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#LCHvc3znog8vJ5o42tbu9KvcqEPDrAIw { color:rgba(255,255,255,0.94);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:34rem;left:4.4375rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIVUyTVNebWaxW81EpKTCciz5GQ8LgXb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:11.125rem;top:5.1875rem;left:2.25rem;overflow:hidden;display:block; }
#btvbhVQlT0TWwve38lv8RDP78xcTTx5T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#4285f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.375rem;left:2.25rem;display:block; }
#A04EIZmp5GqORt6WyIQfNxxP3Bk0z7az { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHKlSaa1HZ6Z4T88Pxelf0tXQPIK0PDD { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.3125rem;left:14.5625rem;height:2.51855625rem;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; }
#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE { position:relative;display:block; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE { background-color: transparent; background-image: none; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row .container > .video-iframe-container { display: none; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row > .video-iframe-container { display: none; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .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); }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE { border-width: 0; border-radius: 0; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .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; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X8qMmOR51GxOTkfAALbhpHmVJhBu9QgW { box-sizing:content-box;height:0.1875rem;width:55.1875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:1.125rem;left:9.90625rem;display:block; }
#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA { position:relative;display:block; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA { background-color: transparent; background-image: none; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row .container > .video-iframe-container { display: none; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row > .video-iframe-container { display: none; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .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); }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA { border-width: 0; border-radius: 0; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .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; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pk3UIsxkCJphhaA9DknPt7Jo28MoOq7z { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5390625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCbdmpZVTiyr1AX6l5MAiO22hFSXBMPx { 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:2.125rem;width:2.3125rem;top:3.5rem;left:53.9375rem;overflow:hidden;display:block; }
#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 { position:relative;display:block; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 { background-color: transparent; background-image: none; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row .container > .video-iframe-container { display: none; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row > .video-iframe-container { display: none; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .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); }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 { border-width: 0; border-radius: 0; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .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; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TRUJTkzirn5Lnw3e0AHH9f3BtccPSkHu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxD7hP940lyR10TZH05VMXu6baklcrNQ { position:relative;display:block; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ { background-color: transparent; background-image: none; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row .container > .video-iframe-container { display: none; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row > .video-iframe-container { display: none; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .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); }#yxD7hP940lyR10TZH05VMXu6baklcrNQ { border-width: 0; border-radius: 0; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .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; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hFSpUqzhIX291zk7gZ9sRxcuay8KRzon { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAdzKCqHdQCI9KHSlBeSoAZyWA9KTfWu { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcatURazBqg5BXZZo0Vflgt3UM3ohOp8 { 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:5.75rem;width:5.75rem;top:1.5rem;left:9.625rem;overflow:hidden;display:block; }
#h7VwT22sbblDuboay9smspzoTwRObLi5 { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:27.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhkMiV7D6TH9pJNQVrmFPINguV474l93 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:27.9375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6GnUA8ZHi03grRG4MR3p34S9lxPR5GT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.71875rem;left:34.8125rem;overflow:hidden;display:block; }
#cFfbZkIiQNtEJkLXem1IThVRqrEpkXnR { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhCzSW90KtMt2sTLSvrAw0k1aJthKx3k { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.9375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZeufxESC8TLc1Ho7pac5RpDyc5hMz23w { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:1.5625rem;left:59.625rem;overflow:hidden;display:block; }
#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL { position:relative;display:block; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL { background-color: transparent; background-image: none; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row .container > .video-iframe-container { display: none; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row > .video-iframe-container { display: none; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .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); }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL { border-width: 0; border-radius: 0; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .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; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RHmVsrvmI2oRg3qf9VUTi1ZO5X6tKpKR { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwM8TSvocOiUhLlyuaRgFzRUfKWABIcT { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nONtPQOixJNUmx3pBL3aLT0yT5mUXPaA { 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:5.75rem;width:5.75rem;top:1.8125rem;left:9.625rem;overflow:hidden;display:block; }
#ngN63o4Zo79LKBKzTACd05qEnm4vP6gb { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:27.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqpAqPxW5CSpatU1WdW4Rbc6yL6C8fbv { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:27.9375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCWUAUgXtP4zfFXO2h7oXEI77yOq1631 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:1.8125rem;left:34.625rem;overflow:hidden;display:block; }
#txEAAOqtbQcT0I6bSlTekQTIXSxJJPvX { color:#4285f4;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.0625rem;left:52.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNLtQMflbilxlu4AtJpEvyClFSOQUiys { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:52.9375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTk2uBDtqhTH6eJ93vArUzVNLm90Lz2a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:1.875rem;left:59.625rem;overflow:hidden;display:block; }
#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt { position:relative;display:block; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt { background-color: transparent; background-image: none; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row .container > .video-iframe-container { display: none; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row > .video-iframe-container { display: none; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .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); }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt { border-width: 0; border-radius: 0; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .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; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdVoGWHLNkzC8ElQyhvIMKzC1qzp15yC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:5.03125rem;left:6.8125rem;overflow:hidden;display:block; }
#rVFZcuTfJIp8S9z2bT61G94quqUCx9Tr { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:2.3;letter-spacing:0;top:9.5625rem;left:27.5625rem;height:12.2168125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftCTNMoUZkkIgAB3bGpmPQJkglCNVet0 { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:27.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy { position:relative;display:block; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy { background-color: transparent; background-image: none; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row .container > .video-iframe-container { display: none; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row > .video-iframe-container { display: none; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .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); }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy { border-width: 0; border-radius: 0; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .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; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MWoFSSFcCdkgDwctsK1sopIS4UP5gKvr { background-color:#4285f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.09375rem;left:30.4375rem;display:block; }
#wnRmQJpxb37G7qpONEwMiCUBhPOZeeET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { background-color: transparent; background-image: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container > .video-iframe-container { display: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container { display: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .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); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { border-width: 0; border-radius: 0; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.8125rem;left:4.4375rem;height:2.3374rem;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; }
#TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.28125rem;left:4.4375rem;height:10.5rem;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; }
#JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { position:absolute;display:block;z-index:15007;background-color:#4285f4;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:7.4375rem;left:4.4375rem;display:block; }
#XsrV4fWcuZRTd4Ht1p0VbxqsiPXAZQBr { background-color:#4285f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.375rem;left:4.4375rem;display:block; }
#q66XPsgZ6OFubSJPkXvNAhkiXA2D1B4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zc2g41EWvXZaHEd0ropf4ug9ppT5eP1V { position:absolute;display:block;z-index:15017;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.3125rem;width:27rem;top:2.625rem;left:42rem;overflow:hidden;display:block; }
#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { position:relative;display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { background-color: transparent; background-image: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { border-width: 0; border-radius: 0; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:56rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd5f590b-8cc7-4469-a18b-709c2e56aada/IMG_095111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.5625rem;width:22.625rem;top:29.1875rem;left:41.5625rem;display:block; }#XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.adaptive-delivery-prevent-bg, #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.lazyload, #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.lazyloading { background-image: none; }
#aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid rgba(93,146,255,0.2);border-left:0.0625rem solid rgba(93,146,255,0.2);border-right:0.0625rem solid rgba(93,146,255,0.2);border-bottom:0.0625rem solid rgba(93,146,255,0.2);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 0rem 1rem rgba(156,164,181,0.5) ;height:9.8125rem;width:14.8125rem;top:34.6875rem;left:55.625rem;overflow:hidden;display:block; }
#dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a41809b8-0c71-4b4e-a0e0-d7d436f079d1/Mainmenu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.8125rem;width:9.625rem;top:19.25rem;left:37.8125rem;display:block; }#dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.adaptive-delivery-prevent-bg, #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.lazyload, #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.lazyloading { background-image: none; }
#eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3rem;left:3.8125rem;height:2.3372375rem;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; }
#yfKksTxKpks8tyeB35sbQVuX9vNWawVp { position:absolute;display:block;z-index:15010;background-color:#4285f4;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:6.3125rem;left:4.125rem;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-form-header {  }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:27.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .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; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container:first-of-type{padding-top:0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container:last-of-type{padding-bottom:0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { background-color:#06101c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:3.8125rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.125rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { background-color:#06101c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:3.8125rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #F0dKBD7AJWGND8CoQpoHHvQXKHBziMaR { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #lUoi0WksMHKB8XTDe8h9OOZQMKgzFXwW { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LXCG0FiXKckMTFCSTlmpDvqZ2yvl8Rrn { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #xRNtxOhNSEOKBekEV9fluKcF8rCrSy1f { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #pTONHZtQz8G6zI63ASbyb8L40mImD7t0 { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y1KSWmveiU41ncXBV4fKz13lTFHCyIIJ { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #uUMQP5dTamCF8UW59uAPhg3aN6lLIy3R { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #aZkZn76JOfJRknB0R4ea6Mg99cbpIcpw { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #rm91i5sT9VpvlCVRWHFmIGZvcZGtn5Rr { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #OlULNgaWzb2rqEtfXTMoEEqTq1lcyK85 { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #H8iqI2c6G3NWPZhGFqbR1dnwZGgmCFvM { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #CZpuGuDkTQS3CwDwFBXtvRUrXsuTyQf8 { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue { position:relative; }
#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { background-color: transparent; background-image: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .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); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { border-width: 0; border-radius: 0; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.8125rem;left:15.8125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:7.6875rem;left:16.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.875rem;left:16.8125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:17.0625rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { position:relative;display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { background-color: transparent; background-image: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { border-width: 0; border-radius: 0; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9rem;top:1.125rem;left:7.5rem;overflow:hidden;display:none; }
#gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { 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:1.4375rem;width:5.0625rem;top:1.0625rem;left:7.5rem;overflow:hidden;display:block; }
#zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:43.5625rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { top:24.3125rem;left:0rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { top:24.3125rem;left:1.375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { top:24.3125rem;left:8.9375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { top:24.3125rem;left:16.4375rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { top:24.3125rem;left:24.125rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { top:24.3125rem;left:31.6875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { top:24.3125rem;left:40.5625rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { top:24.3125rem;left:39.1875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:18.0625rem;height:2.625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { top:-0.25rem;left:12.5rem;width:35.25rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { top:6.5625rem;left:3.75rem;width:7.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { top:16.5625rem;left:0rem;width:34.875rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { top:15rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { top:22.1875rem;left:0rem;width:26.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLU1Wkdq8xwnbfic9fLMLCbfaHChTgA { top:0rem;left:14.5625rem;width:33.1875rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHvc3znog8vJ5o42tbu9KvcqEPDrAIw { top:34rem;left:0rem;width:13.6875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIVUyTVNebWaxW81EpKTCciz5GQ8LgXb { top:5.1875rem;left:0rem;width:11.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvbhVQlT0TWwve38lv8RDP78xcTTx5T { width:18.25rem;height:2.625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A04EIZmp5GqORt6WyIQfNxxP3Bk0z7az { display:block; }
 }@media only screen and (max-width: 763px) { #fHKlSaa1HZ6Z4T88Pxelf0tXQPIK0PDD { top:6.3125rem;left:0.9375rem;width:1.8125rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE { display:block; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8qMmOR51GxOTkfAALbhpHmVJhBu9QgW { top:1.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA { display:block; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pk3UIsxkCJphhaA9DknPt7Jo28MoOq7z { top:2.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCbdmpZVTiyr1AX6l5MAiO22hFSXBMPx { top:3.5rem;left:40.3125rem;width:2.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 { display:block; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRUJTkzirn5Lnw3e0AHH9f3BtccPSkHu { top:0rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxD7hP940lyR10TZH05VMXu6baklcrNQ { display:block; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFSpUqzhIX291zk7gZ9sRxcuay8KRzon { top:8.625rem;left:0rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAdzKCqHdQCI9KHSlBeSoAZyWA9KTfWu { top:11.3125rem;left:0rem;width:19.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcatURazBqg5BXZZo0Vflgt3UM3ohOp8 { top:1.5rem;left:5.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VwT22sbblDuboay9smspzoTwRObLi5 { top:8.6875rem;left:11.8125rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhkMiV7D6TH9pJNQVrmFPINguV474l93 { top:11.3125rem;left:12.5625rem;width:19.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6GnUA8ZHi03grRG4MR3p34S9lxPR5GT { top:1.6875rem;left:21.125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFfbZkIiQNtEJkLXem1IThVRqrEpkXnR { top:8.75rem;left:27.6875rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhCzSW90KtMt2sTLSvrAw0k1aJthKx3k { top:11.375rem;left:28.4375rem;width:19.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeufxESC8TLc1Ho7pac5RpDyc5hMz23w { top:1.5625rem;left:36.8125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxsvyFhait5nK7TFf6VMryrf3E2H7JxL { display:block; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHmVsrvmI2oRg3qf9VUTi1ZO5X6tKpKR { top:8.9375rem;left:0rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwM8TSvocOiUhLlyuaRgFzRUfKWABIcT { top:11.625rem;left:0rem;width:19.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nONtPQOixJNUmx3pBL3aLT0yT5mUXPaA { top:1.8125rem;left:5.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngN63o4Zo79LKBKzTACd05qEnm4vP6gb { top:9rem;left:11.8125rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqpAqPxW5CSpatU1WdW4Rbc6yL6C8fbv { top:11.625rem;left:12.5625rem;width:19.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCWUAUgXtP4zfFXO2h7oXEI77yOq1631 { top:1.8125rem;left:20.9375rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEAAOqtbQcT0I6bSlTekQTIXSxJJPvX { top:9.0625rem;left:27.6875rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNLtQMflbilxlu4AtJpEvyClFSOQUiys { top:11.6875rem;left:28.4375rem;width:19.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTk2uBDtqhTH6eJ93vArUzVNLm90Lz2a { top:1.875rem;left:36.8125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR7H9Z897kpNfpOOsRib2MloVhMfK8gt { display:block; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdVoGWHLNkzC8ElQyhvIMKzC1qzp15yC { top:5rem;left:0rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVFZcuTfJIp8S9z2bT61G94quqUCx9Tr { top:9.5625rem;left:13.9375rem;width:30.0625rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftCTNMoUZkkIgAB3bGpmPQJkglCNVet0 { top:5.875rem;left:9.6875rem;width:38.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy { display:block; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWoFSSFcCdkgDwctsK1sopIS4UP5gKvr { width:14.0625rem;height:2.625rem;top:1.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnRmQJpxb37G7qpONEwMiCUBhPOZeeET { display:block; }
 }@media only screen and (max-width: 763px) { #cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { display:block; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { width:31.5rem;height:2.3125rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { width:35.0625rem;height:10.5rem;top:9.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { top:7.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrV4fWcuZRTd4Ht1p0VbxqsiPXAZQBr { width:14.625rem;height:2.9375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66XPsgZ6OFubSJPkXvNAhkiXA2D1B4B { display:block; }
 }@media only screen and (max-width: 763px) { #zc2g41EWvXZaHEd0ropf4ug9ppT5eP1V { top:2.625rem;left:20.75rem;width:27rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { top:29.1875rem;left:25.125rem;width:22.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { top:34.6875rem;left:32.8125rem;width:14.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { top:19.25rem;left:24.1875rem;width:9.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { width:45.25rem;height:2.3125rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKksTxKpks8tyeB35sbQVuX9vNWawVp { top:6.3125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { width:27.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { width:27.125rem;height:auto;top:8.4375rem;left:0rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { width:27.125rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #F0dKBD7AJWGND8CoQpoHHvQXKHBziMaR {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #lUoi0WksMHKB8XTDe8h9OOZQMKgzFXwW {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LXCG0FiXKckMTFCSTlmpDvqZ2yvl8Rrn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #xRNtxOhNSEOKBekEV9fluKcF8rCrSy1f {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #pTONHZtQz8G6zI63ASbyb8L40mImD7t0 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y1KSWmveiU41ncXBV4fKz13lTFHCyIIJ {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #uUMQP5dTamCF8UW59uAPhg3aN6lLIy3R {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #aZkZn76JOfJRknB0R4ea6Mg99cbpIcpw {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #rm91i5sT9VpvlCVRWHFmIGZvcZGtn5Rr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #OlULNgaWzb2rqEtfXTMoEEqTq1lcyK85 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #H8iqI2c6G3NWPZhGFqbR1dnwZGgmCFvM {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #CZpuGuDkTQS3CwDwFBXtvRUrXsuTyQf8 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue {  }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { top:4.8125rem;left:2.1875rem;width:43.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { top:7.6875rem;left:2.4375rem;width:40.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { top:7.875rem;left:3.1875rem;width:18.3125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { top:6.8125rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { top:1.125rem;left:0rem;width:9rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { top:1.375rem;left:23.8125rem;width:23.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { background-color:#000000;background-image:none;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:11.25rem;height:2.25rem;top:22.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { width:20rem;height:15rem;top:-0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { width:6.25rem;height:1.8125rem;top:1.9375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { width:19.4375rem;height:5.84765625rem;top:8rem;left:0.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { width:2.125rem;height:2.125rem;top:15rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { width:20rem;height:1.2246125rem;top:14.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MSLU1Wkdq8xwnbfic9fLMLCbfaHChTgA { width:16.625rem;height:20.5rem;top:30.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHvc3znog8vJ5o42tbu9KvcqEPDrAIw { width:15.25rem;height:1.2246125rem;top:26.1875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZIVUyTVNebWaxW81EpKTCciz5GQ8LgXb { width:6.9375rem;height:3rem;top:1.21875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvbhVQlT0TWwve38lv8RDP78xcTTx5T { width:14.125rem;height:2.625rem;top:19.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A04EIZmp5GqORt6WyIQfNxxP3Bk0z7az { display:block; }
 }@media only screen and (max-width: 763px) { #fHKlSaa1HZ6Z4T88Pxelf0tXQPIK0PDD { width:8.25rem;height:1.94970625rem;top:2.08203125rem;left:5.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE { display:block; }#VyqRZzOt9nrbNX75xZx7wdE9vDklvlFE > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8qMmOR51GxOTkfAALbhpHmVJhBu9QgW { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA { display:block; }#JP0TvrEbg0oki0tSsZRwyaZdykl7CrgA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pk3UIsxkCJphhaA9DknPt7Jo28MoOq7z { width:20rem;height:3.73730625rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCbdmpZVTiyr1AX6l5MAiO22hFSXBMPx { width:2rem;height:1.875rem;top:3.1875rem;left:14.1953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 { display:block; }#oAoQqWd5rLGuotqnRnNPeBRiLgW9FvO6 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRUJTkzirn5Lnw3e0AHH9f3BtccPSkHu { width:20rem;height:3.73730625rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxD7hP940lyR10TZH05VMXu6baklcrNQ { display:block; }#yxD7hP940lyR10TZH05VMXu6baklcrNQ > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFSpUqzhIX291zk7gZ9sRxcuay8KRzon { width:19.9375rem;height:1.7871125rem;top:8.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAdzKCqHdQCI9KHSlBeSoAZyWA9KTfWu { width:19.125rem;height:4.38720625rem;top:11.2871125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcatURazBqg5BXZZo0Vflgt3UM3ohOp8 { width:5.75rem;height:5.75rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VwT22sbblDuboay9smspzoTwRObLi5 { width:19.9375rem;height:1.7871125rem;top:23.92285625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhkMiV7D6TH9pJNQVrmFPINguV474l93 { width:19.1875rem;height:4.38720625rem;top:26.95996875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6GnUA8ZHi03grRG4MR3p34S9lxPR5GT { width:5.75rem;height:5.75rem;top:16.92285625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFfbZkIiQNtEJkLXem1IThVRqrEpkXnR { width:19.9375rem;height:1.7871125rem;top:39.5957125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhCzSW90KtMt2sTLSvrAw0k1aJthKx3k { width:19.1875rem;height:4.38720625rem;top:42.632825rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeufxESC8TLc1Ho7pac5RpDyc5hMz23w { width:5.75rem;height:5.75rem;top:32.5957125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxsvyFhait5nK7TFf6VMryrf3E2H7JxL { display:block; }#LxsvyFhait5nK7TFf6VMryrf3E2H7JxL > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHmVsrvmI2oRg3qf9VUTi1ZO5X6tKpKR { width:19.9375rem;height:1.7871125rem;top:8.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwM8TSvocOiUhLlyuaRgFzRUfKWABIcT { width:19.125rem;height:4.140625rem;top:11.2871125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nONtPQOixJNUmx3pBL3aLT0yT5mUXPaA { width:5.75rem;height:5.75rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngN63o4Zo79LKBKzTACd05qEnm4vP6gb { width:19.9375rem;height:1.7871125rem;top:23.6787125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqpAqPxW5CSpatU1WdW4Rbc6yL6C8fbv { width:19.1875rem;height:4.140625rem;top:26.715825rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCWUAUgXtP4zfFXO2h7oXEI77yOq1631 { width:5.75rem;height:5.75rem;top:16.6787125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEAAOqtbQcT0I6bSlTekQTIXSxJJPvX { width:19.9375rem;height:1.7871125rem;top:39.107425rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNLtQMflbilxlu4AtJpEvyClFSOQUiys { width:19.1875rem;height:4.140625rem;top:42.1445375rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTk2uBDtqhTH6eJ93vArUzVNLm90Lz2a { width:5.75rem;height:5.75rem;top:32.107425rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR7H9Z897kpNfpOOsRib2MloVhMfK8gt { display:block; }#mR7H9Z897kpNfpOOsRib2MloVhMfK8gt > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdVoGWHLNkzC8ElQyhvIMKzC1qzp15yC { width:12.4375rem;height:12.4375rem;top:2.1875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVFZcuTfJIp8S9z2bT61G94quqUCx9Tr { width:20rem;height:9.34325rem;top:23.921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftCTNMoUZkkIgAB3bGpmPQJkglCNVet0 { width:20rem;height:5.359375rem;top:16.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy { display:block; }#ZKodGQ9pmRMKI3cUd3zWI98LghTDnnDy > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWoFSSFcCdkgDwctsK1sopIS4UP5gKvr { width:14.0625rem;height:2.625rem;top:1.25rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnRmQJpxb37G7qpONEwMiCUBhPOZeeET { display:block; }
 }@media only screen and (max-width: 763px) { #cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { display:block; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { width:20rem;height:1.375rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { width:20rem;height:11.8125rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { width:12.5rem;height:0.125rem;top:5.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrV4fWcuZRTd4Ht1p0VbxqsiPXAZQBr { width:17rem;height:2.9375rem;top:43.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66XPsgZ6OFubSJPkXvNAhkiXA2D1B4B { display:block; }
 }@media only screen and (max-width: 763px) { #zc2g41EWvXZaHEd0ropf4ug9ppT5eP1V { width:20rem;height:18.755875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { background-color: transparent; background-image: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:20rem;height:64.875rem;background-color:#06101c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { width:15.0625rem;height:9.3125rem;top:54.75rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { width:8.75rem;height:5.8125rem;top:56.437501907349rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { width:4.9375rem;height:8.875rem;top:53.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { width:20rem;height:2.75rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKksTxKpks8tyeB35sbQVuX9vNWawVp { width:12.5rem;height:0.125rem;top:4.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { width:17.5rem;height:31.375rem;top:5.25rem;left:0rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { width:17.5rem;height:31.375rem;top:5.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #F0dKBD7AJWGND8CoQpoHHvQXKHBziMaR {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #lUoi0WksMHKB8XTDe8h9OOZQMKgzFXwW {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LXCG0FiXKckMTFCSTlmpDvqZ2yvl8Rrn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #xRNtxOhNSEOKBekEV9fluKcF8rCrSy1f {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #pTONHZtQz8G6zI63ASbyb8L40mImD7t0 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y1KSWmveiU41ncXBV4fKz13lTFHCyIIJ {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #uUMQP5dTamCF8UW59uAPhg3aN6lLIy3R {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #aZkZn76JOfJRknB0R4ea6Mg99cbpIcpw {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #rm91i5sT9VpvlCVRWHFmIGZvcZGtn5Rr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #OlULNgaWzb2rqEtfXTMoEEqTq1lcyK85 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #H8iqI2c6G3NWPZhGFqbR1dnwZGgmCFvM {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #CZpuGuDkTQS3CwDwFBXtvRUrXsuTyQf8 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue {  }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { width:20rem;height:auto;top:4.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { width:20rem;height:auto;top:7.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { width:18.3125rem;height:3.25rem;top:1.6875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { width:20rem;height:;top:6.84765625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { width:7.5625rem;height:1.890625rem;top:1.125rem;left:6.1875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:3.90625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { width:15.1875rem;height:1.625rem;top:1.09375rem;left:2.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }