.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/778af19f-f5b0-4bd2-8021-e428aad7cf99/Untitleddesign70.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:46.9375rem;width:60rem;position:relative;display:block; }#M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.66);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;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:23.0625rem;width:53.0625rem;top:8.4375rem;left:3.5rem;display:block; }
#dAGKKHahuA7O7HDN8N8NZNKtUs0G2OvG { color:#ffffff;display:block;width:52rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12rem;left:4rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPq7Oz20RxPez3wDCnHAT1HegGKtWUz0 { z-index:15003;top:34.0625rem;left:22.312501907349rem;background-color:rgba(48,60,66,0.76);background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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-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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FilTNskqHwP9K7bTJcnmN00UW0tZ8KIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAkeEiLBeK8T9oNI34TqeqF8SRdxGTea { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:15.0625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#wUKT48tChwm76nf0oGPHvadrSARCzGsH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:60rem;display:none; }
#DApTZa1U0yF7wHKkHtCBOcOrs7m8Pi3e { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK { position:relative;display:none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK { border-width: 0; border-radius: 0; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container > .video-iframe-container {  }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#NV5MTBoh8vnC6BwuqqQT37lADIRflm7J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:13.8125rem;left:7.8125rem;display:none; }
#Awl9wufNg2mhDpyU47yxZcUGg2Wrb4l0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:60rem;display:none; }
#w1OwTZ4H79TEDHKHr1FqEKllGh85lX27 { z-index:15003;background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TmGOXSBRyC0TZy7DpuiaHZRcW2BT7TTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp { position:relative;display:none; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp { border-width: 0; border-radius: 0; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container > .video-iframe-container {  }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#mqcT4Rwi2OP0ui9S6GPiVON6uuzBzE2s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:17.625rem;left:6.75rem;display:none; }
#H18MEMhfb4cvzgHATPnM2byPaKTezBTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HkdkIxQq1LKOkifhxdGOAvbK3TBCtN0p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { background-color: transparent; background-image: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container > .video-iframe-container { display: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row > .video-iframe-container { display: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .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); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { border-width: 0; border-radius: 0; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row > .video-iframe-container {  }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#yVzTsZzIlx7qqBLTQx1PLdex7ovUPnW7 { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:3.5625rem;left:3.71875rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJcNcEVEXsZ4BSr63Umu2ydFHk3bv9pp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:10.0625rem;left:23.625rem; }
#ftgXSRDD0JHXdBoTZbvvNuGtIxqxR2wU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.0625rem;left:27rem; }
#KFfl1SEnTRH6ImBrhQEsh2UikErvWSG5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.0625rem;left:30.375rem; }
#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { background-color: transparent; background-image: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .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); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { border-width: 0; border-radius: 0; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container {  }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4437503814697rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { background-color: transparent; background-image: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container > .video-iframe-container { display: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container { display: none; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .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); }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { border-width: 0; border-radius: 0; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row > .video-iframe-container {  }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { position:absolute;display:block;z-index:14998;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { position:absolute;display:block;z-index:15001;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0d1528 ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#KENeTwKT0DqevU74klR0wlTEfc02FVwV { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:2.1875rem;left:12.75rem;height:9.5625rem;font-style:normal;display:block; }
#IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { position:absolute;display:block;z-index:14996;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:29.875rem;display:block; }
#cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:29.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:2.1875rem;left:42.625001907349rem;height:7.65rem;font-style:normal;display:block; }
#N7iaULytaHmMpleabmShhXLNtJTwlRAG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.3125rem;left:3.3125rem; }
#SWFqO6TSowUHfyHlHfV0RZTHrM4x6BsP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.3125rem;left:33.187501907349rem; }
#gvPswsBV2q90HUZro1RTsKuEBfz9poFB { position:absolute;display:block;z-index:15002;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0d1528 ;height:3.75rem;width:3.75rem;top:0rem;left:30.000001907349rem;display:block; }
#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { background-color: transparent; background-image: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .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); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { border-width: 0; border-radius: 0; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container {  }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { position:absolute;display:block;z-index:14994;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:0.74296951293944rem;left:42.062501907349rem;height:13.3875rem;font-style:normal;display:block; }
#r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { position:absolute;display:block;z-index:14992;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:29.875rem;display:block; }
#G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:29.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:1.7000007629394rem;left:12.8125rem;height:11.475rem;font-style:normal;display:block; }
#p1kbVS9ooZbu7x0GTJzVF4XKQEnUlQ5Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.3125rem;left:33.187501907349rem; }
#u8Awl7Hrv0GzCGtUeESDcgC2y9APwE5u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.3125rem;left:3.3125rem; }
#VcrDfr2lO10GMT26T7ef1ngW4ZIx2JfQ { position:absolute;display:block;z-index:15001;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0d1528 ;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#bbZCiretSg7a2kg4en7SnW5yQKIVnnit { position:absolute;display:block;z-index:15002;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0d1528 ;height:3.75rem;width:3.75rem;top:0rem;left:30.000001907349rem;display:block; }
#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu { position:relative;display:block; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu { background-color: transparent; background-image: none; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container > .video-iframe-container { display: none; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row > .video-iframe-container { display: none; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .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); }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu { border-width: 0; border-radius: 0; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container > .video-iframe-container {  }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#WI09Vpz9qVPk4ltbTeDnF6dtvug4bwLw { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:2.375rem;left:26.0625rem;height:11.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NklEMgBxnyp2zmKVwKb5641WzRR9x7GR { position:absolute;display:block;z-index:15002;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:1.1875rem;left:13.625rem;display:block; }
#prnbqw4O0QLHNsrCWSfMUkKvUzUv0KKN { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnlptRUcrd9I8xgfn6nABhPKHkQFgT7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.09375rem;left:16.937501907349rem; }
#bgHHgi0WVkvJrHb6BrRm86THiMz7HREQ { position:absolute;display:block;z-index:15002;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0d1528 ;height:3.75rem;width:3.75rem;top:1.1875rem;left:13.625rem;display:block; }
#ZT7urVRL7svK4vKMpqPv1MWoI1OzRBAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dXDIgUGJqJ96E0vdXq8tNqWFQn1H8ZGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl { position:relative;display:block; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl { background-color: transparent; background-image: none; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container > .video-iframe-container { display: none; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row > .video-iframe-container { display: none; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .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); }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl { border-width: 0; border-radius: 0; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container > .video-iframe-container {  }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#VL2MwkTBeppHwlu8rgV7OsNGyUqZCw7B { color:#000000;display:block;width:35.375rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8421878814697rem;left:0rem;height:34.125rem;font-style:normal;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-form-header {  }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.9375rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:18.4375rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:18.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:arial;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#1671f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:18.4375rem;height:3.4375rem;font-family:bitter;overflow:hidden; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.25rem;overflow:hidden;font-style:normal; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .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; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-container:first-of-type{padding-top:0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-container:last-of-type{padding-bottom:0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #1671f6 ;left:37.874219894409rem;top:5.5929627418518rem;z-index:15001;position:absolute; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem;display:block;vertical-align:top; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT {display:block;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #1671f6 ;left:37.874219894409rem;top:5.5929627418518rem;z-index:15001;position:absolute; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #K570GPZH6ST5qBqceyOJKIuPlWuGTSaB { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #dfFSzF5JoKmrpEKRMr1cTVl8IJfEekpZ { position:relative;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Apiu6a2JBZ5gF9CERQWReEZ8RvQ7c5Hl { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Twz4bS2wRrTv2NEbyXsownhLDqdrZytv { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #GzXRhE76uShXIPs0ZEy6DgTxAq2S7r2t { position:relative;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #i5XXdwSB9dU2o7bdhQ3FDkGOe72AZepI { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #g4ohnCg4TLAQ8ow7BJfi4s1PVWIyvqJf { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #fgWuostqtL5k5GUGhdywEpheLmfLFq6Z { position:relative;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #iiShMSvbfINmXsf0ikuhrKf2NWMFih0c { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #cN9wZC1Dg09fObFOdA90agThAPzXRf6F { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #L5mZBpHcgKr1zxCA7alTJnRhIcTunV0S { position:relative;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rk5WDsQ6T7OZZWh7d1oRDuGEM1Rc2TPL { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #O1K4Fe4hTzGytDPlp2fXskpDOcTn3vSo { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #suN259cDOVS7gtReCpOPDwuEGCOsQ706 { position:relative;display:block; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #zDVkcWk5ODqkFVBtXplATIBrCGEK0zes { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rMGfIHZVnGedXkrUbAu28ot8TJiLPMRV { position:relative; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #bKIlwLhEfUD3b4uPlb7ZCOELGPqcPzTM { position:relative; }
#NUIP1dPdyvfGy0ra68KHvqLRei3k5P5i { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:2.8125rem;top:6.5914061069488rem;left:55.186719894409rem;overflow:hidden;display:block; }
#iES7m6kLygeSBQbRiLmIwRLTe4DA8k14 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:4.5625rem;left:3.875rem;display:none; }
#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7fc;background-image:none;position:relative;display:block; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container { background-color: transparent; background-image: none; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container > .video-iframe-container { display: none; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row > .video-iframe-container { display: none; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .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); }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container { border-width: 0; border-radius: 0; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row > .video-iframe-container {  }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#dMCNKSTMA7dzwT8WTy2Zy1EGLBhrC2xQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.3125rem;left:14rem; }
#q7Sst4DhaaIucBWZ59nEBoRA2Z4grIeJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:8.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwZPm1GVqZvQGBPO38HUOKQhCd6IEwBk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.3125rem;left:44rem; }
#vUTwpQBR7gg06ReMnm97qKzD8B34y6CM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:38.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { width:47.75rem;height:23.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAGKKHahuA7O7HDN8N8NZNKtUs0G2OvG { width:47.75rem;height:12.1875rem;top:12rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPq7Oz20RxPez3wDCnHAT1HegGKtWUz0 { top:34.0625rem;left:16.187501907349rem;width:15.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FilTNskqHwP9K7bTJcnmN00UW0tZ8KIU { display:block; }
 }@media only screen and (max-width: 763px) { #vAkeEiLBeK8T9oNI34TqeqF8SRdxGTea { width:15.0625rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUKT48tChwm76nf0oGPHvadrSARCzGsH { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DApTZa1U0yF7wHKkHtCBOcOrs7m8Pi3e { width:47.75rem;height:5.6875rem;top:21.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK { display:none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NV5MTBoh8vnC6BwuqqQT37lADIRflm7J { width:12.5rem;height:3.875rem;top:13.8125rem;left:1.7124999761581rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awl9wufNg2mhDpyU47yxZcUGg2Wrb4l0 { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1OwTZ4H79TEDHKHr1FqEKllGh85lX27 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TmGOXSBRyC0TZy7DpuiaHZRcW2BT7TTu { display:block; }
 }@media only screen and (max-width: 763px) { #tGsrtJOGANH4QUSDEzePIchzcqRDmZwp { display:none; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqcT4Rwi2OP0ui9S6GPiVON6uuzBzE2s { width:12.5rem;height:5.1875rem;top:17.625rem;left:0.64999997615812rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H18MEMhfb4cvzgHATPnM2byPaKTezBTy { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkdkIxQq1LKOkifhxdGOAvbK3TBCtN0p { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN1FKskZk1iAfMkde1unaRbT3xW6ep5G { display:block; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVzTsZzIlx7qqBLTQx1PLdex7ovUPnW7 { width:47.75rem;height:5.4375rem;top:3.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJcNcEVEXsZ4BSr63Umu2ydFHk3bv9pp { width:6rem;height:6rem;top:10.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftgXSRDD0JHXdBoTZbvvNuGtIxqxR2wU { width:6rem;height:6rem;top:10.0625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfl1SEnTRH6ImBrhQEsh2UikErvWSG5 { width:6rem;height:6rem;top:10.0625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { display:block; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KENeTwKT0DqevU74klR0wlTEfc02FVwV { width:3.75rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:17.3125rem;height:9.5625rem;top:2.1875rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { width:10.8125rem;height:10.8125rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { width:3.75rem;height:1.75rem;top:1.1875rem;left:20.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:17.375rem;height:7.625rem;top:2.1875rem;left:30.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7iaULytaHmMpleabmShhXLNtJTwlRAG { width:4.1875rem;height:4.1875rem;top:3.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFqO6TSowUHfyHlHfV0RZTHrM4x6BsP { width:4.1875rem;height:4.1875rem;top:3.3125rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvPswsBV2q90HUZro1RTsKuEBfz9poFB { width:3.75rem;height:3.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { width:3.75rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:17.9375rem;height:13.375rem;top:0.6875rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { width:10.8125rem;height:10.8125rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { width:3.75rem;height:1.75rem;top:1.1875rem;left:20.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:17.25rem;height:11.4375rem;top:1.6875rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kbVS9ooZbu7x0GTJzVF4XKQEnUlQ5Q { width:4.1875rem;height:4.1875rem;top:3.3125rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Awl7Hrv0GzCGtUeESDcgC2y9APwE5u { width:4.1875rem;height:4.1875rem;top:3.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrDfr2lO10GMT26T7ef1ngW4ZIx2JfQ { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbZCiretSg7a2kg4en7SnW5yQKIVnnit { width:3.75rem;height:3.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu { display:block; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WI09Vpz9qVPk4ltbTeDnF6dtvug4bwLw { width:20.3125rem;height:11.4375rem;top:2.375rem;left:19.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklEMgBxnyp2zmKVwKb5641WzRR9x7GR { width:10.8125rem;height:10.8125rem;top:1.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prnbqw4O0QLHNsrCWSfMUkKvUzUv0KKN { width:3.75rem;height:1.75rem;top:2.375rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnlptRUcrd9I8xgfn6nABhPKHkQFgT7T { width:4.1875rem;height:4.1875rem;top:5.0625rem;left:10.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgHHgi0WVkvJrHb6BrRm86THiMz7HREQ { width:3.75rem;height:3.75rem;top:1.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7urVRL7svK4vKMpqPv1MWoI1OzRBAr { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXDIgUGJqJ96E0vdXq8tNqWFQn1H8ZGX { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl { display:block; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VL2MwkTBeppHwlu8rgV7OsNGyUqZCw7B { width:35.375rem;height:34.125rem;top:5.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-regular-label { display:block;width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-textarea { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-button { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-checkbox-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT  { width:18.4375rem;height:auto;top:5.5625rem;left:26.8125rem; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .radio-container { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT {display:block;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT { width:18.4375rem;height:auto;top:5.5625rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #K570GPZH6ST5qBqceyOJKIuPlWuGTSaB {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #dfFSzF5JoKmrpEKRMr1cTVl8IJfEekpZ {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Apiu6a2JBZ5gF9CERQWReEZ8RvQ7c5Hl {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Twz4bS2wRrTv2NEbyXsownhLDqdrZytv {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #GzXRhE76uShXIPs0ZEy6DgTxAq2S7r2t {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #i5XXdwSB9dU2o7bdhQ3FDkGOe72AZepI {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #g4ohnCg4TLAQ8ow7BJfi4s1PVWIyvqJf {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #fgWuostqtL5k5GUGhdywEpheLmfLFq6Z { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #iiShMSvbfINmXsf0ikuhrKf2NWMFih0c {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #cN9wZC1Dg09fObFOdA90agThAPzXRf6F {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #L5mZBpHcgKr1zxCA7alTJnRhIcTunV0S {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rk5WDsQ6T7OZZWh7d1oRDuGEM1Rc2TPL {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #O1K4Fe4hTzGytDPlp2fXskpDOcTn3vSo {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #suN259cDOVS7gtReCpOPDwuEGCOsQ706 {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #zDVkcWk5ODqkFVBtXplATIBrCGEK0zes {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rMGfIHZVnGedXkrUbAu28ot8TJiLPMRV {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #bKIlwLhEfUD3b4uPlb7ZCOELGPqcPzTM {  }
 }@media only screen and (max-width: 763px) { #NUIP1dPdyvfGy0ra68KHvqLRei3k5P5i { width:2.8125rem;height:1.5625rem;top:6.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iES7m6kLygeSBQbRiLmIwRLTe4DA8k14 { width:12.5rem;height:5.1875rem;top:4.5625rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b { display:block; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMCNKSTMA7dzwT8WTy2Zy1EGLBhrC2xQ { width:2.0625rem;height:2.0625rem;top:1.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Sst4DhaaIucBWZ59nEBoRA2Z4grIeJ { width:12.5rem;height:1.125rem;top:4rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwZPm1GVqZvQGBPO38HUOKQhCd6IEwBk { width:2.0625rem;height:2.0625rem;top:1.3125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTwpQBR7gg06ReMnm97qKzD8B34y6CM { width:12.5rem;height:1.125rem;top:4rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:none;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:53.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { width:20rem;height:28.5625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAGKKHahuA7O7HDN8N8NZNKtUs0G2OvG { width:20rem;height:28.6rem;top:5.1062502861023rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPq7Oz20RxPez3wDCnHAT1HegGKtWUz0 { top:41.35000038147rem;left:2.1250001192093rem;width:15.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FilTNskqHwP9K7bTJcnmN00UW0tZ8KIU { display:block; }
 }@media only screen and (max-width: 763px) { #vAkeEiLBeK8T9oNI34TqeqF8SRdxGTea { width:15.0625rem;height:2.625rem;top:5.125rem;left:2.4687501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUKT48tChwm76nf0oGPHvadrSARCzGsH { top:1.0625rem;left:3.5937498807907rem;width:12.8125rem;height:2.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DApTZa1U0yF7wHKkHtCBOcOrs7m8Pi3e { width:20rem;height:0;top:46.91250038147rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/778af19f-f5b0-4bd2-8021-e428aad7cf99/Untitleddesign70.png");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;display:block; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK.adaptive-delivery-prevent-bg, #DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK.lazyload, #DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK.lazyloading { background-image: none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container { background-color: transparent; background-image: none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container > .video-iframe-container { display: none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row > .video-iframe-container { display: none; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .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); }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container { border-width: 0; border-radius: 0; }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row > .video-iframe-container {  }#DD4XVTOGCC1zBnZkJ4DM2hCqpvl9KTsK > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV5MTBoh8vnC6BwuqqQT37lADIRflm7J { top:7.456250190735rem;left:0rem;width:20rem;height:18.28125rem;z-index:15000;font-size:2.8125rem;font-family:arial;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Awl9wufNg2mhDpyU47yxZcUGg2Wrb4l0 { top:1.75rem;left:3.7499998807907rem;width:12.5rem;height:2.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w1OwTZ4H79TEDHKHr1FqEKllGh85lX27 { top:28.862501144409rem;left:2.9687501192093rem;z-index:15004;width:14.0625rem;height:4.0625rem;font-size:1.125rem;line-height:1.5;font-family:arial;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TmGOXSBRyC0TZy7DpuiaHZRcW2BT7TTu { display:block; }
 }@media only screen and (max-width: 763px) { #tGsrtJOGANH4QUSDEzePIchzcqRDmZwp { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container { background-color: transparent; background-image: none; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container > .video-iframe-container { display: none; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row > .video-iframe-container { display: none; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .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); }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container { border-width: 0; border-radius: 0; }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row > .video-iframe-container {  }#tGsrtJOGANH4QUSDEzePIchzcqRDmZwp > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqcT4Rwi2OP0ui9S6GPiVON6uuzBzE2s { top:2.875rem;left:0rem;width:20rem;height:8.75rem;z-index:15002;font-family:arial;line-height:1.4;font-size:1.5625rem;color:#000000;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H18MEMhfb4cvzgHATPnM2byPaKTezBTy { top:11.5625rem;left:8.625rem;width:6.375rem;height:6.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HkdkIxQq1LKOkifhxdGOAvbK3TBCtN0p { top:11.5625rem;left:4.9375rem;width:6.375rem;height:6.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KN1FKskZk1iAfMkde1unaRbT3xW6ep5G { background-color:#fafafa;background-image:none;display:block; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { background-color: transparent; background-image: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container > .video-iframe-container { display: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row > .video-iframe-container { display: none; }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .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); }#KN1FKskZk1iAfMkde1unaRbT3xW6ep5G > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVzTsZzIlx7qqBLTQx1PLdex7ovUPnW7 { width:20rem;height:13.59375rem;top:3.5156254768372rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #VJcNcEVEXsZ4BSr63Umu2ydFHk3bv9pp { width:6rem;height:6rem;top:0rem;left:6.9999998807906rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftgXSRDD0JHXdBoTZbvvNuGtIxqxR2wU { width:6rem;height:6rem;top:23.1875rem;left:2.6242188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFfl1SEnTRH6ImBrhQEsh2UikErvWSG5 { width:6rem;height:6rem;top:26.0625rem;left:6.9999998807906rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { background-color:#e8e5e5;background-image:none;display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { background-color: transparent; background-image: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .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); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:20rem;height:5.25rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy { display:block; }#qHBwAFRScp8DH0GNqW2gcAApBKwfvKqy > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OObBpfKc4Wr0kZ8ITaci0c0tsCgtwTzO { width:10.8125rem;height:10.8125rem;top:4.2875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtfuxpWAm4VRomJCpgEnvSMMvsbCdwo { width:3.75rem;height:3.75rem;top:4.2875003814697rem;left:4.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KENeTwKT0DqevU74klR0wlTEfc02FVwV { width:3.75rem;height:1.7875rem;top:5.2687501907349rem;left:4.5624998807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:20rem;height:10.625rem;top:16.786720275879rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXdllcKgJ4XEo3DUdTfrwPHSCSfVoGcs { width:10.8125rem;height:10.8125rem;top:30.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWTlOTIPDPxufwrsTHFMxI8Z0vzE6Li { width:3.75rem;height:1.7875rem;top:31.875rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:20rem;height:8.5rem;top:42.624994277954rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7iaULytaHmMpleabmShhXLNtJTwlRAG { width:4.1875rem;height:4.1875rem;top:7.6000013351437rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFqO6TSowUHfyHlHfV0RZTHrM4x6BsP { width:4.1875rem;height:4.1875rem;top:34rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvPswsBV2q90HUZro1RTsKuEBfz9poFB { width:3.75rem;height:3.75rem;top:30.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl01bKJ6GBfXoMlfXHvUF61SNOPuyOPn { width:10.8125rem;height:10.8125rem;top:2rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUnhGNi39OqNT4bxGZcUBFRqsAn8L2m { width:3.75rem;height:1.7875rem;top:1.6875rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:20rem;height:14.875rem;top:42.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jr2x8gbHDDvEodH724BNDoUNJnrtOw { width:10.8125rem;height:10.8125rem;top:30.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9cAx9LWoMuzw4bPsE9725gFz9IZ8xut { width:3.75rem;height:1.7875rem;top:31.375rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:20rem;height:12.75rem;top:14.436717987061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1kbVS9ooZbu7x0GTJzVF4XKQEnUlQ5Q { width:4.1875rem;height:4.1875rem;top:33.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Awl7Hrv0GzCGtUeESDcgC2y9APwE5u { width:4.1875rem;height:4.1875rem;top:5.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrDfr2lO10GMT26T7ef1ngW4ZIx2JfQ { width:3.75rem;height:3.75rem;top:0.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbZCiretSg7a2kg4en7SnW5yQKIVnnit { width:3.75rem;height:3.75rem;top:30.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu { display:block; }#lBp5LHD75w19Q7Fek4W5iqhmJsWryuDu > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WI09Vpz9qVPk4ltbTeDnF6dtvug4bwLw { width:20rem;height:17rem;top:13.687498092651rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NklEMgBxnyp2zmKVwKb5641WzRR9x7GR { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prnbqw4O0QLHNsrCWSfMUkKvUzUv0KKN { width:3.75rem;height:1.7875rem;top:2.1875rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnlptRUcrd9I8xgfn6nABhPKHkQFgT7T { width:4.1875rem;height:4.1875rem;top:4.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgHHgi0WVkvJrHb6BrRm86THiMz7HREQ { width:3.75rem;height:3.75rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7urVRL7svK4vKMpqPv1MWoI1OzRBAr { top:32.3125rem;left:5.1875rem;width:6.375rem;height:6.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dXDIgUGJqJ96E0vdXq8tNqWFQn1H8ZGX { top:32.3125rem;left:8.4375rem;width:6.375rem;height:6.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl { display:block; }#NM4pm3Rek67ppUVbtRVbrIlmLn0PZoVl > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VL2MwkTBeppHwlu8rgV7OsNGyUqZCw7B { width:20rem;height:24.94375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-regular-label { display:block;width:17.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.0625rem;overflow:hidden;height:auto; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-text {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-textarea { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-select {padding-top: 0; padding-bottom: 0;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT  { width:17.3125rem;height:auto;top:35.336719512939rem;left:0.15625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #1671f6 ; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT .radio-container { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT {display:block;}#qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT { width:17.3125rem;height:auto;top:35.336719512939rem;left:0.15625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #1671f6 ; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #K570GPZH6ST5qBqceyOJKIuPlWuGTSaB {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #dfFSzF5JoKmrpEKRMr1cTVl8IJfEekpZ { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Apiu6a2JBZ5gF9CERQWReEZ8RvQ7c5Hl {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #Twz4bS2wRrTv2NEbyXsownhLDqdrZytv {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #GzXRhE76uShXIPs0ZEy6DgTxAq2S7r2t { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #i5XXdwSB9dU2o7bdhQ3FDkGOe72AZepI {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #g4ohnCg4TLAQ8ow7BJfi4s1PVWIyvqJf {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #fgWuostqtL5k5GUGhdywEpheLmfLFq6Z { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #iiShMSvbfINmXsf0ikuhrKf2NWMFih0c {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #cN9wZC1Dg09fObFOdA90agThAPzXRf6F {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #L5mZBpHcgKr1zxCA7alTJnRhIcTunV0S { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rk5WDsQ6T7OZZWh7d1oRDuGEM1Rc2TPL {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #O1K4Fe4hTzGytDPlp2fXskpDOcTn3vSo {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #suN259cDOVS7gtReCpOPDwuEGCOsQ706 { display:block; }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #zDVkcWk5ODqkFVBtXplATIBrCGEK0zes {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #rMGfIHZVnGedXkrUbAu28ot8TJiLPMRV {  }
 }@media only screen and (max-width: 763px) { #qLsmrPizN2xRGQ2g9qg8BqFl0qJPybuT #bKIlwLhEfUD3b4uPlb7ZCOELGPqcPzTM {  }
 }@media only screen and (max-width: 763px) { #NUIP1dPdyvfGy0ra68KHvqLRei3k5P5i { width:2.8125rem;height:1.5625rem;top:35.906251907349rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #iES7m6kLygeSBQbRiLmIwRLTe4DA8k14 { top:3rem;left:0rem;width:20rem;height:28.4375rem;z-index:15005;font-size:3.125rem;font-weight:700;font-style:normal;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b { display:block; }#bk4LQm3WgDE3bnTlV1QBMObfqvd6pr3b > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMCNKSTMA7dzwT8WTy2Zy1EGLBhrC2xQ { width:2.0625rem;height:2.0625rem;top:1.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Sst4DhaaIucBWZ59nEBoRA2Z4grIeJ { width:7.1875rem;height:1.1375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwZPm1GVqZvQGBPO38HUOKQhCd6IEwBk { width:2.0625rem;height:2.0625rem;top:1.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTwpQBR7gg06ReMnm97qKzD8B34y6CM { width:4.9375rem;height:1.1375rem;top:4.25rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }