.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;
}
.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;
}body { background-color:#ffffff;background-image:none;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); }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr { position:relative;display:block; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr { background-color: transparent; background-image: none; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row .container > .video-iframe-container { display: none; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row > .video-iframe-container { display: none; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .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); }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr { border-width: 0; border-radius: 0; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .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:5.125rem;width:60rem;position:relative;display:block; }#L2R9Nfx2QC7X6dlSHf6hnaU5bgvLk4s3 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.5rem;display:block; }
#uonhKLuFiHpHuBF5SaBZvaIXZXTP9bpE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:0.53125rem;left:47.34375rem;overflow:hidden;display:block; }
#q4y6gW53kesIhe5Pr5kLh0ipG1ZRVGHB { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.375rem;top:0.53059959411621rem;left:53.403861999512rem;overflow:hidden;display:block; }
#pWJ8WF06gmt8eM1r0xoRXR2Nb0ly4kcU { box-sizing:content-box;color:#fb01bd;font-size:1.8125rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.25rem;left:14.8125rem;display:block; }
#zhIMUsCO7bLfaSpTPnZQesl6obeIGiXA { box-sizing:content-box;color:#2875ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.5rem;left:18.1875rem;display:block; }
#R3a2StpPhtSDqsnDumFA0TlThuT5OEFo { box-sizing:content-box;color:#12a200;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:block;z-index:100020;top:1rem;left:21.0625rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/682f7ee9-9f57-44df-9be9-5dd4924103a0/CopiadeBannermobile.png");background-position:center left !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 .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#h7wXidbEs5UQJrst3cJ6lgyGinlL8p0l { background-color:#fbec06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #fbec06;border-left:0.25rem solid #fbec06;border-right:0.25rem solid #fbec06;border-bottom:0.25rem solid #fbec06;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.25rem 0.3125rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#ff00c8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2509765625rem;height:2.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:27.3115234375rem;left:38.0615234375rem;display:block; }
#AcKDszLeeu1Vws1Ux1PzOUanvvMNIPw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ItmFcQNNVMnDqorwMTcQHv1rtgPJylCK { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:gotham;font-size:3.375rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:9.375rem;left:24.9375rem;height:10.125rem;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:right;text-align-last:right;display:block; }
#ZendC2yOPS95QlhAgm6qNMbGuOWR3DN0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.125rem;top:2.2177734375rem;left:48.0625rem;overflow:hidden;display:block; }
#JMVyWJAHWQsZ6TRHDr1aHeqVS8Zbcfwv { color:#000000;display:block;width:28.75rem;position:absolute;font-family:gotham;font-size:1.5625rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:16.25rem;left:25.5rem;height:1.5625rem;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:right;text-align-last:right;display:block; }
#GuxH6pfp89szdiJc8AhO2nCAvRWXRwJv { color:#360161;display:block;width:15.3125rem;position:absolute;font-family:gotham;font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:19.0625rem;left:39.0625rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dBXTtmqIQNkvy21OrPTiZOocNIkhJQHh { box-sizing:content-box;color:#ec327b;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.5625rem;left:35rem;display:block; }
#qJUWedcxH45Ox0LxaLn8XvxWnxiF47P2 { box-sizing:content-box;color:#ec327b;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:22.1875rem;left:35rem;display:block; }
#aOGJsJLXrb8phfeceTWRCSQlr5G0XbPM { color:#360161;display:block;width:20.8125rem;position:absolute;font-family:gotham;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:22.6875rem;left:39.1875rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS { position:relative;display:block; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS { background-color: transparent; background-image: none; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row .container > .video-iframe-container { display: none; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row > .video-iframe-container { display: none; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .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); }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS { border-width: 0; border-radius: 0; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .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:30.4375rem;width:60rem;position:relative;display:block; }#WwmvvM7az7KGCDCFcCRWiBTlM9fbxz1m { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.75rem;left:6.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHFuKXN8nTghRS4POGUTuhZiuMMktheW { color:#ffffff;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.5rem;left:8.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5JNmIS3HOKV6I5ddPI54xi2THHTys2Q { color:#ffffff;display:block;width:14.749375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.0625rem;left:6.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fVNHakzoXyUtSPw0PT9nEcTGeB90TNi6 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #fb01bd, #e1e01c);background-image: -moz-linear-gradient(140deg, #fb01bd, #e1e01c);background-image: -ms-linear-gradient(140deg, #fb01bd, #e1e01c);background-image: -o-linear-gradient(140deg, #fb01bd, #e1e01c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#e1e01c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#e1e01c' );";background-image: linear-gradient(140deg, #fb01bd, #e1e01c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.4375rem;border-top-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-bottom-right-radius:7.4375rem;height:4.375rem;width:4.3125rem;top:3rem;left:12.25rem;display:block; }
#oFqkr94mOtMeuIM8zcWGdOu9kR1ftkgi { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -moz-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -ms-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -o-linear-gradient(140deg, #fb01bd, #fbec06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#fbec06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#fbec06' );";background-image: linear-gradient(140deg, #fb01bd, #fbec06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.4375rem;border-top-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-bottom-right-radius:7.4375rem;height:4.375rem;width:4.3125rem;top:11.5rem;left:12.25rem;display:block; }
#ItgXn0pEfc20gbfRyULLZ8ElpGp1qg6d { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -moz-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -ms-linear-gradient(140deg, #fb01bd, #fbec06);background-image: -o-linear-gradient(140deg, #fb01bd, #fbec06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#fbec06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb01bd', endColorstr='#fbec06' );";background-image: linear-gradient(140deg, #fb01bd, #fbec06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.4375rem;border-top-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-bottom-right-radius:7.4375rem;height:4.1875rem;width:4.125rem;top:20.3125rem;left:12.25rem;display:block; }
#TZ5TSM0TD2tpuIZDL9bzVtTqivEJN31B { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:3.6875rem;left:12.875rem;overflow:hidden;display:block; }
#wQL3HG75SiaoyCPT48nx8BgiHdWmiF3v { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:11.5625rem;left:12.3125rem;display:block; }
#Vnd7laDVt4krE7HeKH0oeZ7ghrzvJRTx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:20.875rem;left:12.8125rem;overflow:hidden;display:block; }
#ZZ6nE8ARXmUtTyOgGSuGSvuhOe3bFKn1 { position:absolute;display:block;z-index:100002;background-color:#fb01bd;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;height:1.375rem;width:11.5rem;top:16.5rem;left:8.625rem;display:block; }
#UyKTtfZ6RRwV6iT7l3I2kD7qrJLAUCGX { position:absolute;display:block;z-index:100001;background-color:#fbec06;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;height:1rem;width:11.25rem;top:17.875rem;left:8.75rem;display:block; }
#sOcIkg2adpAVVR0hJQmw9c3veK8WlC0T { position:absolute;display:block;z-index:100002;background-color:#fb01bd;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;height:1.37478125rem;width:10.1248125rem;top:25.0625rem;left:9.25rem;display:block; }
#sCpo6Rppg6UEUDCgwcT3cPphsOXK2i50 { position:absolute;display:block;z-index:100001;background-color:#fbec06;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;height:1.0625rem;width:11.25rem;top:26.4375rem;left:8.75rem;display:block; }
#eTNG476uTy1XyrEf4C5eiLdbQEI91mnB { position:absolute;display:block;z-index:100003;background-color:#fb01bd;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;height:1.3737rem;width:10.1248125rem;top:7.75rem;left:9.3125rem;display:block; }
#PB4vTL8yA0FLeTdJHwtiO8imooWToAlt { position:absolute;display:block;z-index:100002;background-color:#fbec06;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;height:1rem;width:10.875rem;top:9.0625rem;left:9rem;display:block; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-form-header {  }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:25rem;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; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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:25rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-text {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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:25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-select {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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:#fb01bd;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.25rem;font-weight:bold;color:#f2f9ff;width:25rem;height:3.4375rem;font-family:"open sans";overflow:hidden;line-height:1.5; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap [class*="-text"]:-moz-placeholder { color:#848484;font-family:"open sans";font-size:1rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap [class*="-text"]::-moz-placeholder { color:#848484;font-family:"open sans";font-size:1rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap [class*="-text"]:-ms-input-placeholder { color:#848484;font-family:"open sans";font-size:1rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap [class*="-text"]::-webkit-input-placeholder { color:#848484;font-family:"open sans";font-size:1rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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:23.8125rem;overflow:hidden;font-style:normal; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-container:first-of-type{padding-top:0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-container:last-of-type{padding-bottom:0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;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.125rem 0.625rem rgba(0,0,0,0.15) ;left:26.873046875rem;top:5.21875rem;z-index:100020;position:absolute; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .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; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap {display:block;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;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.125rem 0.625rem rgba(0,0,0,0.15) ;left:26.873046875rem;top:5.21875rem;z-index:100020;position:absolute; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Qx43SS1vd3tNGTT2MRzVNk8O8TM2NQNl { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #vWJkRfWfDFBkIuQOcCnz9WsaxnKbB41R { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #XkeypSq4gUC4sXUFKdR6HEmm67Qodmgk { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Q7SyuBAdO0LuGwi1ON5mF9OzERnGCqdy { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #oE2BeihJ6ofuQ5p4V5qJH1K5M8c6frZz { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zWrPPC6zt96vQxBIiiQJTGLT1v3mT97J { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zDr65f2V1MXTB8f5QW4t8gFDeUFR6zRr { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #gfQQ3wU1pLmOEwh05yh8HTooPQIqkzKx { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #bJRATvVxNyhsyHeGSc4N5gwDntg3XEcD { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #E3ZgehIMqSER9WmvxW8viZVWrhZn15ae { position:relative; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Bm1TUBnbuGQSZemX3PkWM4mTnnGtCV0C { position:relative; }
#DdcUMPGUQLgCryh97W7DpslK4lXvp3ss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ce1e6;background-image:none;position:relative;display:none; }#DdcUMPGUQLgCryh97W7DpslK4lXvp3ss > .row .container { border-width: 0; border-radius: 0; }#DdcUMPGUQLgCryh97W7DpslK4lXvp3ss > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:none; }#G1t2SgaLtHHmkJmB7RNmpF0CJDHfAPTH { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:0rem;height:5.4375rem;text-align:left;text-align-last:left;display:block; }
#nE4WseAXVHgc0W7T7sGi3QDIwAfER2lI { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:26.25rem;left:0rem;height:2.5rem;text-align:justify;text-align-last:initial;display:block; }
#X9gD0iT1yqLT2V7ubiGeEiEqrnJrByep { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:6.375rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d8ubWRad8uTpH6C1h6GGErdCKN2FzmhV { color:#000000;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0.0625rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iv0iBcQcOD8vlbT9UOmVFnMpl4xTOPOn { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:6.25rem;text-align:justify;text-align-last:initial;display:block; }
#WKXUZxtgIH4gVDhltoawbrze7mWNzTXu { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:1.4375rem;text-align:justify;text-align-last:initial;display:block; }
#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh { position:relative;display:block; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh { background-color: transparent; background-image: none; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row .container > .video-iframe-container { display: none; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row > .video-iframe-container { display: none; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .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); }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh { border-width: 0; border-radius: 0; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .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:45.4375rem;width:60rem;position:relative;display:block; }#M2BwRW7MmQF2g1GNcfng5s2qNN8t3oeW { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.84375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ3TW3MrytTFAWQD9SbkUNd7JPL3UsOC { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.998046875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#M2rowaetRyQB35pgHaT7Z4tTk48lAVrT { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.75rem;left:21.375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#pTz38OMpSroeuy23SowRnUJno9BDKDfq { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.75rem;left:40.748046875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#zv4l99B7mcBfTJmepOP5042d0hRsJtGc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:19.9375rem;left:10rem;display:block; }
#gfhxPTKgEPWEwVNJ1SehUpLItIDs2tr8 { color:#000000;display:block;width:53.5615rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:16.685546875rem;left:3.2177734375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ { position:relative;display:block; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ { background-color: transparent; background-image: none; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row .container > .video-iframe-container { display: none; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row > .video-iframe-container { display: none; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .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); }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ { border-width: 0; border-radius: 0; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .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:15.5625rem;width:60rem;position:relative;display:block; }#COFwGhAKKft57oaPTumyEpPqdd0dX6xA { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.5rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#kd8J7tTM2eCEoHra7ZqGv3mEVffpOdPU { color:#5e17eb;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.25rem;left:13.5rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAmCpPBR6VXFcmAcvPZKVPBTPCzMawhr { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:32.4375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#NLNhxrIvLgiwEzJm6DkKhlBdScpX71xh { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:36rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb01bd;background-image:none;position:relative;display:block; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container { background-color: transparent; background-image: none; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container > .video-iframe-container { display: none; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row > .video-iframe-container { display: none; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .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); }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container { border-width: 0; border-radius: 0; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#zFLgweoyDDTtOSIaMGCsiTANBZJRIc3r { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:0.71875rem;left:3.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb01bd;background-image:none;position:relative;display:block; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container { background-color: transparent; background-image: none; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container > .video-iframe-container { display: none; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row > .video-iframe-container { display: none; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .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); }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container { border-width: 0; border-radius: 0; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#KzH78sggpOuaygIBhgiCN9hfdcoF23G3 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:21.75rem;left:3.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOHqOq1vVzvmascEQhwO0IVAVLSzEW74 { color:#eaf4f4;display:block;width:16.497375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:9.5rem;left:1.75rem;height:10.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMJpRPttA4Frw8ySTlVX79U2Ge9UnmnU { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:0rem;left:5.25rem;overflow:hidden;display:block; }
#ldbWF33aCzURRgC13l3swgTaJN1M7ZnU { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:21.75rem;left:25.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0Tm4LtLpnhi744PKc28XCWv6IUBd1wS { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:9.8125rem;left:22.9375rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7VHn55TeKR8OtlixrrUVb8AiE9sk2cK { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#Rhpm6QaKTsWw23uIAAT4E5rk1Vqq9c5R { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:21.5625rem;left:44.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoG9KZDyTdiuHsc9itgdPRJwMIoNrrls { color:#f6fafa;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:9.375rem;left:42.3125rem;height:10.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouamzyQJ5axCXEgzwLdH7yE7BXrZfB5i { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:0rem;left:45.875rem;overflow:hidden;display:block; }
#JJHvOVXHhzNbZhVR6Hg4q6xN8T94pGm9 { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:2rem;left:48.3125rem;display:block; }
#EFL0tl3TtHb0EV4sWwWcLQ6V6UJ5kI64 { box-sizing:content-box;color:#9065d4;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:2.8125rem;left:49.125rem;display:block; }
#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn { position:relative;display:block; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn { background-color: transparent; background-image: none; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row .container > .video-iframe-container { display: none; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row > .video-iframe-container { display: none; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .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); }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn { border-width: 0; border-radius: 0; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .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:26.4375rem;width:60rem;position:relative;display:block; }#TbLwq2Ia43XbFnI5fnHd1RPkLnwEzeP5 { position:absolute;display:block;z-index:100006;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.4375rem;width:3.4375rem;top:4.4375rem;left:4.75rem;display:block; }
#pZKtfJnmiFPTkifSTGrz0LFhJEVNRCDG { box-sizing:content-box;color:#fbec06;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:5.0625rem;left:5.375rem;display:block; }
#J3PHe6UbHpRQxy57mB6rwWpqEoNHKTVO { position:absolute;display:block;z-index:100007;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:4.75rem;display:block; }
#pCsqM2sQna8EIeSpotcltpHaKWgxy5TJ { box-sizing:content-box;color:#fbec06;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:15.0625rem;left:5.375rem;display:block; }
#LPDN9STWTTbc5lFfC012CW4tcTCWeqGc { position:absolute;display:block;z-index:100007;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.4375rem;width:3.4375rem;top:4.4375rem;left:32.8125rem;display:block; }
#Vylub5KV1IUHpFZgrdrabAQSfEr2BqpJ { box-sizing:content-box;color:#fbec06;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:5.0625rem;left:33.4375rem;display:block; }
#yvn9gvaZVQhFqgf6RTG2XQSbmmqTNvCd { position:absolute;display:block;z-index:100008;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:32.8125rem;display:block; }
#A6x7DfrkXhW8WW9rJCtJn3ByKvgbyLEU { box-sizing:content-box;color:#fbec06;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:15.0625rem;left:33.4375rem;display:block; }
#xTSne8ErMiDWPq0xVXKxCymfIE1k5edg { color:#04ecdf;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:5rem;left:9.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omAaFzyT0tfek7DTIVHPD8AOxznkrGPl { position:absolute;display:block;z-index:100008;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:7.1875rem;left:9.625rem;display:block; }
#TmKQgMT0nhpmiaKcu2WFRNuo8LnipqLV { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:15rem;left:9.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6geALAXuVhAH4NsixIA5NNkuRETu1IQ { position:absolute;display:block;z-index:100013;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:17.1875rem;left:9.625rem;display:block; }
#J46nKKQOgcBZTqES6MB4gaqCG8n8lw58 { color:#fd00f1;display:block;width:23.3125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:5rem;left:36.6875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3ysdZbbmrh3JWbyrvZpA02LCkrOFeTw { position:absolute;display:block;z-index:100009;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:7.125rem;left:37rem;display:block; }
#HmlCtUsHBVK3gMIXzMBW1v8beaXCoOGu { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.4;letter-spacing:0;top:15.0625rem;left:37rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lg2vaXtBwOvASIwPCKwxVzgcMfuPlFr9 { position:absolute;display:block;z-index:100010;background-color:#5e17eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:17.1875rem;left:36.6875rem;display:block; }
#UCWBysduBDJiTcc980vlQrQci9v7628L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb01bd;background-image:none;position:relative;display:none; }#UCWBysduBDJiTcc980vlQrQci9v7628L > .row .container { border-width: 0; border-radius: 0; }#UCWBysduBDJiTcc980vlQrQci9v7628L > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:none; }#kWum6tQoW5RZbBrfkdXLZDUf4a11A4bR { color:#e8ffe5;display:block;width:35.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:1.0625rem;left:13.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8S9ouK82uyOJ9dDn4EpgpD3vTm4X4Fq { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:2.875rem;display:block; }
#nfv0VIyZ8f3QN5vhlcDo7sZQk4LgaUXC { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:10.5rem;display:block; }
#SzMF4mI8reLwogo33s91VCQl9UnBrnKH { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #5e17eb;border-left:0.125rem solid #5e17eb;border-right:0.125rem solid #5e17eb;border-bottom:0.125rem solid #5e17eb;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:14.6875rem;width:29.6875rem;top:21.125rem;left:0rem;display:block; }
#nyQr4ZoNX6u7Z6wluDdPEAGsWlMwQauT { color:#fff4dc;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:22.34375rem;left:1rem;height:12.5rem;display:block; }
#nBLks4NXDCl163iO1V2aJkVcmeuW0PVS { background-color:#5e17eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #5e17eb;border-left:0.125rem solid #5e17eb;border-right:0.125rem solid #5e17eb;border-bottom:0.125rem solid #5e17eb;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-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.0625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:33.0625rem;left:37rem;display:block; }
#ZnkZZ5EI6Nlz2aGDXiLZUFLpLAm6RMHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RAKNFyKWdrqf8bAUrepJGJbMumLCTnqf { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(94,23,235,0.5) ;height:25rem;width:25rem;top:5.9375rem;left:33.25rem;overflow:hidden;display:block; }
#PBD4tTgplZgpJTE8N5bDFbBCcDQCqlOI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:8.0625rem;left:45.53125rem;overflow:hidden;display:block; }
#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS { position:relative;display:block; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS { background-color: transparent; background-image: none; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row .container > .video-iframe-container { display: none; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row > .video-iframe-container { display: none; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .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); }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS { border-width: 0; border-radius: 0; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .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:5.125rem;width:60rem;position:relative;display:block; }#tRsLS2PdFehzdSn21nUNtn8n6to219tM { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.5rem;display:block; }
#TtaPqVwEfTFk8ParwJQhH51Z8vxd692L { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:0.53125rem;left:47.34375rem;overflow:hidden;display:block; }
#i8TATTmfHkPB0At1mwOhmKu23z8u0c45 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.375rem;top:0.53059959411621rem;left:53.403861999512rem;overflow:hidden;display:block; }
#OkGfzEnsiJxiTZP1piuzRCK91rkUSef4 { box-sizing:content-box;color:#fb01bd;font-size:1.8125rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.25rem;left:14.8125rem;display:block; }
#LJeZ0b3DgTV5XiqvrM0Kudsk3u0JSpv2 { box-sizing:content-box;color:#2875ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1.5rem;left:18.1875rem;display:block; }
#zXk5A5T3yPwxwXKhSLlhIHy6NAKXcXww { box-sizing:content-box;color:#12a200;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:block;z-index:100020;top:1rem;left:21.0625rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #P8cFx38CtkVG4RNLT4L8u10XlFP2yocr { display:block; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L2R9Nfx2QC7X6dlSHf6hnaU5bgvLk4s3 { width:24.9375rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uonhKLuFiHpHuBF5SaBZvaIXZXTP9bpE { width:4.0625rem;height:4.0625rem;top:0.53125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q4y6gW53kesIhe5Pr5kLh0ipG1ZRVGHB { width:4.375rem;height:4.0625rem;top:0.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pWJ8WF06gmt8eM1r0xoRXR2Nb0ly4kcU { width:2.625rem;height:2.625rem;top:1.25rem;left:22.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhIMUsCO7bLfaSpTPnZQesl6obeIGiXA { width:2.1875rem;height:2.1875rem;top:1.46875rem;left:25.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #R3a2StpPhtSDqsnDumFA0TlThuT5OEFo { width:3.125rem;height:3.125rem;top:1rem;left:27.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h7wXidbEs5UQJrst3cJ6lgyGinlL8p0l { width:16.25rem;height:2.8125rem;top:27.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #AcKDszLeeu1Vws1Ux1PzOUanvvMNIPw7 { display:block; }
 }@media only screen and (max-width: 959px) { #ItmFcQNNVMnDqorwMTcQHv1rtgPJylCK { width:29.3125rem;height:10.125rem;top:9.375rem;left:18.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZendC2yOPS95QlhAgm6qNMbGuOWR3DN0 { width:4.0625rem;height:4.0625rem;top:0.53125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JMVyWJAHWQsZ6TRHDr1aHeqVS8Zbcfwv { width:28.75rem;height:1.5625rem;top:16.25rem;left:19rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GuxH6pfp89szdiJc8AhO2nCAvRWXRwJv { width:15.3125rem;height:3.125rem;top:19.0625rem;left:32.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dBXTtmqIQNkvy21OrPTiZOocNIkhJQHh { width:4.125rem;height:4.125rem;top:18.5625rem;left:28.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qJUWedcxH45Ox0LxaLn8XvxWnxiF47P2 { width:4.125rem;height:4.125rem;top:22.1875rem;left:28.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aOGJsJLXrb8phfeceTWRCSQlr5G0XbPM { width:20.8125rem;height:3.125rem;top:22.6875rem;left:26.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS { display:block; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WwmvvM7az7KGCDCFcCRWiBTlM9fbxz1m { width:13.75rem;height:3.3333375rem;top:11.4375rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #GHFuKXN8nTghRS4POGUTuhZiuMMktheW { width:16.125rem;height:3.3333375rem;top:11.5625rem;left:15.75rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #T5JNmIS3HOKV6I5ddPI54xi2THHTys2Q { width:15.125rem;height:3.3333375rem;top:11.5625rem;left:32.625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #fVNHakzoXyUtSPw0PT9nEcTGeB90TNi6 { width:6.8125rem;height:6.8125rem;top:3.0625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oFqkr94mOtMeuIM8zcWGdOu9kR1ftkgi { width:6.8125rem;height:6.8125rem;top:3.0625rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ItgXn0pEfc20gbfRyULLZ8ElpGp1qg6d { width:6.8125rem;height:6.8125rem;top:3.0625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TZ5TSM0TD2tpuIZDL9bzVtTqivEJN31B { width:4.4375rem;height:4.4375rem;top:4.25rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wQL3HG75SiaoyCPT48nx8BgiHdWmiF3v { width:6rem;height:5.9375rem;top:3.5rem;left:20.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vnd7laDVt4krE7HeKH0oeZ7ghrzvJRTx { width:6.5rem;height:6.5rem;top:3.21875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZZ6nE8ARXmUtTyOgGSuGSvuhOe3bFKn1 { width:13.875rem;height:2rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UyKTtfZ6RRwV6iT7l3I2kD7qrJLAUCGX { width:12.5rem;height:2.1875rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sOcIkg2adpAVVR0hJQmw9c3veK8WlC0T { width:13.875rem;height:2rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sCpo6Rppg6UEUDCgwcT3cPphsOXK2i50 { width:12.5rem;height:2.1875rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTNG476uTy1XyrEf4C5eiLdbQEI91mnB { width:13.875rem;height:2rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PB4vTL8yA0FLeTdJHwtiO8imooWToAlt { width:12.5rem;height:2.1875rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-text {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-select {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap  { width:25rem;height:auto;top:5.1875rem;left:20.25rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap {display:block;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap { width:25rem;height:auto;top:5.1875rem;left:20.25rem; }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Qx43SS1vd3tNGTT2MRzVNk8O8TM2NQNl {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #vWJkRfWfDFBkIuQOcCnz9WsaxnKbB41R {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #XkeypSq4gUC4sXUFKdR6HEmm67Qodmgk {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Q7SyuBAdO0LuGwi1ON5mF9OzERnGCqdy {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #oE2BeihJ6ofuQ5p4V5qJH1K5M8c6frZz {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zWrPPC6zt96vQxBIiiQJTGLT1v3mT97J {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zDr65f2V1MXTB8f5QW4t8gFDeUFR6zRr {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #gfQQ3wU1pLmOEwh05yh8HTooPQIqkzKx {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #bJRATvVxNyhsyHeGSc4N5gwDntg3XEcD {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #E3ZgehIMqSER9WmvxW8viZVWrhZn15ae {  }
 }@media only screen and (max-width: 959px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Bm1TUBnbuGQSZemX3PkWM4mTnnGtCV0C {  }
 }@media only screen and (max-width: 959px) { #DdcUMPGUQLgCryh97W7DpslK4lXvp3ss { display:block; }#DdcUMPGUQLgCryh97W7DpslK4lXvp3ss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #G1t2SgaLtHHmkJmB7RNmpF0CJDHfAPTH { width:20.5625rem;height:4.16666875rem;top:10.9375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #nE4WseAXVHgc0W7T7sGi3QDIwAfER2lI { width:47.75rem;height:4.375rem;top:30.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #X9gD0iT1yqLT2V7ubiGeEiEqrnJrByep { width:34.25rem;height:1.18055625rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d8ubWRad8uTpH6C1h6GGErdCKN2FzmhV { width:34.25rem;height:4.375rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #iv0iBcQcOD8vlbT9UOmVFnMpl4xTOPOn { width:22.8125rem;height:10.2083125rem;top:19.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #WKXUZxtgIH4gVDhltoawbrze7mWNzTXu { width:28.5rem;height:1.4375rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh { display:block; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #M2BwRW7MmQF2g1GNcfng5s2qNN8t3oeW { width:47.75rem;height:4.027775rem;top:3.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TZ3TW3MrytTFAWQD9SbkUNd7JPL3UsOC { width:17.3125rem;height:3.75rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M2rowaetRyQB35pgHaT7Z4tTk48lAVrT { width:17.25rem;height:5rem;top:9.75rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pTz38OMpSroeuy23SowRnUJno9BDKDfq { width:17.0625rem;height:3.75rem;top:9.75rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zv4l99B7mcBfTJmepOP5042d0hRsJtGc { width:40rem;height:22.5rem;top:19.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfhxPTKgEPWEwVNJ1SehUpLItIDs2tr8 { width:47.75rem;height:1.7361125rem;top:16.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ { display:block; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #COFwGhAKKft57oaPTumyEpPqdd0dX6xA { width:16.5rem;height:3.375rem;top:3.3125rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kd8J7tTM2eCEoHra7ZqGv3mEVffpOdPU { width:12.5rem;height:5.0625rem;top:7.25rem;left:7.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vAmCpPBR6VXFcmAcvPZKVPBTPCzMawhr { width:16.0625rem;height:3.375rem;top:3.25rem;left:26.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NLNhxrIvLgiwEzJm6DkKhlBdScpX71xh { width:8.9375rem;height:5.0625rem;top:7.125rem;left:29.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d { display:block; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zFLgweoyDDTtOSIaMGCsiTANBZJRIc3r { width:47.75rem;height:3.75rem;top:0.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 { display:block; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KzH78sggpOuaygIBhgiCN9hfdcoF23G3 { width:12.9375rem;height:2.6388875rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dOHqOq1vVzvmascEQhwO0IVAVLSzEW74 { width:15.9375rem;height:10.6944375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EMJpRPttA4Frw8ySTlVX79U2Ge9UnmnU { width:9.375rem;height:9.375rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ldbWF33aCzURRgC13l3swgTaJN1M7ZnU { width:12.9375rem;height:2.6388875rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #o0Tm4LtLpnhi744PKc28XCWv6IUBd1wS { width:15.9375rem;height:10rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #U7VHn55TeKR8OtlixrrUVb8AiE9sk2cK { width:9.375rem;height:9.375rem;top:0rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rhpm6QaKTsWw23uIAAT4E5rk1Vqq9c5R { width:12.9375rem;height:2.6388875rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #aoG9KZDyTdiuHsc9itgdPRJwMIoNrrls { width:15.9375rem;height:12.22225rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ouamzyQJ5axCXEgzwLdH7yE7BXrZfB5i { width:9.375rem;height:9.375rem;top:0rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JJHvOVXHhzNbZhVR6Hg4q6xN8T94pGm9 { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EFL0tl3TtHb0EV4sWwWcLQ6V6UJ5kI64 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn { display:block; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TbLwq2Ia43XbFnI5fnHd1RPkLnwEzeP5 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZKtfJnmiFPTkifSTGrz0LFhJEVNRCDG { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #J3PHe6UbHpRQxy57mB6rwWpqEoNHKTVO { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pCsqM2sQna8EIeSpotcltpHaKWgxy5TJ { width:2.1875rem;height:2.1875rem;top:15.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #LPDN9STWTTbc5lFfC012CW4tcTCWeqGc { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vylub5KV1IUHpFZgrdrabAQSfEr2BqpJ { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:27.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yvn9gvaZVQhFqgf6RTG2XQSbmmqTNvCd { width:6.25rem;height:6.25rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #A6x7DfrkXhW8WW9rJCtJn3ByKvgbyLEU { width:2.1875rem;height:2.1875rem;top:15.0625rem;left:27.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xTSne8ErMiDWPq0xVXKxCymfIE1k5edg { width:12.9375rem;height:3.05555625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #omAaFzyT0tfek7DTIVHPD8AOxznkrGPl { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmKQgMT0nhpmiaKcu2WFRNuo8LnipqLV { width:12.9375rem;height:3.05555625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6geALAXuVhAH4NsixIA5NNkuRETu1IQ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #J46nKKQOgcBZTqES6MB4gaqCG8n8lw58 { width:12.9375rem;height:1.527775rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #k3ysdZbbmrh3JWbyrvZpA02LCkrOFeTw { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HmlCtUsHBVK3gMIXzMBW1v8beaXCoOGu { width:12.9375rem;height:3.05555625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lg2vaXtBwOvASIwPCKwxVzgcMfuPlFr9 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #UCWBysduBDJiTcc980vlQrQci9v7628L { display:block; }#UCWBysduBDJiTcc980vlQrQci9v7628L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kWum6tQoW5RZbBrfkdXLZDUf4a11A4bR { width:35.9375rem;height:3.75rem;top:1rem;left:7.46875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #P8S9ouK82uyOJ9dDn4EpgpD3vTm4X4Fq { width:23.75rem;height:2.91666875rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nfv0VIyZ8f3QN5vhlcDo7sZQk4LgaUXC { width:27.1875rem;height:10.20831875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SzMF4mI8reLwogo33s91VCQl9UnBrnKH { width:29.6875rem;height:14.6875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nyQr4ZoNX6u7Z6wluDdPEAGsWlMwQauT { width:27.9375rem;height:12.77775rem;top:21.15625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nBLks4NXDCl163iO1V2aJkVcmeuW0PVS { width:17.5rem;height:3.0625rem;top:27.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnkZZ5EI6Nlz2aGDXiLZUFLpLAm6RMHT { display:block; }
 }@media only screen and (max-width: 959px) { #RAKNFyKWdrqf8bAUrepJGJbMumLCTnqf { width:20.5625rem;height:20.5625rem;top:5.9375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PBD4tTgplZgpJTE8N5bDFbBCcDQCqlOI { width:4.0625rem;height:4.0625rem;top:0.53125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS { display:block; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tRsLS2PdFehzdSn21nUNtn8n6to219tM { width:24.9375rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtaPqVwEfTFk8ParwJQhH51Z8vxd692L { width:4.0625rem;height:4.0625rem;top:0.53125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i8TATTmfHkPB0At1mwOhmKu23z8u0c45 { width:4.375rem;height:4.0625rem;top:0.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OkGfzEnsiJxiTZP1piuzRCK91rkUSef4 { width:2.625rem;height:2.625rem;top:1.25rem;left:22.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LJeZ0b3DgTV5XiqvrM0Kudsk3u0JSpv2 { width:2.1875rem;height:2.1875rem;top:1.46875rem;left:25.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zXk5A5T3yPwxwXKhSLlhIHy6NAKXcXww { width:3.125rem;height:3.125rem;top:1rem;left:27.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P8cFx38CtkVG4RNLT4L8u10XlFP2yocr { display:block; }#P8cFx38CtkVG4RNLT4L8u10XlFP2yocr > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2R9Nfx2QC7X6dlSHf6hnaU5bgvLk4s3 { width:20rem;height:2.5rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uonhKLuFiHpHuBF5SaBZvaIXZXTP9bpE { width:3.8125rem;height:3.6875rem;top:0rem;left:11.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4y6gW53kesIhe5Pr5kLh0ipG1ZRVGHB { width:3.8115234375rem;height:3.6240234375rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWJ8WF06gmt8eM1r0xoRXR2Nb0ly4kcU { width:2.6240234375rem;height:2.6240234375rem;top:5.2509765625rem;left:5.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhIMUsCO7bLfaSpTPnZQesl6obeIGiXA { width:2.1875rem;height:2.1875rem;top:5.625rem;left:9.6240234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3a2StpPhtSDqsnDumFA0TlThuT5OEFo { width:3.125rem;height:3.125rem;top:5rem;left:12.4990234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#cdd5d5;background-image:url("https://images.assets-landingi.com/uc/63e661d7-b9e7-436d-9dd7-a230ad21a7dc/Bannermobile.preview.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; }#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 .container { width:20rem;height:38.4970703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7wXidbEs5UQJrst3cJ6lgyGinlL8p0l { width:8.8115rem;height:1.624025rem;top:13.498046875rem;left:10.4091796875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKDszLeeu1Vws1Ux1PzOUanvvMNIPw7 { display:block; }
 }@media only screen and (max-width: 763px) { #ItmFcQNNVMnDqorwMTcQHv1rtgPJylCK { width:10.811625rem;height:4.5rem;top:7.97634601593rem;left:8.3485251069069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZendC2yOPS95QlhAgm6qNMbGuOWR3DN0 { width:3.9375rem;height:3.9375rem;top:3.2470703125rem;left:15.283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMVyWJAHWQsZ6TRHDr1aHeqVS8Zbcfwv { width:20rem;height:3.125rem;top:16.3720703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxH6pfp89szdiJc8AhO2nCAvRWXRwJv { width:15.3125rem;height:3.125rem;top:23.8720703125rem;left:3.9697265625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBXTtmqIQNkvy21OrPTiZOocNIkhJQHh { width:4.125rem;height:4.125rem;top:23.3720703125rem;left:0rem;font-size:2.875rem;color:#f0ffef;display:block; }
 }@media only screen and (max-width: 763px) { #qJUWedcxH45Ox0LxaLn8XvxWnxiF47P2 { width:4.125rem;height:4.125rem;top:33.1220703125rem;left:7.9375rem;font-size:2.875rem;color:#f0ffef;display:block; }
 }@media only screen and (max-width: 763px) { #aOGJsJLXrb8phfeceTWRCSQlr5G0XbPM { width:20rem;height:0;top:28.7470703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS { display:block; }#BGhP0egG0L9ECNEO1tKI2bWpBxsTc6FS > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwmvvM7az7KGCDCFcCRWiBTlM9fbxz1m { width:16.1230625rem;height:2.625rem;top:7.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFuKXN8nTghRS4POGUTuhZiuMMktheW { width:15.2485rem;height:2.625rem;top:26.1875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5JNmIS3HOKV6I5ddPI54xi2THHTys2Q { width:16.1230625rem;height:2.625rem;top:17.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVNHakzoXyUtSPw0PT9nEcTGeB90TNi6 { width:4.5rem;height:4.6875rem;top:11.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFqkr94mOtMeuIM8zcWGdOu9kR1ftkgi { width:4.6875rem;height:4.6875rem;top:20.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItgXn0pEfc20gbfRyULLZ8ElpGp1qg6d { width:4.6875rem;height:4.6875rem;top:2.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5TSM0TD2tpuIZDL9bzVtTqivEJN31B { width:3.125rem;height:3.125rem;top:12.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQL3HG75SiaoyCPT48nx8BgiHdWmiF3v { width:3.125rem;height:3.125rem;top:21.6875rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnd7laDVt4krE7HeKH0oeZ7ghrzvJRTx { width:3.125rem;height:3.125rem;top:3.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6nE8ARXmUtTyOgGSuGSvuhOe3bFKn1 { width:11.436625rem;height:1.31185rem;top:26.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyKTtfZ6RRwV6iT7l3I2kD7qrJLAUCGX { width:11.25rem;height:0.9375rem;top:18.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcIkg2adpAVVR0hJQmw9c3veK8WlC0T { width:10.061875rem;height:1.31185rem;top:17.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCpo6Rppg6UEUDCgwcT3cPphsOXK2i50 { width:11.25rem;height:1rem;top:9.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNG476uTy1XyrEf4C5eiLdbQEI91mnB { width:10.75rem;height:1.3125rem;top:8.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB4vTL8yA0FLeTdJHwtiO8imooWToAlt { width:10.8125rem;height:1.125rem;top:27.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-text {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-select {padding-top: 0; padding-bottom: 0;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap  { width:17.5rem;height:auto;top:32.443359375rem;left:0rem; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap {display:block;}#eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap { width:17.5rem;height:auto;top:32.443359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Qx43SS1vd3tNGTT2MRzVNk8O8TM2NQNl {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #vWJkRfWfDFBkIuQOcCnz9WsaxnKbB41R {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #XkeypSq4gUC4sXUFKdR6HEmm67Qodmgk {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Q7SyuBAdO0LuGwi1ON5mF9OzERnGCqdy {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #oE2BeihJ6ofuQ5p4V5qJH1K5M8c6frZz {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zWrPPC6zt96vQxBIiiQJTGLT1v3mT97J {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #zDr65f2V1MXTB8f5QW4t8gFDeUFR6zRr {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #gfQQ3wU1pLmOEwh05yh8HTooPQIqkzKx {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #bJRATvVxNyhsyHeGSc4N5gwDntg3XEcD {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #E3ZgehIMqSER9WmvxW8viZVWrhZn15ae {  }
 }@media only screen and (max-width: 763px) { #eieG6RiEZbhT3Ie06MWSiMORhAp5Mdap #Bm1TUBnbuGQSZemX3PkWM4mTnnGtCV0C {  }
 }@media only screen and (max-width: 763px) { #DdcUMPGUQLgCryh97W7DpslK4lXvp3ss { display:none; }#DdcUMPGUQLgCryh97W7DpslK4lXvp3ss > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G1t2SgaLtHHmkJmB7RNmpF0CJDHfAPTH { width:20rem;height:4.125rem;top:9.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE4WseAXVHgc0W7T7sGi3QDIwAfER2lI { width:20rem;height:9.625rem;top:27.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9gD0iT1yqLT2V7ubiGeEiEqrnJrByep { width:20rem;height:3.125rem;top:1.7491359710693rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8ubWRad8uTpH6C1h6GGErdCKN2FzmhV { width:20rem;height:2.75rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iv0iBcQcOD8vlbT9UOmVFnMpl4xTOPOn { width:20rem;height:11rem;top:16.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKXUZxtgIH4gVDhltoawbrze7mWNzTXu { width:20rem;height:1.4375rem;top:14.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh { display:block; }#ZITqiwHZSAcyO9BpHJfJFE7MqxDmMksh > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2BwRW7MmQF2g1GNcfng5s2qNN8t3oeW { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3TW3MrytTFAWQD9SbkUNd7JPL3UsOC { width:16.0625rem;height:4.125rem;top:7.625rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2rowaetRyQB35pgHaT7Z4tTk48lAVrT { width:16.0625rem;height:5.5rem;top:13.1875rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTz38OMpSroeuy23SowRnUJno9BDKDfq { width:16.0625rem;height:5.5rem;top:20.3125rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv4l99B7mcBfTJmepOP5042d0hRsJtGc { height:11.25rem;width:20rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfhxPTKgEPWEwVNJ1SehUpLItIDs2tr8 { width:20rem;height:5.25rem;top:27.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ { display:block; }#Xz9DVFIMWhrXpEJgFJJ2KtMaSth6JQfJ > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COFwGhAKKft57oaPTumyEpPqdd0dX6xA { width:13.6875rem;height:2.875rem;top:6.5rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd8J7tTM2eCEoHra7ZqGv3mEVffpOdPU { width:12.5rem;height:4.0625rem;top:2.4375rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmCpPBR6VXFcmAcvPZKVPBTPCzMawhr { width:12.5rem;height:2.875rem;top:16.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNhxrIvLgiwEzJm6DkKhlBdScpX71xh { width:5.25rem;height:4.0625rem;top:12.75rem;left:7.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d { display:block; }#hRlUBmSNliw1wqOuhGJu88oHF3XEBm0d > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFLgweoyDDTtOSIaMGCsiTANBZJRIc3r { width:18.375rem;height:4.75rem;top:1.25rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 { display:block; }#nodPRbzE4uBNZ1nLB2dBMCP7puaTF221 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzH78sggpOuaygIBhgiCN9hfdcoF23G3 { width:12.875rem;height:2.625rem;top:16.875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHqOq1vVzvmascEQhwO0IVAVLSzEW74 { width:16.4375rem;height:10.5rem;top:5.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMJpRPttA4Frw8ySTlVX79U2Ge9UnmnU { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldbWF33aCzURRgC13l3swgTaJN1M7ZnU { width:12.875rem;height:2.625rem;top:30.8125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Tm4LtLpnhi744PKc28XCWv6IUBd1wS { width:17.0625rem;height:7.5rem;top:22.8125rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VHn55TeKR8OtlixrrUVb8AiE9sk2cK { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rhpm6QaKTsWw23uIAAT4E5rk1Vqq9c5R { width:14.0625rem;height:2.625rem;top:47.3125rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoG9KZDyTdiuHsc9itgdPRJwMIoNrrls { width:16.4375rem;height:10.5rem;top:35.625rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouamzyQJ5axCXEgzwLdH7yE7BXrZfB5i { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJHvOVXHhzNbZhVR6Hg4q6xN8T94pGm9 { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFL0tl3TtHb0EV4sWwWcLQ6V6UJ5kI64 { width:1.4375rem;height:1.4375rem;top:2.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn { display:block; }#n4FJmtWxPGOCDfH4x399Pe8Q4pGNwBxn > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbLwq2Ia43XbFnI5fnHd1RPkLnwEzeP5 { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKtfJnmiFPTkifSTGrz0LFhJEVNRCDG { width:2.1875rem;height:2.1875rem;top:2.3125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PHe6UbHpRQxy57mB6rwWpqEoNHKTVO { width:3.4375rem;height:3.4375rem;top:14.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsqM2sQna8EIeSpotcltpHaKWgxy5TJ { width:2.1875rem;height:2.1875rem;top:28.125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDN9STWTTbc5lFfC012CW4tcTCWeqGc { width:3.4375rem;height:3.4375rem;top:27.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vylub5KV1IUHpFZgrdrabAQSfEr2BqpJ { width:2.1875rem;height:2.1875rem;top:14.8125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvn9gvaZVQhFqgf6RTG2XQSbmmqTNvCd { width:3.4375rem;height:3.4375rem;top:39.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6x7DfrkXhW8WW9rJCtJn3ByKvgbyLEU { width:2.1875rem;height:2.1875rem;top:40.3125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTSne8ErMiDWPq0xVXKxCymfIE1k5edg { width:13.8125rem;height:3.125rem;top:18.5rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omAaFzyT0tfek7DTIVHPD8AOxznkrGPl { width:2.5rem;height:0.125rem;top:10.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKQgMT0nhpmiaKcu2WFRNuo8LnipqLV { width:13.8125rem;height:3.125rem;top:32rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6geALAXuVhAH4NsixIA5NNkuRETu1IQ { width:2.5rem;height:0.125rem;top:22.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J46nKKQOgcBZTqES6MB4gaqCG8n8lw58 { width:18.375rem;height:3.125rem;top:5.875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3ysdZbbmrh3JWbyrvZpA02LCkrOFeTw { width:2.5rem;height:0.125rem;top:35.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmlCtUsHBVK3gMIXzMBW1v8beaXCoOGu { width:13.75rem;height:3.125rem;top:44.0625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2vaXtBwOvASIwPCKwxVzgcMfuPlFr9 { width:2.5rem;height:0.125rem;top:47.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCWBysduBDJiTcc980vlQrQci9v7628L { display:none; }#UCWBysduBDJiTcc980vlQrQci9v7628L > .row .container { width:20rem;height:75.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWum6tQoW5RZbBrfkdXLZDUf4a11A4bR { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8S9ouK82uyOJ9dDn4EpgpD3vTm4X4Fq { width:20rem;height:4.3125rem;top:26.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfv0VIyZ8f3QN5vhlcDo7sZQk4LgaUXC { width:20rem;height:16.5rem;top:32.34375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SzMF4mI8reLwogo33s91VCQl9UnBrnKH { width:19.75rem;height:12.5rem;top:52.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nyQr4ZoNX6u7Z6wluDdPEAGsWlMwQauT { width:20rem;height:15rem;top:52.686633110046rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBLks4NXDCl163iO1V2aJkVcmeuW0PVS { width:17.5rem;height:3.0625rem;top:70.218292236325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkZZ5EI6Nlz2aGDXiLZUFLpLAm6RMHT { display:block; }
 }@media only screen and (max-width: 763px) { #RAKNFyKWdrqf8bAUrepJGJbMumLCTnqf { width:20rem;height:20rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBD4tTgplZgpJTE8N5bDFbBCcDQCqlOI { width:4.0625rem;height:4.0625rem;top:74.5302734375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS { display:block; }#nt6niGxZ5gVMVSLt3RCli6fofoXzdKhS > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRsLS2PdFehzdSn21nUNtn8n6to219tM { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtaPqVwEfTFk8ParwJQhH51Z8vxd692L { width:3.8125rem;height:3.6875rem;top:4.6842460632324rem;left:15.437283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8TATTmfHkPB0At1mwOhmKu23z8u0c45 { width:3.81185rem;height:3.62413125rem;top:4.7146263122559rem;left:10.936415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGfzEnsiJxiTZP1piuzRCK91rkUSef4 { width:2.62478125rem;height:2.62478125rem;top:5.2463111877441rem;left:1.1870660185814rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJeZ0b3DgTV5XiqvrM0Kudsk3u0JSpv2 { width:2.1875rem;height:2.1875rem;top:5.4644107818604rem;left:4.3728299736977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXk5A5T3yPwxwXKhSLlhIHy6NAKXcXww { width:3.125rem;height:3.125rem;top:4.9956607818604rem;left:7.1310768723487rem;font-size:2.1875rem;display:block; }
 }