.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA { position:relative;display:block; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA { background-color: transparent; background-image: none; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row .container > .video-iframe-container { display: none; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row > .video-iframe-container { display: none; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .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); }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA { border-width: 0; border-radius: 0; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row .container > .video-iframe-container {  }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .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:9.1875rem;width:75rem;position:relative;display:block; }#Xz0IkHlwCylmbXFN169BSxSG3RXEfaJN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:13.6875rem;top:3.59375rem;left:30.4375rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3275cb4f-661b-46e2-ae70-bf021c57f053/25_20190917_0656enf8.crop_1280x706_0,333.preview.mirror.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; }#NASeuWUhyoDDTaCPKGZHcskrKz1eXvJR { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kG8BcCefVUZQhtgOCBMINBq7uzc3c4Ow { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:75rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#PHUl0UU9dCfKcRUlgMQvLuzsxGBQmEwU { color:#000000;display:block;width:48rem;position:absolute;font-family:"sofia pro";font-size:3.4375rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:3.75rem;left:5.0625rem;height:8.3125rem;font-style:normal;display:block; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-form-header { font-size:0.6875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-regular-label { height:auto;display:block;font-family:"sofia pro";font-size:1rem;font-weight:400;color:#909090;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:.9;font-style:normal; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:1.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .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; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .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:transparent;background-image: -webkit-linear-gradient(90deg, #94ec30, #0ad495);background-image: -moz-linear-gradient(90deg, #94ec30, #0ad495);background-image: -ms-linear-gradient(90deg, #94ec30, #0ad495);background-image: -o-linear-gradient(90deg, #94ec30, #0ad495);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );";background-image: linear-gradient(90deg, #94ec30, #0ad495);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:1.25rem;margin-bottom:0.25rem;margin-left:1.4375rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:16.0625rem;height:2.6875rem;font-family:"sofia pro";overflow:hidden;text-align:center;text-align-last:center; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .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:"sofia pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .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; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"sofia pro";font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-container:first-of-type{padding-top:0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-container:last-of-type{padding-bottom:0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;left:5.0625rem;top:19.8125rem;z-index:100008;position:absolute;font-size:0.6875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .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; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx {display:block;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;left:5.0625rem;top:19.8125rem;z-index:100008;position:absolute;font-size:0.6875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #hscnRfuNUOTM9sfhEpac8DZpby1Ipbe7 { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qHvuxSe7OlSZXAVpcCk1im6vx7RgN56L { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #yQqq26bHBRI0rgEkNcqTThdHIzJw04fP { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rTiimDyiPQscBstG5eCoUbOsMrg7eW3M { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #y9VIccFKhMxyxTvlGJHXKkl8IqutDbMk { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #pS4XIb76rlk7shLQPpZbz4JpPiyDcawS { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rRAz6LhZcb9xoccJSWsR60RTL9ak7qOn { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #xtkfP8UJWQTV05HLGBMFoUoX5xx7m9H3 { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #b6tTCRnMJ2FPikePlzlqIwLkxRXXQp0C { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #WE2NhL5u52baC1diJXEGRwT4Oq4RF6n0 { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #FHDouB9QWeTBdRO3pD2xEizB8QOu2ehr { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #wkGQ5a7gR7UuOq9nxwUBgJmUXUKMVGVb { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC .container-column{width:100%;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #zG3crc8ESairsCcIJG6JU9KATy2GlUHB { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SbKPnkn4RxJqHMtunXM7VIOrEzvr7u66 { position:relative;z-index:2; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #amP6nl3e4OAxbUvT9vguFIql5QpQqSQ9 { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qJaK6FPUTtcHTuLbLU7kGwyIWlSPAxnt { position:relative;z-index:2; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #Q8C0UXJAcKnadaqZ5u1kJTeoTzP6wuKh { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nkMTeIglOZef8dybDKufsWS9sc2gM39u { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qbWgVBhfbkcf2B0vwLyFHs4e2ZWWv6PQ { position:relative;z-index:2; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nCKda1giTfQaxO8LDU4aLuFDRcMSSkGC { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SIH0STDmiQgRVZh5QZ6UouRETIW2L3f0 { position:relative; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #lo4gnkgDb13Cgn6uV6Hy8kvNSyEGKiJU { position:relative; }
#DrdtqAMPqDJDNIA1U7zUAu1OF4gyPtTe { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:12.375rem;width:21.4375rem;top:14.3740234375rem;left:5.0625rem;display:block; }
#mf5rlimPvQ7R3BkhiQaByD2JgchD1c5a { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.2;letter-spacing:0;top:15.5625rem;left:6.0625rem;height:1.83105625rem;display:block; }
#I0eaaFGhB68e0wTmN8mleAINHsnbMGIh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#Q8wM1U2ybxuo86imuE3IMnr1HzcvlaoH { position:absolute;display:block;z-index:100004;background-color:rgba(57,57,57,0.3);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:47.4375rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#xMu6TfRHl4ytAt6Te2XZCHFU58a4Xm0p { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:17.57421875rem;left:6.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#HF0AbUDNZqfqhiwNIWnaMc6PgwItAT7y { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:6.375rem;top:0.75rem;left:63.65625rem;overflow:hidden;display:block; }
#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL { position:relative;display:block; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL { background-color: transparent; background-image: none; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row .container > .video-iframe-container { display: none; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row > .video-iframe-container { display: none; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .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); }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL { border-width: 0; border-radius: 0; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row .container > .video-iframe-container {  }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .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:31.6875rem;width:75rem;position:relative;display:block; }#Bri6q8M1CVROXX5BTIAsvbFiiFNswS2o { color:#000000;display:block;width:48.5rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:13.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FFoUOv6PWQXTtP7le0BEMzXXexuZZucT { color:#000000;display:block;width:68.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:11.5rem;left:3.25rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrBnJpTAULv1DdaL1SZpt0JszkFeIoMJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #94ec30, #0ad495);background-image: -moz-linear-gradient(90deg, #94ec30, #0ad495);background-image: -ms-linear-gradient(90deg, #94ec30, #0ad495);background-image: -o-linear-gradient(90deg, #94ec30, #0ad495);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );";background-image: linear-gradient(90deg, #94ec30, #0ad495);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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-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:"sofia pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.3125rem;left:31.625rem;display:block; }
#DC1stq9xN5Amcxsmq4Hb6muJwel8uJZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu { position:relative;display:block; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu { background-color: transparent; background-image: none; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container > .video-iframe-container { display: none; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row > .video-iframe-container { display: none; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .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); }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu { border-width: 0; border-radius: 0; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container > .video-iframe-container {  }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#Z7nRTpuN5LULKSHUqt79DMsdrFAodqAa { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.80078125rem;left:6.4375rem;height:10.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#u8XgtBeL1q9n0owdPOtIXPWIqEhuCpTn { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.125rem;left:6.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XdpxUHlBR3HC0aetmFnBgI205t1yCfQ5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #323233;border-left:0.0625rem solid #323233;border-right:0.0625rem solid #323233;border-bottom:0.0625rem solid #323233;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-sizing:border-box;color:#323233;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:25.1875rem;left:6.4375rem;display:block; }
#mtS47HNGgy1iqf0UqrDlxDQpMTUZ86NA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pCRRccg4r1JriQX9gd4J7ZapxkX84CK3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:24.8125rem;top:4.5rem;left:43.4375rem;overflow:hidden;display:block; }
#TnJaQk7VqTDddG7gsAycIHiIeiRb0bNx { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:9.4375rem;top:23.3125rem;left:39.5rem;overflow:hidden;display:block; }
#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE { position:relative;display:block; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE { background-color: transparent; background-image: none; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container > .video-iframe-container { display: none; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row > .video-iframe-container { display: none; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .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); }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE { border-width: 0; border-radius: 0; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container > .video-iframe-container {  }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#SX2eqBVqxVnL0ykFdbKNRvbSJCbbiWrL { position:absolute;display:block;z-index:100009;height:13.5rem;width:24.25rem;top:2.3125rem;left:6.5625rem;display:block; }
#dZkmzuXhcu7gcNZWdSFB0oAKaQs5wOpa { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.75rem;left:34.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fG20pCaG3CqCNv7z3P1flIVXxOrurQPI { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:7rem;left:34.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOz9vgdECS953BeynDKdtL0rqHacg5rx { box-sizing:content-box;color:#393939;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:100000;top:13.75rem;left:33.4375rem;display:block; }
#Ahw2DWOZ9Qufv8scUrP2QvJEd8xOxmRJ { box-sizing:content-box;color:#393939;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:100001;top:11.125rem;left:33.4375rem;display:block; }
#LROGI828ft09cTLw049oQDiokN4yzDAE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:36.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#SCTUcxLo1R1kCTN0O4mNJR2d6zRWuipH { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:36.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#se9crmxeMxT8HgFJqwVrTTJlvbsW4Sma { box-sizing:content-box;color:#393939;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:100002;top:16.375rem;left:33.4375rem;display:block; }
#pA3recfLDE7KlxIonTJ6QUyQTyXGiqXn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:36.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#f8d0VpG8NhxSyZBTe9rB5mhlvtl7fdnU { background-color:transparent;background-image:none;border-top:0.0625rem solid #323233;border-left:0.0625rem solid #323233;border-right:0.0625rem solid #323233;border-bottom:0.0625rem solid #323233;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-sizing:border-box;color:#323233;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:21.75rem;left:34.75rem;display:block; }
#hZJfUhIqBWmQJkTBZmw2P5HHlRVmc71G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm { position:relative;display:block; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm { background-color: transparent; background-image: none; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row .container > .video-iframe-container { display: none; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row > .video-iframe-container { display: none; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .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); }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm { border-width: 0; border-radius: 0; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row .container > .video-iframe-container {  }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .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:2.625rem;width:75rem;position:relative;display:block; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y { position:relative;display:block; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y { background-color: transparent; background-image: none; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container > .video-iframe-container { display: none; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row > .video-iframe-container { display: none; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .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); }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y { border-width: 0; border-radius: 0; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container > .video-iframe-container {  }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#T6xrTtVsIDsQGlM2fJbUVEkaWyNBdnAi { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.66796875rem;left:20.9375rem;height:1.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK { position:relative;display:block; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK { background-color: transparent; background-image: none; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row .container > .video-iframe-container { display: none; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row > .video-iframe-container { display: none; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .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); }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK { border-width: 0; border-radius: 0; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row .container > .video-iframe-container {  }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .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:23.6875rem;width:75rem;position:relative;display:block; }#TbUAzm7elvImkHQcsTrHpO42RrosazhS { position:absolute;display:block;z-index:99994;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;box-shadow: 0rem 0rem 0.625rem rgba(5,11,38,0.1) ;height:16.8125rem;width:14.375rem;top:1rem;left:8.4375rem;display:block; }
#TpnTQJ1gVI1z3UMVIrShGPkdSqHl4iVm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:3.3125rem;left:13.125rem;overflow:hidden;display:block; }
#kG6M2HMRO2gJh15ru6y1zrT6bbU9PcbF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.3125rem;left:9.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cS5Ek49vnRRPBlZAHRmn2L6CzHVmDWkX { position:absolute;display:block;z-index:99992;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;box-shadow: 0rem 0rem 0.625rem rgba(5,11,38,0.1) ;height:16.8125rem;width:14.3125rem;top:1rem;left:30.375rem;display:block; }
#xeGzUNeoVQkHu7WygUh664VViSFZaCRv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.25rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE4R7cf982aKEPzCxU00RoKtTuIXeoZJ { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5rem;left:10.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bz4aaxlS7zNzdwMzvXGq8PtP0IF4b14T { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:3.3125rem;left:34.875rem;overflow:hidden;display:block; }
#n9l2DquF6Ww2qmUQ7LRgl0bOcT6qbIKi { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.5rem;left:32.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOmf9el2xJkk59nhWrBA6bk1RqIsTy3a { position:absolute;display:block;z-index:99990;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;box-shadow: 0rem 0rem 0.625rem rgba(5,11,38,0.1) ;height:16.8125rem;width:14.375rem;top:1rem;left:52.5rem;display:block; }
#CESBrKAExveO0zv41BC8y1KkKSUx7QQl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:10.25rem;left:53.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpezF2T6FtBNrFHCX1Rp2yyD7MRzDKrr { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12.5rem;left:53.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCF1Mk7ecNfCdk69IxV7OXdw0FwwXmv7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:3.3125rem;left:56.75rem;overflow:hidden;display:block; }
#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w { position:relative;display:block; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w { background-color: transparent; background-image: none; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row .container > .video-iframe-container { display: none; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row > .video-iframe-container { display: none; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .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); }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w { border-width: 0; border-radius: 0; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row .container > .video-iframe-container {  }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .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.8125rem;width:75rem;position:relative;display:block; }#LVpsAbmz2XqJ7XBKCu9ggHVopc080Xoz { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:29.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9R6Oemy2Fs570aVwh0XM6ET0LwHGTi1 { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8rem;left:29.9375rem;height:11.69824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GsduFaq3A7rO8SLFieNngXqVR4Zmu3s5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:15.875rem;top:2.44921875rem;left:4.5625rem;overflow:hidden;display:block; }
#nh3nBTLcZP94kbxRQHhAaZ2tgGTn48DE { background-color:transparent;background-image:none;border-top:0.0625rem solid #323233;border-left:0.0625rem solid #323233;border-right:0.0625rem solid #323233;border-bottom:0.0625rem solid #323233;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-sizing:border-box;color:#323233;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:22.48046875rem;left:29.9375rem;display:block; }
#NmVVOHqLvrwQM6EkriNUrRWsmqUKpACH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTNicW27bniyLTe3GTJ9FbD4hylmwQtB { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.75rem;border-top-right-radius:13.75rem;border-bottom-left-radius:13.75rem;border-bottom-right-radius:13.75rem;height:23.4375rem;width:23.4375rem;top:1.48046875rem;left:0rem;display:block; }
#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo { position:relative;display:block; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo { background-color: transparent; background-image: none; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row .container > .video-iframe-container { display: none; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row > .video-iframe-container { display: none; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .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); }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo { border-width: 0; border-radius: 0; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row .container > .video-iframe-container {  }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .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:31.1875rem;width:75rem;position:relative;display:block; }#HpElpF9eniGzqubvuLrzEOe3gQWHKpyi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.25rem;width:25.25rem;top:2.96875rem;left:49.75rem;overflow:hidden;display:block; }
#UwP4oMMzexStUAS06Gq3qF2GGMFhMzON { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"sofia pro";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.19921875rem;left:3.875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZImvxdzHzW8ReaT7KzqyLPOZTWGCZub { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.875rem;height:11.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rwsqUMzVFQ1hOMcKTyarUla2i1SCPCSS { background-color:transparent;background-image:none;border-top:0.0625rem solid #323233;border-left:0.0625rem solid #323233;border-right:0.0625rem solid #323233;border-bottom:0.0625rem solid #323233;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-sizing:border-box;color:#323233;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.5rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:22.6875rem;left:3.875rem;display:block; }
#VGWMLFVzTTH4VLZkRLQic7IOKU1TfCxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OdsTblHRNPNTfnhB8NXn369KTRCicN2g { position:relative;display:block; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g { background-color: transparent; background-image: none; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container > .video-iframe-container { display: none; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row > .video-iframe-container { display: none; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .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); }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g { border-width: 0; border-radius: 0; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container > .video-iframe-container {  }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#eZWcNBIVntUsSgFway6dVwLOcThGPGry { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100000;top:32.5625rem;left:6.75390625rem;overflow:hidden;display:block; }
#J1wiWIgFWVTcLttzeQFcyuCTURxqsz8i { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100001;top:13.560546875rem;left:27.5rem;overflow:hidden;display:block; }
#avdvWOUCrvvBZ06VAcOzaWJ99L3ADTuS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100000;top:13.6240234375rem;left:6.75390625rem;overflow:hidden;display:block; }
#HWx5uifiTHev6EZkXbmTCoRUgE3Nfsvt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100001;top:32.5625rem;left:27.5rem;overflow:hidden;display:block; }
#ZbAZvXWKGkQhfAvByaK2mOT8uo2HJwH5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:32.5625rem;left:48.96875rem;overflow:hidden;display:block; }
#pVOOxremLPcC2mScmxwx5xQ7NEi60gS8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.125rem;width:18.75rem;position:absolute;display:block;z-index:100004;top:13.58984375rem;left:48.96875rem;overflow:hidden;display:block; }
#ET3NyB6GaLR6hEL1nUomsWRyVcST44o7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:22.25rem;top:7.0625rem;left:26.375rem;overflow:hidden;display:block; }
#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ { position:relative;display:block; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ { background-color: transparent; background-image: none; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row .container > .video-iframe-container { display: none; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row > .video-iframe-container { display: none; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .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); }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ { border-width: 0; border-radius: 0; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row .container > .video-iframe-container {  }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .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:12.1875rem;width:75rem;position:relative;display:block; }#iH6kWf7b4y2P7BbDsLTt2gwPIAgcFmUU { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"sofia pro";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.1875rem;height:4.58105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ { position:relative;display:block; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ { background-color: transparent; background-image: none; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row .container > .video-iframe-container { display: none; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row > .video-iframe-container { display: none; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .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); }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ { border-width: 0; border-radius: 0; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row .container > .video-iframe-container {  }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .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:22.125rem;width:75rem;position:relative;display:block; }#A4cE3MMOG31Opt42lIzVo7o46bZMqbnQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#b1vLG9XMb96AOMww2zXlc2kGXndDcIVM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:0rem;left:21.75rem;overflow:hidden;display:block; }
#DlK5uINFrVFwxykOX8FeVe0MwF4pW6Wg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#oTuOOZ1vH4xggATzMXbWgCGJJlpeV9OT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:0rem;left:59.25rem;overflow:hidden;display:block; }
#H99uTyUHZurZphy2GHtXlCVpR8aLkeua { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:15rem;left:3.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmOfzmAgz8ZFISfms3erkzdZ8H4mmFRt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15rem;left:21.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gA3zAmseIxHBCefDdTlfVVKWxRmou2uK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:15rem;left:40.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzJsE81BV6uf1cCVcrh8e6BhIikzFVGz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:15rem;left:59.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw { position:relative;display:block; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw { background-color: transparent; background-image: none; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row .container > .video-iframe-container { display: none; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row > .video-iframe-container { display: none; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .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); }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw { border-width: 0; border-radius: 0; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row .container > .video-iframe-container {  }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .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:13.6875rem;width:75rem;position:relative;display:block; }#oGMIGN8g9VQG8ySfaS9lXBRxOSLyaPJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:31.9375rem;top:3.5rem;left:21.53125rem;overflow:hidden;display:block; }
#tvd1KZnzeX5vu1bGZC4tO9mfnD9T0Vvx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI { position:relative;display:block; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI { background-color: transparent; background-image: none; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container > .video-iframe-container { display: none; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row > .video-iframe-container { display: none; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .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); }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI { border-width: 0; border-radius: 0; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container > .video-iframe-container {  }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#393939;background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#rtFWBbw9NipqPoUtlI6DXoB5o63mEp1Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:12.0625rem;top:3.0625rem;left:31.4375rem;overflow:hidden;display:block; }
#wvpuZMgdfSNORgnRA9Ls72Uc60TPHEaD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.5625rem;left:33.4375rem;overflow:hidden;display:block; }
#f4NwbkqowMPAILWHEdBAhU2yprrvxVsf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.5625rem;left:36.3125rem;overflow:hidden;display:block; }
#GEDQKhrBZD3LTflOud3gQmI3Kk4dXlQF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#h7bH8U1S29NwMgkdXiao1y2y2uU7t0hZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:0.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.3125rem;left:31.25rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bqLC80DrFTKLIT3STyO0P22OaIcnBTAA { display:block; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0IkHlwCylmbXFN169BSxSG3RXEfaJN { top:3.5625rem;left:16.8125rem;width:13.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NASeuWUhyoDDTaCPKGZHcskrKz1eXvJR { top:0rem;left:0rem;width:47.75rem;height:0.71625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG8BcCefVUZQhtgOCBMINBq7uzc3c4Ow { top:0.9375rem;left:0rem;width:47.75rem;height:0.55708333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUl0UU9dCfKcRUlgMQvLuzsxGBQmEwU { top:3.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.4375rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx  { width:18.9375rem;height:auto;top:19.8125rem;left:0rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx {display:block;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx { width:18.9375rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #hscnRfuNUOTM9sfhEpac8DZpby1Ipbe7 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qHvuxSe7OlSZXAVpcCk1im6vx7RgN56L {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #yQqq26bHBRI0rgEkNcqTThdHIzJw04fP {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rTiimDyiPQscBstG5eCoUbOsMrg7eW3M {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #y9VIccFKhMxyxTvlGJHXKkl8IqutDbMk {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #pS4XIb76rlk7shLQPpZbz4JpPiyDcawS {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rRAz6LhZcb9xoccJSWsR60RTL9ak7qOn {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #xtkfP8UJWQTV05HLGBMFoUoX5xx7m9H3 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #b6tTCRnMJ2FPikePlzlqIwLkxRXXQp0C {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #WE2NhL5u52baC1diJXEGRwT4Oq4RF6n0 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #FHDouB9QWeTBdRO3pD2xEizB8QOu2ehr {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #wkGQ5a7gR7UuOq9nxwUBgJmUXUKMVGVb {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC {  }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #zG3crc8ESairsCcIJG6JU9KATy2GlUHB {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SbKPnkn4RxJqHMtunXM7VIOrEzvr7u66 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #amP6nl3e4OAxbUvT9vguFIql5QpQqSQ9 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qJaK6FPUTtcHTuLbLU7kGwyIWlSPAxnt {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #Q8C0UXJAcKnadaqZ5u1kJTeoTzP6wuKh {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nkMTeIglOZef8dybDKufsWS9sc2gM39u {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qbWgVBhfbkcf2B0vwLyFHs4e2ZWWv6PQ {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nCKda1giTfQaxO8LDU4aLuFDRcMSSkGC {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SIH0STDmiQgRVZh5QZ6UouRETIW2L3f0 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #lo4gnkgDb13Cgn6uV6Hy8kvNSyEGKiJU {  }
 }@media only screen and (max-width: 763px) { #DrdtqAMPqDJDNIA1U7zUAu1OF4gyPtTe { top:14.3125rem;left:0rem;width:21.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf5rlimPvQ7R3BkhiQaByD2JgchD1c5a { top:15.5625rem;left:0rem;width:16.1875rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0eaaFGhB68e0wTmN8mleAINHsnbMGIh { display:none; }
 }@media only screen and (max-width: 763px) { #Q8wM1U2ybxuo86imuE3IMnr1HzcvlaoH { top:1.0625rem;left:0rem;width:47.75rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMu6TfRHl4ytAt6Te2XZCHFU58a4Xm0p { top:17.5625rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0AbUDNZqfqhiwNIWnaMc6PgwItAT7y { top:0.75rem;left:41.375rem;width:6.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL { display:block; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bri6q8M1CVROXX5BTIAsvbFiiFNswS2o { top:6.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFoUOv6PWQXTtP7le0BEMzXXexuZZucT { top:11.5rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBnJpTAULv1DdaL1SZpt0JszkFeIoMJ { width:11.75rem;height:2.5rem;top:23.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1stq9xN5Amcxsmq4Hb6muJwel8uJZz { display:block; }
 }@media only screen and (max-width: 763px) { #N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu { display:block; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7nRTpuN5LULKSHUqt79DMsdrFAodqAa { top:11.75rem;left:0rem;width:30.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8XgtBeL1q9n0owdPOtIXPWIqEhuCpTn { top:7.125rem;left:0rem;width:34.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdpxUHlBR3HC0aetmFnBgI205t1yCfQ5 { width:14.375rem;height:2.5rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtS47HNGgy1iqf0UqrDlxDQpMTUZ86NA { display:block; }
 }@media only screen and (max-width: 763px) { #pCRRccg4r1JriQX9gd4J7ZapxkX84CK3 { top:4.5rem;left:22.9375rem;width:24.8125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJaQk7VqTDddG7gsAycIHiIeiRb0bNx { top:23.3125rem;left:23.875rem;width:9.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGoOpivdGvzRhwXylzTlfyAsSSCA9deE { display:block; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX2eqBVqxVnL0ykFdbKNRvbSJCbbiWrL { top:2.3125rem;left:0rem;width:24.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZkmzuXhcu7gcNZWdSFB0oAKaQs5wOpa { top:1.75rem;left:13.4375rem;width:34.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG20pCaG3CqCNv7z3P1flIVXxOrurQPI { top:7rem;left:12.375rem;width:29.0625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOz9vgdECS953BeynDKdtL0rqHacg5rx { top:13.75rem;left:19.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahw2DWOZ9Qufv8scUrP2QvJEd8xOxmRJ { top:11.125rem;left:19.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LROGI828ft09cTLw049oQDiokN4yzDAE { top:12.0625rem;left:22.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTUcxLo1R1kCTN0O4mNJR2d6zRWuipH { top:14.6875rem;left:22.9375rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se9crmxeMxT8HgFJqwVrTTJlvbsW4Sma { top:16.375rem;left:19.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA3recfLDE7KlxIonTJ6QUyQTyXGiqXn { top:17.3125rem;left:22.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8d0VpG8NhxSyZBTe9rB5mhlvtl7fdnU { width:14.375rem;height:2.5rem;top:21.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJfUhIqBWmQJkTBZmw2P5HHlRVmc71G { display:block; }
 }@media only screen and (max-width: 763px) { #AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm { display:block; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y { display:block; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6xrTtVsIDsQGlM2fJbUVEkaWyNBdnAi { top:2.625rem;left:7.3125rem;width:33.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK { display:block; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbUAzm7elvImkHQcsTrHpO42RrosazhS { width:14.375rem;height:16.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnTQJ1gVI1z3UMVIrShGPkdSqHl4iVm { top:3.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG6M2HMRO2gJh15ru6y1zrT6bbU9PcbF { top:10.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5Ek49vnRRPBlZAHRmn2L6CzHVmDWkX { width:14.3125rem;height:16.8125rem;top:1rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGzUNeoVQkHu7WygUh664VViSFZaCRv { top:10.25rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE4R7cf982aKEPzCxU00RoKtTuIXeoZJ { top:12.5rem;left:0rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4aaxlS7zNzdwMzvXGq8PtP0IF4b14T { top:3.3125rem;left:21.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9l2DquF6Ww2qmUQ7LRgl0bOcT6qbIKi { top:12.5rem;left:18.875rem;width:10.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOmf9el2xJkk59nhWrBA6bk1RqIsTy3a { width:14.375rem;height:16.8125rem;top:1rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESBrKAExveO0zv41BC8y1KkKSUx7QQl { top:10.25rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpezF2T6FtBNrFHCX1Rp2yyD7MRzDKrr { top:12.5rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCF1Mk7ecNfCdk69IxV7OXdw0FwwXmv7 { top:3.3125rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zniDdNkKLRTHStLRHIPewxPn9KMbHr5w { display:block; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVpsAbmz2XqJ7XBKCu9ggHVopc080Xoz { top:5.4375rem;left:16.3125rem;width:28.25rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9R6Oemy2Fs570aVwh0XM6ET0LwHGTi1 { top:8rem;left:6.5rem;width:41.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsduFaq3A7rO8SLFieNngXqVR4Zmu3s5 { top:2.4375rem;left:0rem;width:15.875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3nBTLcZP94kbxRQHhAaZ2tgGTn48DE { width:14.8125rem;height:2.5rem;top:22.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmVVOHqLvrwQM6EkriNUrRWsmqUKpACH { display:block; }
 }@media only screen and (max-width: 763px) { #bTNicW27bniyLTe3GTJ9FbD4hylmwQtB { top:1.4375rem;left:0rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTzuyunphcJ16cK4yUkvCQpksWkbMGo { display:block; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpElpF9eniGzqubvuLrzEOe3gQWHKpyi { top:2.9375rem;left:22.5rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwP4oMMzexStUAS06Gq3qF2GGMFhMzON { top:6.1875rem;left:0rem;width:34.125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZImvxdzHzW8ReaT7KzqyLPOZTWGCZub { top:9.125rem;left:0rem;width:41.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsqUMzVFQ1hOMcKTyarUla2i1SCPCSS { width:14.8125rem;height:2.5rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWMLFVzTTH4VLZkRLQic7IOKU1TfCxk { display:block; }
 }@media only screen and (max-width: 763px) { #OdsTblHRNPNTfnhB8NXn369KTRCicN2g { display:block; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZWcNBIVntUsSgFway6dVwLOcThGPGry { width:18.75rem;height:17.125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wiWIgFWVTcLttzeQFcyuCTURxqsz8i { width:18.75rem;height:17.125rem;top:13.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdvWOUCrvvBZ06VAcOzaWJ99L3ADTuS { width:18.75rem;height:17.125rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWx5uifiTHev6EZkXbmTCoRUgE3Nfsvt { width:18.75rem;height:17.125rem;top:32.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbAZvXWKGkQhfAvByaK2mOT8uo2HJwH5 { width:18.75rem;height:17.125rem;top:32.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVOOxremLPcC2mScmxwx5xQ7NEi60gS8 { width:18.75rem;height:17.125rem;top:13.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3NyB6GaLR6hEL1nUomsWRyVcST44o7 { top:7.0625rem;left:12.75rem;width:22.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ { display:block; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH6kWf7b4y2P7BbDsLTt2gwPIAgcFmUU { top:3.3125rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ { display:block; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4cE3MMOG31Opt42lIzVo7o46bZMqbnQ { top:0rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vLG9XMb96AOMww2zXlc2kGXndDcIVM { top:0rem;left:11.1875rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlK5uINFrVFwxykOX8FeVe0MwF4pW6Wg { top:0rem;left:23.125rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTuOOZ1vH4xggATzMXbWgCGJJlpeV9OT { top:0rem;left:35.0625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99uTyUHZurZphy2GHtXlCVpR8aLkeua { top:15rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmOfzmAgz8ZFISfms3erkzdZ8H4mmFRt { top:15rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA3zAmseIxHBCefDdTlfVVKWxRmou2uK { top:15rem;left:23.3125rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJsE81BV6uf1cCVcrh8e6BhIikzFVGz { top:15rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw { display:block; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGMIGN8g9VQG8ySfaS9lXBRxOSLyaPJl { top:3.5rem;left:7.90625rem;width:31.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvd1KZnzeX5vu1bGZC4tO9mfnD9T0Vvx { top:13.0625rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI { display:block; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtFWBbw9NipqPoUtlI6DXoB5o63mEp1Z { top:3.0625rem;left:17.8125rem;width:12.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvpuZMgdfSNORgnRA9Ls72Uc60TPHEaD { top:7.5625rem;left:19.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4NwbkqowMPAILWHEdBAhU2yprrvxVsf { top:7.5625rem;left:22.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEDQKhrBZD3LTflOud3gQmI3Kk4dXlQF { top:7.5625rem;left:25.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7bH8U1S29NwMgkdXiao1y2y2uU7t0hZ { top:11.3125rem;left:17.625rem;width:12.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bqLC80DrFTKLIT3STyO0P22OaIcnBTAA { display:block; }#bqLC80DrFTKLIT3STyO0P22OaIcnBTAA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0IkHlwCylmbXFN169BSxSG3RXEfaJN { width:16.875rem;height:2.5rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:59.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3275cb4f-661b-46e2-ae70-bf021c57f053/25_20190917_0656enf8.preview.mirror.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NASeuWUhyoDDTaCPKGZHcskrKz1eXvJR { width:20rem;height:0.333203125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG8BcCefVUZQhtgOCBMINBq7uzc3c4Ow { width:20rem;height:0.333203125rem;top:0.33320331573486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUl0UU9dCfKcRUlgMQvLuzsxGBQmEwU { width:19.375rem;height:3.78125rem;top:8.05078125rem;left:0.34375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-text {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-select {padding-top: 0; padding-bottom: 0;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-input-button { width:13.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.1875rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx  { width:15.625rem;height:auto;top:27.125rem;left:0.9375rem; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx {display:block;}#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx { width:15.625rem;height:auto;top:27.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #hscnRfuNUOTM9sfhEpac8DZpby1Ipbe7 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qHvuxSe7OlSZXAVpcCk1im6vx7RgN56L {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #yQqq26bHBRI0rgEkNcqTThdHIzJw04fP {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rTiimDyiPQscBstG5eCoUbOsMrg7eW3M {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #y9VIccFKhMxyxTvlGJHXKkl8IqutDbMk {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #pS4XIb76rlk7shLQPpZbz4JpPiyDcawS {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #rRAz6LhZcb9xoccJSWsR60RTL9ak7qOn {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #xtkfP8UJWQTV05HLGBMFoUoX5xx7m9H3 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #b6tTCRnMJ2FPikePlzlqIwLkxRXXQp0C {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #WE2NhL5u52baC1diJXEGRwT4Oq4RF6n0 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #FHDouB9QWeTBdRO3pD2xEizB8QOu2ehr {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #wkGQ5a7gR7UuOq9nxwUBgJmUXUKMVGVb {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC {  }
#DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #X7sXzTGcgWZrid7TiPnxGSAlaZhXRPhC .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #zG3crc8ESairsCcIJG6JU9KATy2GlUHB {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SbKPnkn4RxJqHMtunXM7VIOrEzvr7u66 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #amP6nl3e4OAxbUvT9vguFIql5QpQqSQ9 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qJaK6FPUTtcHTuLbLU7kGwyIWlSPAxnt {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #Q8C0UXJAcKnadaqZ5u1kJTeoTzP6wuKh {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nkMTeIglOZef8dybDKufsWS9sc2gM39u {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #qbWgVBhfbkcf2B0vwLyFHs4e2ZWWv6PQ {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #nCKda1giTfQaxO8LDU4aLuFDRcMSSkGC {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #SIH0STDmiQgRVZh5QZ6UouRETIW2L3f0 {  }
 }@media only screen and (max-width: 763px) { #DW2nAAuV3LPZ1I0b7SxqdA2DQVIalUsx #lo4gnkgDb13Cgn6uV6Hy8kvNSyEGKiJU {  }
 }@media only screen and (max-width: 763px) { #DrdtqAMPqDJDNIA1U7zUAu1OF4gyPtTe { width:18.125rem;height:12.375rem;top:24.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf5rlimPvQ7R3BkhiQaByD2JgchD1c5a { width:15.375rem;height:1.53125rem;top:23.75rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0eaaFGhB68e0wTmN8mleAINHsnbMGIh { top:21.75rem;left:0.8125rem;width:17.8125rem;height:33.3125rem;z-index:100009;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Q8wM1U2ybxuo86imuE3IMnr1HzcvlaoH { width:20rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMu6TfRHl4ytAt6Te2XZCHFU58a4Xm0p { width:14.125rem;height:1.29980625rem;top:25.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0AbUDNZqfqhiwNIWnaMc6PgwItAT7y { width:2.625rem;height:4.0625rem;top:0.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL { display:block; }#UAAs1hGd1ExgPHkK4AQCsAsB21Wb83OL > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bri6q8M1CVROXX5BTIAsvbFiiFNswS2o { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFoUOv6PWQXTtP7le0BEMzXXexuZZucT { width:18.4375rem;height:27rem;top:7.82421875rem;left:0.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PrBnJpTAULv1DdaL1SZpt0JszkFeIoMJ { width:11.75rem;height:2.5rem;top:37.26171875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1stq9xN5Amcxsmq4Hb6muJwel8uJZz { display:block; }
 }@media only screen and (max-width: 763px) { #N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu { display:block; }#N7vaMsJkeLQDFqseqAa4icy2s7DUpfsu > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7nRTpuN5LULKSHUqt79DMsdrFAodqAa { width:18.6875rem;height:15.59761875rem;top:31.75rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8XgtBeL1q9n0owdPOtIXPWIqEhuCpTn { width:20rem;height:1.94970625rem;top:25.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdpxUHlBR3HC0aetmFnBgI205t1yCfQ5 { width:14.375rem;height:2.5rem;top:50.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtS47HNGgy1iqf0UqrDlxDQpMTUZ86NA { display:block; }
 }@media only screen and (max-width: 763px) { #pCRRccg4r1JriQX9gd4J7ZapxkX84CK3 { width:16.875rem;height:16.625rem;top:1.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJaQk7VqTDddG7gsAycIHiIeiRb0bNx { width:7.5rem;height:7.625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGoOpivdGvzRhwXylzTlfyAsSSCA9deE { display:block; }#EGoOpivdGvzRhwXylzTlfyAsSSCA9deE > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX2eqBVqxVnL0ykFdbKNRvbSJCbbiWrL { width:20rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZkmzuXhcu7gcNZWdSFB0oAKaQs5wOpa { width:20rem;height:1.94970625rem;top:23.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fG20pCaG3CqCNv7z3P1flIVXxOrurQPI { width:20rem;height:3.8994125rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOz9vgdECS953BeynDKdtL0rqHacg5rx { width:2.5rem;height:2.5rem;top:35.0625rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahw2DWOZ9Qufv8scUrP2QvJEd8xOxmRJ { width:2.5rem;height:2.5rem;top:37.8125rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LROGI828ft09cTLw049oQDiokN4yzDAE { width:12.5rem;height:1.29980625rem;top:35.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTUcxLo1R1kCTN0O4mNJR2d6zRWuipH { width:15.6875rem;height:1.29980625rem;top:38.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se9crmxeMxT8HgFJqwVrTTJlvbsW4Sma { width:2.5rem;height:2.5rem;top:40.8125rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA3recfLDE7KlxIonTJ6QUyQTyXGiqXn { width:12.5rem;height:1.29980625rem;top:41.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8d0VpG8NhxSyZBTe9rB5mhlvtl7fdnU { width:14.375rem;height:2.5rem;top:45.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJfUhIqBWmQJkTBZmw2P5HHlRVmc71G { display:block; }
 }@media only screen and (max-width: 763px) { #AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm { display:block; }#AOHVoDCMAMeXtG4Espu5Ql4hRhoiTwcm > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y { display:block; }#zJP7IZcq3HOaxT4W9d7JuBRyQqAlxH5y > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6xrTtVsIDsQGlM2fJbUVEkaWyNBdnAi { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK { display:block; }#mLEM3fiyQq4NzDhaBwhz5vm58Ab9tmuK > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbUAzm7elvImkHQcsTrHpO42RrosazhS { width:14.0625rem;height:16.25rem;top:1.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnTQJ1gVI1z3UMVIrShGPkdSqHl4iVm { width:5.6875rem;height:5.6875rem;top:22.5625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG6M2HMRO2gJh15ru6y1zrT6bbU9PcbF { width:12.5rem;height:1.54345625rem;top:29.5rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5Ek49vnRRPBlZAHRmn2L6CzHVmDWkX { width:14.0625rem;height:16.25rem;top:21.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGzUNeoVQkHu7WygUh664VViSFZaCRv { width:12.5rem;height:1.54345625rem;top:10.38671875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE4R7cf982aKEPzCxU00RoKtTuIXeoZJ { width:10.75rem;height:3.8994125rem;top:32.0625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4aaxlS7zNzdwMzvXGq8PtP0IF4b14T { width:5.6875rem;height:5.6875rem;top:3.5rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9l2DquF6Ww2qmUQ7LRgl0bOcT6qbIKi { width:8.1875rem;height:2.5996125rem;top:12.7236328125rem;left:5.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOmf9el2xJkk59nhWrBA6bk1RqIsTy3a { width:14.0625rem;height:16.25rem;top:40.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESBrKAExveO0zv41BC8y1KkKSUx7QQl { width:12.5rem;height:1.54345625rem;top:49.25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpezF2T6FtBNrFHCX1Rp2yyD7MRzDKrr { width:11.9375rem;height:3.8994125rem;top:51.8125rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCF1Mk7ecNfCdk69IxV7OXdw0FwwXmv7 { width:5.6875rem;height:5.6875rem;top:42.0625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zniDdNkKLRTHStLRHIPewxPn9KMbHr5w { display:block; }#zniDdNkKLRTHStLRHIPewxPn9KMbHr5w > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVpsAbmz2XqJ7XBKCu9ggHVopc080Xoz { width:16.5rem;height:4.0625rem;top:2.75rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9R6Oemy2Fs570aVwh0XM6ET0LwHGTi1 { width:18.8125rem;height:19.4970375rem;top:8.4990234375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsduFaq3A7rO8SLFieNngXqVR4Zmu3s5 { width:12.0625rem;height:16.375rem;top:30.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3nBTLcZP94kbxRQHhAaZ2tgGTn48DE { width:14.8125rem;height:2.5rem;top:49.9365234375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmVVOHqLvrwQM6EkriNUrRWsmqUKpACH { display:block; }
 }@media only screen and (max-width: 763px) { #bTNicW27bniyLTe3GTJ9FbD4hylmwQtB { width:16.6875rem;height:16.6875rem;top:30.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTzuyunphcJ16cK4yUkvCQpksWkbMGo { display:block; }#dvTzuyunphcJ16cK4yUkvCQpksWkbMGo > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpElpF9eniGzqubvuLrzEOe3gQWHKpyi { width:14.75rem;height:14.75rem;top:32.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwP4oMMzexStUAS06Gq3qF2GGMFhMzON { width:17.375rem;height:4.0625rem;top:0.9375rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZImvxdzHzW8ReaT7KzqyLPOZTWGCZub { width:19.125rem;height:24.855475rem;top:6.3125rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rwsqUMzVFQ1hOMcKTyarUla2i1SCPCSS { width:14.8125rem;height:2.5rem;top:49.3125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWMLFVzTTH4VLZkRLQic7IOKU1TfCxk { display:block; }
 }@media only screen and (max-width: 763px) { #OdsTblHRNPNTfnhB8NXn369KTRCicN2g { display:block; }#OdsTblHRNPNTfnhB8NXn369KTRCicN2g > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZWcNBIVntUsSgFway6dVwLOcThGPGry { width:20rem;height:15.9375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wiWIgFWVTcLttzeQFcyuCTURxqsz8i { width:15.8125rem;height:12.625rem;top:19.5rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #avdvWOUCrvvBZ06VAcOzaWJ99L3ADTuS { width:20rem;height:16.25rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWx5uifiTHev6EZkXbmTCoRUgE3Nfsvt { width:12.625rem;height:12.625rem;top:48.0625rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbAZvXWKGkQhfAvByaK2mOT8uo2HJwH5 { width:18.75rem;height:17.125rem;top:92.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVOOxremLPcC2mScmxwx5xQ7NEi60gS8 { width:20rem;height:18.3125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3NyB6GaLR6hEL1nUomsWRyVcST44o7 { width:18.75rem;height:3.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ { display:block; }#EqHB4WuC4gO26M4QzbQ8TiIfyEiTK9IJ > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH6kWf7b4y2P7BbDsLTt2gwPIAgcFmUU { width:17.875rem;height:7.1796875rem;top:1.36328125rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ { display:block; }#eW3MT31J4lZqwOIkkad7DGRFMFle2NwQ > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4cE3MMOG31Opt42lIzVo7o46bZMqbnQ { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vLG9XMb96AOMww2zXlc2kGXndDcIVM { width:12.6875rem;height:12.6875rem;top:17.7375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlK5uINFrVFwxykOX8FeVe0MwF4pW6Wg { width:12.6875rem;height:12.6875rem;top:34.225rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTuOOZ1vH4xggATzMXbWgCGJJlpeV9OT { width:12.6875rem;height:12.6875rem;top:52.0125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99uTyUHZurZphy2GHtXlCVpR8aLkeua { width:12.5rem;height:1.29980625rem;top:15.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmOfzmAgz8ZFISfms3erkzdZ8H4mmFRt { width:12.5rem;height:1.29980625rem;top:31.675rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA3zAmseIxHBCefDdTlfVVKWxRmou2uK { width:12.5rem;height:2.5996125rem;top:48.1625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJsE81BV6uf1cCVcrh8e6BhIikzFVGz { width:12.5rem;height:1.29980625rem;top:65.95rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw { display:block; }#b1eVCtEDgZzsAoAS4L94sDANS9z5z2Fw > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGMIGN8g9VQG8ySfaS9lXBRxOSLyaPJl { width:14.1875rem;height:5.1875rem;top:1.5rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvd1KZnzeX5vu1bGZC4tO9mfnD9T0Vvx { width:20rem;height:0.16666666666667rem;top:6.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI { display:block; }#D0zmtnXiFM43Dsm1HsJuZLLCVkv8I0KI > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtFWBbw9NipqPoUtlI6DXoB5o63mEp1Z { width:12.0625rem;height:2.75rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvpuZMgdfSNORgnRA9Ls72Uc60TPHEaD { width:1.875rem;height:1.875rem;top:5.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4NwbkqowMPAILWHEdBAhU2yprrvxVsf { width:1.875rem;height:1.875rem;top:8.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEDQKhrBZD3LTflOud3gQmI3Kk4dXlQF { width:1.875rem;height:1.875rem;top:11.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7bH8U1S29NwMgkdXiao1y2y2uU7t0hZ { width:12.5rem;height:0.8125rem;top:14.625rem;left:3.75rem;font-size:0.625rem;display:block; }
 }