.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#7fb3d3;background-image:url("https://images.assets-landingi.com/uc/1533c515-6358-4f4a-8375-6b04c1fe4046/Simplementedejaloir2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;overflow:visible;position:relative;display:block; }#EQN5yH1ZwCGv5gnaKN6Z64Dm0F90gKMJ { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"brume regular";font-size:4.4375rem;font-weight:normal;z-index:100000;line-height:1;letter-spacing:0;top:9.9375rem;left:2.6875rem;height:8.875rem;text-align:left;text-align-last:left;display:block; }
#dX9UXDmy1QCxPUGdP90DuFzptQH0CGSg { color:#000000;display:block;width:30.375rem;position:absolute;font-family:"helvetica neue";font-size:1.5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.55078125rem;left:1.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPydgxXZ1i4OS22ub2TS9OBWOIp4i284 { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.8125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:26.5rem;left:2.6875rem;display:block; }
#c2tKUn627kyeqa7Wr6xsKgo1T3zTU4KU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hrTQXD0a5SGdlMiop5znCQLTfIxRqMe4 { display:block;width:28.8125rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:19.912109375rem;left:2.6875rem;height:3rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IyJJ9LHPdXMzoVC0tZvU11v6mOmxNvqF { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:7.75rem;top:1.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#zI6rFXfleVJ1xnnh2ykDwdf1cpmIMNQd { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:8.3125rem;top:1.125rem;left:25.84375rem;overflow:hidden;display:none; }
#xPPMWgO9L8My6M9Onl4zIhpeakysPqcq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.625rem;width:60rem;display:none; }
#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F { position:relative;display:block; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F { background-color: transparent; background-image: none; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row .container > .video-iframe-container { display: none; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row > .video-iframe-container { display: none; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .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); }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F { border-width: 0; border-radius: 0; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row .container > .video-iframe-container {  }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .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:0.9375rem;width:60rem;position:relative;display:block; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.44);background-image:url("https://images.assets-landingi.com/uc/935b904a-e018-4d6c-ae47-d2d28b0bc4f2/Simplementedejaloir5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;display:block; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.adaptive-delivery-prevent-bg, #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.lazyload, #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.lazyloading { background-image: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { background-color: transparent; background-image: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container > .video-iframe-container { display: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container { display: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .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); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { border-width: 0; border-radius: 0; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:60rem;position:relative;display:block; }#VVQVTpIm4e4T3RfstsA5M5RbWu3m45Sx { display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:15.875rem;left:6.1875rem;height:18.5625rem;color:#090808;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOdOo2dTLIe14vQA0P3E1IspMPNKIGtx { color:#000000;display:block;width:51rem;position:absolute;font-family:"brume regular";font-size:4.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.1318359375rem;left:5.1875rem;height:5.93115rem;text-align:center;text-align-last:center;display:block; }
#iNVyTNp3AMl7TA8tGw4iilAlv0IbG526 { position:absolute;display:block;z-index:99997;background-color:rgba(253,250,248,0.42);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:5.75rem;border-top-right-radius:5.75rem;border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem;height:27.4375rem;width:31.25rem;top:12.90625rem;left:3.125rem;display:block; }
#xOlUMWULPxffViIC9bPnnzluTc4JhoUC { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"brume regular";font-size:2.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.849609375rem;left:25.5625rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#TiZ9BRTZ6Q9K1Quhz7ZVLWWVqicPNPzJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:50.75rem;left:15.09375rem; }
#pxOkWkfhtENSLgeencVcA8XU5R7wKuPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:50.875rem;left:30.8125rem; }
#PyNS6JO81ThlGfxMZGCUlASBdm1Ebxes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;opacity:1;top:50.875rem;left:44rem; }
#eBoZfHpgue13QoSTP0kXJGnId25TXVwD { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:53.8125rem;left:29.625rem;height:1.29980625rem;font-style:normal;display:block; }
#bV1dtafwRnmk8lx364VCDetbMyAdEMcM { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:53.8125rem;left:43.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#EV6Eo6HpuAc4eIihd49M2wZS3TOFhMaE { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"brume regular";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:58.4873046875rem;left:17.28125rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#MTXcGGNv3NbnSdGQXugsR02kPpMQMZpI { display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:15.875rem;left:6.1875rem;height:23.625rem;color:#090808;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aehLsqGwUev0NGuEdBDH6cC9qTweBuOl { background-color:#7fb3d3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:53rem;left:8.96875rem;display:block; }
#lBOvr0ksHpGtGWpaTtgTDILaDZe8kOax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q49zreJ0EhXPKItammC88TwFLzsmEEDK { position:relative;display:block; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK { background-color: transparent; background-image: none; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row .container > .video-iframe-container { display: none; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row > .video-iframe-container { display: none; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .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); }#q49zreJ0EhXPKItammC88TwFLzsmEEDK { border-width: 0; border-radius: 0; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row .container > .video-iframe-container {  }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .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:8.3125rem;width:60rem;position:relative;display:block; }#T4y1FVCx2XIvTGe14J7TbNiuNMxZbCrX { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"brume regular";font-size:4.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.46875rem;left:3.28125rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#fCwhns7Z0xnyynGeg9egknpNiy12245D { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10rem;top:6.75rem;left:2.4375rem;overflow:hidden;display:block; }
#ZKDNy6Hm1nVZ2msIuXgD3zZAipUt1XMZ { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10rem;top:7.4375rem;left:19.25rem;overflow:hidden;display:block; }
#DhW7ElCZLZgaNNLDXrbohfBTs9kRoRhK { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"brume regular";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:55.8623046875rem;left:15.15625rem;height:1.70605625rem;text-align:left;text-align-last:left;display:none; }
#FfiFwlDTXBdAXgIBISMQg1oCOgpymXnq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;opacity:1;top:52.1875rem;left:36.0625rem;display:none; }
#VCIDIhx72bed3cNo4eFSo4U0aQfT16wH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:52.4375rem;left:25.125rem;display:none; }
#Wsg6USZFXvcaaOXTWtTQ5ymTowxeM69g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:52.3125rem;left:7.875rem;display:none; }
#zl2sTXpBc6HMnxQxXTI6aCHiyDy7vDXM { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:52.8125rem;left:39.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#Z4JSX8yW319BBf77HZQ9F57cVx8NtowS { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:52.8125rem;left:27.875rem;height:1.29980625rem;font-style:normal;display:none; }
#NuHz0Ahw0gdRDhdK7XIrvJpuUatAIzTe { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:52.8125rem;left:10.75rem;height:1.29980625rem;font-style:normal;display:none; }
#yVat0Etgaa7boM4V1D0CtBHL78THCREx { background-color:#7fb3d3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:53rem;left:8.96875rem;display:none; }
#H02c0ykqtlFIgradA5x2viHub7vNrknW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTk00Z29kilduXDsLidXVmrhPcdTX9GP { position:relative;display:block; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP { background-color: transparent; background-image: none; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container > .video-iframe-container { display: none; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row > .video-iframe-container { display: none; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .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); }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP { border-width: 0; border-radius: 0; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container > .video-iframe-container {  }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#bLUeQRWrGQZhTFKGPERFZOfg7TaXcZD4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:8.42529296875rem;left:1.875rem;height:3.8994125rem;font-style:normal;display:block; }
#PVpn5omZiS5RpAULBtiiUMvpexqOtMb6 { color:#000000;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:8.42529296875rem;left:19.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#afO9gnXhiDOA6BJecBBCvHG4KiscuzkQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8.42529296875rem;left:32.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#ZiFDkn0VoPUmSwq1ByI3mr9GtnSPOJx7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.42529296875rem;left:46.25rem;height:2.5996125rem;font-style:normal;display:block; }
#aqpfxoziUWZcLlZKGaTA11BP8kvm9PUr { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:7.5rem;top:0.41259765625rem;left:33.75rem;overflow:hidden;display:block; }
#QTrVsouD07I8pulD1TtlLxgtz3NTt1li { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:8.375rem;top:0.58740234375rem;left:48.3125rem;overflow:hidden;display:block; }
#dkuKGeAAXriFSH7HqBmTmyQuIxuKuB5H { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10rem;top:7.4375rem;left:19.25rem;overflow:hidden;display:none; }
#lQapQsKilbgBV7Wbc8XtIRRo6CAMWDT4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10rem;top:6.75rem;left:2.4375rem;overflow:hidden;display:none; }
#DkwBkpLgMpSZ4e0KaPIy1aMXunBlh9Tr { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"brume regular";font-size:4.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.46875rem;left:3.28125rem;height:5.28125rem;text-align:center;text-align-last:center;display:none; }
#DZvKR6Tzm6K2tzfIqm4ZXaIuhECGRwui { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"brume regular";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:55.8623046875rem;left:15.15625rem;height:1.70605625rem;text-align:left;text-align-last:left;display:none; }
#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fb3d3;background-image:none;position:relative;display:block; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container { background-color: transparent; background-image: none; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container > .video-iframe-container { display: none; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row > .video-iframe-container { display: none; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .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); }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container { border-width: 0; border-radius: 0; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row > .video-iframe-container {  }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-form-header {  }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#7fb3d3;width:17.5rem;height:2.6875rem;font-family:"open sans";overflow:hidden;line-height:1; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .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; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-container:first-of-type{padding-top:0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-container:last-of-type{padding-bottom:0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7  { background-color:rgba(255,255,255,0.33);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:100018;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:5.9375rem;left:35.9375rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 {display:block;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 { background-color:rgba(255,255,255,0.33);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:100018;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:5.9375rem;left:35.9375rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #a4ma3DGOQD5bPlGf9FURcwycOzdCQqzZ { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #NcEnMEkgiFb2qITnWl9EpFrxDwGlrnu3 { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Az9IBXpCgq6DXc47ForVTOJ0vR7LSFMF { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #qfw4hKMuTW78luLBEHhhG0wfvhW460Ec { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Fem1qCoJWLL711eLlv1MO6lMKmRdbwhV { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #esMUMKbdupQ3XPrORdMuWXbB9TPrXiRd { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #BdUvHIM4fKzOnVotLm8PPlvTontdQysw { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #kSX8y29akdmGaHfrTGLBIybXAsbtnlIU { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #LB6WR8dPkSR0e7xGy7ZUyhF9ZnMetLqM { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #DgFEhcsD2paLmfDZPadCu1aTBV4l2Enz { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #zsKrRvsg5bCtvz3vZZBTsKk67mqnO14w { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #oVhVuqCcG5WfHWPUqTi1K3QF5ayS0Jwb { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #lM5ewwVSd1wFtBFdrC3VOntw081huPCE { position:relative; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #OTqzsrnu7bK8oo5uqcPF2QR8i4VHVnpA { position:relative; }
#obgx2Rvrpko7FeSRWhoWPI4Q2lNRU4tG { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:31.25rem;top:10.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#UU4H0KrfVBwdT9XW4x8LEzIFDodUb2em { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"brume regular";font-size:3.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:1.5625rem;height:3.98095625rem;text-align:left;text-align-last:left;display:block; }
#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p { position:relative;display:block; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p { background-color: transparent; background-image: none; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row .container > .video-iframe-container { display: none; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row > .video-iframe-container { display: none; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .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); }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p { border-width: 0; border-radius: 0; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row .container > .video-iframe-container {  }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .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:7.5625rem;width:60rem;position:relative;display:block; }#CnvOF8DZQ9acDhfFUw3v0ONOPCVAz1TM { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"brume regular";font-size:4.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.46875rem;left:3.28125rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 { position:relative;display:block; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 { background-color: transparent; background-image: none; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row .container > .video-iframe-container { display: none; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row > .video-iframe-container { display: none; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .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); }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 { border-width: 0; border-radius: 0; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row .container > .video-iframe-container {  }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .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.375rem;width:60rem;position:relative;display:block; }#ggC9Chi1QZuyBp86DQbGlGRT1lAplRC8 { display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.65625rem;left:3.75rem;height:13.5rem;color:#384a59;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hhs5WqkfXAy1lc1FS4pgmJ5oAQ7UB6hK { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:23.6875rem;top:3.65625rem;left:31.7119140625rem;overflow:hidden;display:block; }
#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN { border-top:0.0625rem solid #cecece;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container { background-color: transparent; background-image: none; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container > .video-iframe-container { display: none; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row > .video-iframe-container { display: none; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .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); }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container { border-width: 0; border-radius: 0; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row > .video-iframe-container {  }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#JZROsUcWvAEqFSNmw8c9ddPuhOkX2goR { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:16.5625rem;height:1.13720625rem;font-style:normal;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQN5yH1ZwCGv5gnaKN6Z64Dm0F90gKMJ { width:25.625rem;height:8.875rem;top:9.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX9UXDmy1QCxPUGdP90DuFzptQH0CGSg { width:30.375rem;height:1.9375rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPydgxXZ1i4OS22ub2TS9OBWOIp4i284 { width:14.37642rem;height:3.68892rem;top:25.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2tKUn627kyeqa7Wr6xsKgo1T3zTU4KU { display:block; }
 }@media only screen and (max-width: 763px) { #hrTQXD0a5SGdlMiop5znCQLTfIxRqMe4 { width:25.625rem;height:3.125rem;top:14.375rem;left:3.125rem;font-size:1.125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IyJJ9LHPdXMzoVC0tZvU11v6mOmxNvqF { width:7.75rem;height:3.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6rFXfleVJ1xnnh2ykDwdf1cpmIMNQd { width:8.3125rem;height:3.5625rem;top:1.125rem;left:19.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPPMWgO9L8My6M9Onl4zIhpeakysPqcq { width:47.75rem;height:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F { display:block; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE { display:block; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVQVTpIm4e4T3RfstsA5M5RbWu3m45Sx { width:19.1875rem;height:23.625rem;top:1.6875rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdOo2dTLIe14vQA0P3E1IspMPNKIGtx { width:47.75rem;height:5.875rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVyTNp3AMl7TA8tGw4iilAlv0IbG526 { width:31.25rem;height:27.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOlUMWULPxffViIC9bPnnzluTc4JhoUC { width:25.625rem;height:2.8125rem;top:5.8125rem;left:19.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZ9BRTZ6Q9K1Quhz7ZVLWWVqicPNPzJ { width:2.25rem;height:2.25rem;top:50.75rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxOkWkfhtENSLgeencVcA8XU5R7wKuPN { width:2rem;height:2rem;top:50.875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyNS6JO81ThlGfxMZGCUlASBdm1Ebxes { width:2.5625rem;height:2.5625rem;top:50.875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBoZfHpgue13QoSTP0kXJGnId25TXVwD { width:15rem;height:1.25rem;top:53.8125rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV1dtafwRnmk8lx364VCDetbMyAdEMcM { width:15rem;height:1.25rem;top:53.8125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV6Eo6HpuAc4eIihd49M2wZS3TOFhMaE { width:25.4375rem;height:1.6875rem;top:58.4375rem;left:11.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXcGGNv3NbnSdGQXugsR02kPpMQMZpI { width:19.1875rem;height:23.625rem;top:1.6875rem;left:2.34375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aehLsqGwUev0NGuEdBDH6cC9qTweBuOl { width:14.37642rem;height:3.68892rem;top:25.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOvr0ksHpGtGWpaTtgTDILaDZe8kOax { display:block; }
 }@media only screen and (max-width: 763px) { #q49zreJ0EhXPKItammC88TwFLzsmEEDK { display:block; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4y1FVCx2XIvTGe14J7TbNiuNMxZbCrX { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCwhns7Z0xnyynGeg9egknpNiy12245D { width:10rem;height:12.5rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKDNy6Hm1nVZ2msIuXgD3zZAipUt1XMZ { width:10rem;height:12.5rem;top:7.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhW7ElCZLZgaNNLDXrbohfBTs9kRoRhK { width:31.0625rem;height:1.6875rem;top:55.8125rem;left:9.03125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfiFwlDTXBdAXgIBISMQg1oCOgpymXnq { width:2.5625rem;height:2.5625rem;top:52.1875rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCIDIhx72bed3cNo4eFSo4U0aQfT16wH { width:2rem;height:2rem;top:52.4375rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wsg6USZFXvcaaOXTWtTQ5ymTowxeM69g { width:2.25rem;height:2.25rem;top:52.3125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zl2sTXpBc6HMnxQxXTI6aCHiyDy7vDXM { width:15rem;height:1.25rem;top:10.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4JSX8yW319BBf77HZQ9F57cVx8NtowS { width:15rem;height:1.25rem;top:52.8125rem;left:21.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuHz0Ahw0gdRDhdK7XIrvJpuUatAIzTe { width:15rem;height:1.25rem;top:52.8125rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVat0Etgaa7boM4V1D0CtBHL78THCREx { width:14.37642rem;height:3.68892rem;top:25.375rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H02c0ykqtlFIgradA5x2viHub7vNrknW { display:block; }
 }@media only screen and (max-width: 763px) { #bTk00Z29kilduXDsLidXVmrhPcdTX9GP { display:block; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLUeQRWrGQZhTFKGPERFZOfg7TaXcZD4 { width:12.5rem;height:5.1875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVpn5omZiS5RpAULBtiiUMvpexqOtMb6 { width:8rem;height:1.25rem;top:8.375rem;left:15.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afO9gnXhiDOA6BJecBBCvHG4KiscuzkQ { width:12.5rem;height:2.5625rem;top:8.375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFDkn0VoPUmSwq1ByI3mr9GtnSPOJx7 { width:12.5rem;height:2.5625rem;top:8.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqpfxoziUWZcLlZKGaTA11BP8kvm9PUr { width:7.5rem;height:9.375rem;top:0.375rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTrVsouD07I8pulD1TtlLxgtz3NTt1li { width:8.375rem;height:10.5rem;top:0.5625rem;left:37.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkuKGeAAXriFSH7HqBmTmyQuIxuKuB5H { width:10rem;height:12.5rem;top:7.4375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQapQsKilbgBV7Wbc8XtIRRo6CAMWDT4 { width:10rem;height:12.5rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkwBkpLgMpSZ4e0KaPIy1aMXunBlh9Tr { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZvKR6Tzm6K2tzfIqm4ZXaIuhECGRwui { width:20rem;height:1.6875rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2QSk1N8mohHq964ph5TBPkK6QAWpF30 { display:block; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7  { width:17.5rem;height:auto;top:5.9375rem;left:27.625rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 {display:block;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 { width:17.5rem;height:auto;top:5.9375rem;left:27.625rem; }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #a4ma3DGOQD5bPlGf9FURcwycOzdCQqzZ {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #NcEnMEkgiFb2qITnWl9EpFrxDwGlrnu3 {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Az9IBXpCgq6DXc47ForVTOJ0vR7LSFMF {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #qfw4hKMuTW78luLBEHhhG0wfvhW460Ec {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Fem1qCoJWLL711eLlv1MO6lMKmRdbwhV {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #esMUMKbdupQ3XPrORdMuWXbB9TPrXiRd {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #BdUvHIM4fKzOnVotLm8PPlvTontdQysw {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #kSX8y29akdmGaHfrTGLBIybXAsbtnlIU {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #LB6WR8dPkSR0e7xGy7ZUyhF9ZnMetLqM {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #DgFEhcsD2paLmfDZPadCu1aTBV4l2Enz {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #zsKrRvsg5bCtvz3vZZBTsKk67mqnO14w {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #oVhVuqCcG5WfHWPUqTi1K3QF5ayS0Jwb {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #lM5ewwVSd1wFtBFdrC3VOntw081huPCE {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #OTqzsrnu7bK8oo5uqcPF2QR8i4VHVnpA {  }
 }@media only screen and (max-width: 763px) { #obgx2Rvrpko7FeSRWhoWPI4Q2lNRU4tG { width:31.25rem;height:21.6875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4H0KrfVBwdT9XW4x8LEzIFDodUb2em { width:47.75rem;height:3.9375rem;top:3.0625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmiBu0eby8321OAdx1FbxlhS8nuZaB2p { display:block; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnvOF8DZQ9acDhfFUw3v0ONOPCVAz1TM { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 { display:block; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggC9Chi1QZuyBp86DQbGlGRT1lAplRC8 { width:19.1875rem;height:23.625rem;top:1.6875rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhs5WqkfXAy1lc1FS4pgmJ5oAQ7UB6hK { width:23.6875rem;height:13.1875rem;top:3.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN { display:block; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZROsUcWvAEqFSNmw8c9ddPuhOkX2goR { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#7fb3d3;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQN5yH1ZwCGv5gnaKN6Z64Dm0F90gKMJ { width:13.8125rem;height:4.75rem;top:8rem;left:3.125rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dX9UXDmy1QCxPUGdP90DuFzptQH0CGSg { width:20rem;height:1.29980625rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPydgxXZ1i4OS22ub2TS9OBWOIp4i284 { width:14.5rem;height:3.8125rem;top:32.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2tKUn627kyeqa7Wr6xsKgo1T3zTU4KU { display:block; }
 }@media only screen and (max-width: 763px) { #hrTQXD0a5SGdlMiop5znCQLTfIxRqMe4 { width:20rem;height:2.44921875rem;top:13.625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyJJ9LHPdXMzoVC0tZvU11v6mOmxNvqF { width:7.75rem;height:3.1875rem;top:1.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI6rFXfleVJ1xnnh2ykDwdf1cpmIMNQd { width:7rem;height:2.9375rem;top:2.25rem;left:6.5rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #xPPMWgO9L8My6M9Onl4zIhpeakysPqcq { top:18.8125rem;left:0rem;width:20rem;height:13.875rem;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F { display:block; }#ahALogoTmCKUsc8xxuLNqCEp5pvlyS5F > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE { background-color:rgba(255,255,255,0.44);background-image:url("https://images.assets-landingi.com/uc/c1da6e9e-ed11-46f2-8697-5fdd3b95b687/Disenosintitulo27.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.adaptive-delivery-prevent-bg, #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.lazyload, #Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE.lazyloading { background-image: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { background-color: transparent; background-image: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container > .video-iframe-container { display: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container { display: none; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .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); }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { border-width: 0; border-radius: 0; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row > .video-iframe-container { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }#Cu2VE5XP00Sl3zzNDnmZ9ef1p9wafpQE > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVQVTpIm4e4T3RfstsA5M5RbWu3m45Sx { width:17.375rem;height:18.28125rem;top:11.87109375rem;left:1.3125rem;font-size:0.8125rem;color:#384a59;display:none; }
 }@media only screen and (max-width: 763px) { #TOdOo2dTLIe14vQA0P3E1IspMPNKIGtx { width:20rem;height:2.4375rem;top:1.12451171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVyTNp3AMl7TA8tGw4iilAlv0IbG526 { width:20rem;height:20.25rem;top:7.203125rem;left:0rem;background-color:rgba(253,250,248,0.78);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xOlUMWULPxffViIC9bPnnzluTc4JhoUC { width:20rem;height:1.94970625rem;top:3.56201171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiZ9BRTZ6Q9K1Quhz7ZVLWWVqicPNPzJ { width:2.25rem;height:2.25rem;top:50.01171875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxOkWkfhtENSLgeencVcA8XU5R7wKuPN { width:2rem;height:2rem;top:53.3125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyNS6JO81ThlGfxMZGCUlASBdm1Ebxes { width:2.5625rem;height:2.5625rem;top:56.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBoZfHpgue13QoSTP0kXJGnId25TXVwD { width:15rem;height:1.29980625rem;top:53.6875rem;left:5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV1dtafwRnmk8lx364VCDetbMyAdEMcM { width:15rem;height:1.29980625rem;top:56.875rem;left:5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV6Eo6HpuAc4eIihd49M2wZS3TOFhMaE { width:20rem;height:3.4121125rem;top:59.32421875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MTXcGGNv3NbnSdGQXugsR02kPpMQMZpI { width:17.375rem;height:14.625rem;top:9.125rem;left:1.3125rem;font-size:0.8125rem;color:#384a59;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #aehLsqGwUev0NGuEdBDH6cC9qTweBuOl { width:14.5rem;height:2.8125rem;top:30.078125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBOvr0ksHpGtGWpaTtgTDILaDZe8kOax { display:block; }
 }@media only screen and (max-width: 763px) { #q49zreJ0EhXPKItammC88TwFLzsmEEDK { display:block; }#q49zreJ0EhXPKItammC88TwFLzsmEEDK > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4y1FVCx2XIvTGe14J7TbNiuNMxZbCrX { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCwhns7Z0xnyynGeg9egknpNiy12245D { width:10rem;height:12.5rem;top:46.875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKDNy6Hm1nVZ2msIuXgD3zZAipUt1XMZ { width:10rem;height:12.5rem;top:51rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhW7ElCZLZgaNNLDXrbohfBTs9kRoRhK { width:20rem;height:3.4121125rem;top:13.900390625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #FfiFwlDTXBdAXgIBISMQg1oCOgpymXnq { width:2.5625rem;height:2.5625rem;top:10rem;left:2.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #VCIDIhx72bed3cNo4eFSo4U0aQfT16wH { width:2rem;height:2rem;top:6.5rem;left:2.53125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Wsg6USZFXvcaaOXTWtTQ5ymTowxeM69g { width:2.25rem;height:2.25rem;top:2.13671875rem;left:2.40625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #zl2sTXpBc6HMnxQxXTI6aCHiyDy7vDXM { width:15rem;height:1.29980625rem;top:10.630859375rem;left:5rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Z4JSX8yW319BBf77HZQ9F57cVx8NtowS { width:15rem;height:1.29980625rem;top:6.849609375rem;left:5rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #NuHz0Ahw0gdRDhdK7XIrvJpuUatAIzTe { width:15rem;height:1.29980625rem;top:2.611328125rem;left:5rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #yVat0Etgaa7boM4V1D0CtBHL78THCREx { width:13.3125rem;height:2.8125rem;top:1.85546875rem;left:4.8125rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #H02c0ykqtlFIgradA5x2viHub7vNrknW { display:block; }
 }@media only screen and (max-width: 763px) { #bTk00Z29kilduXDsLidXVmrhPcdTX9GP { display:block; }#bTk00Z29kilduXDsLidXVmrhPcdTX9GP > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLUeQRWrGQZhTFKGPERFZOfg7TaXcZD4 { width:18.1875rem;height:3.8994125rem;top:12.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVpn5omZiS5RpAULBtiiUMvpexqOtMb6 { width:8rem;height:1.29980625rem;top:24.125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afO9gnXhiDOA6BJecBBCvHG4KiscuzkQ { width:17.1875rem;height:2.5996125rem;top:32.0625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFDkn0VoPUmSwq1ByI3mr9GtnSPOJx7 { width:15.375rem;height:1.29980625rem;top:41.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqpfxoziUWZcLlZKGaTA11BP8kvm9PUr { width:7.5rem;height:9.375rem;top:24.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTrVsouD07I8pulD1TtlLxgtz3NTt1li { width:8.375rem;height:10.5rem;top:33.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkuKGeAAXriFSH7HqBmTmyQuIxuKuB5H { width:10rem;height:12.5rem;top:14.3125rem;left:5.6875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #lQapQsKilbgBV7Wbc8XtIRRo6CAMWDT4 { width:10rem;height:12.5rem;top:4.1875rem;left:5rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DkwBkpLgMpSZ4e0KaPIy1aMXunBlh9Tr { width:20rem;height:0;top:3.125rem;left:2.5rem;font-size:2rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #DZvKR6Tzm6K2tzfIqm4ZXaIuhECGRwui { width:20rem;height:1.70605625rem;top:3.212890625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #H2QSk1N8mohHq964ph5TBPkK6QAWpF30 { display:block; }#H2QSk1N8mohHq964ph5TBPkK6QAWpF30 > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7  { width:17.375rem;height:auto;top:18.97900390625rem;left:0rem; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 {display:block;}#exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 { width:17.375rem;height:auto;top:18.97900390625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #a4ma3DGOQD5bPlGf9FURcwycOzdCQqzZ {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #NcEnMEkgiFb2qITnWl9EpFrxDwGlrnu3 {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Az9IBXpCgq6DXc47ForVTOJ0vR7LSFMF {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #qfw4hKMuTW78luLBEHhhG0wfvhW460Ec {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #Fem1qCoJWLL711eLlv1MO6lMKmRdbwhV {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #esMUMKbdupQ3XPrORdMuWXbB9TPrXiRd {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #BdUvHIM4fKzOnVotLm8PPlvTontdQysw {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #kSX8y29akdmGaHfrTGLBIybXAsbtnlIU {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #LB6WR8dPkSR0e7xGy7ZUyhF9ZnMetLqM {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #DgFEhcsD2paLmfDZPadCu1aTBV4l2Enz {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #zsKrRvsg5bCtvz3vZZBTsKk67mqnO14w {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #oVhVuqCcG5WfHWPUqTi1K3QF5ayS0Jwb {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #lM5ewwVSd1wFtBFdrC3VOntw081huPCE {  }
 }@media only screen and (max-width: 763px) { #exdDBcC3rPIg9m9EplkiZfkO0IlQxuw7 #OTqzsrnu7bK8oo5uqcPF2QR8i4VHVnpA {  }
 }@media only screen and (max-width: 763px) { #obgx2Rvrpko7FeSRWhoWPI4Q2lNRU4tG { width:20rem;height:13.88rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4H0KrfVBwdT9XW4x8LEzIFDodUb2em { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmiBu0eby8321OAdx1FbxlhS8nuZaB2p { display:block; }#vmiBu0eby8321OAdx1FbxlhS8nuZaB2p > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnvOF8DZQ9acDhfFUw3v0ONOPCVAz1TM { width:20rem;height:2.5996125rem;top:0.82470703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 { display:block; }#ZNyyhdCvTSkivoBTLeAkARhH10Q7q7O8 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggC9Chi1QZuyBp86DQbGlGRT1lAplRC8 { width:18.625rem;height:14.0625rem;top:1.25rem;left:0.6875rem;font-size:0.9375rem;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #Hhs5WqkfXAy1lc1FS4pgmJ5oAQ7UB6hK { width:17.9375rem;height:9.9375rem;top:16.4375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN { display:block; }#iEHfyw9UTrbGNIdTs6KvnGIy9LuOwxHN > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZROsUcWvAEqFSNmw8c9ddPuhOkX2goR { width:20rem;height:1.13720625rem;top:0.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }