.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;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); }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container { background-color: transparent; background-image: none; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container > .video-iframe-container { display: none; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row > .video-iframe-container { display: none; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .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); }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container { border-width: 0; border-radius: 0; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row > .video-iframe-container {  }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kWJtznn5/bg_semanaciencia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.adaptive-delivery-prevent-bg, #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.lazyload, #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.lazyloading { background-image: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { background-color: transparent; background-image: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container > .video-iframe-container { display: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row > .video-iframe-container { display: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .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); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { border-width: 0; border-radius: 0; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row > .video-iframe-container {  }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#w7v5xtuckUASW7BlqKCMwTvszrITxVO2 { color:#000000;display:block;width:43.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15.7490234375rem;left:2.7496337890625rem;height:7.7998125rem;font-style:normal;display:block; }
#dDEwIFkFM3q7cpy0H14izNCIn1ISSpo4 { position:absolute;display:block;z-index:99991;background-color:#8a6df1;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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;height:2.375rem;width:35.5625rem;top:12.249755859375rem;left:1.99951171875rem;display:block; }
#w41fyeqsTQH68fqIi79NwyGvy69wi6Jl { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:99993;line-height:1.3;letter-spacing:0;top:12.624877929688rem;left:3rem;height:1.625rem;font-style:normal;display:block; }
#XlUBsJC5nCaWpwZ0zpRQGvM4g3hEltPN { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:29.749877929688rem;left:2.9371337890625rem;display:block; }
#ktkUymyd4cW4Pgk0xqvqHLcTU6X7t906 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hlyDA53UwUEvnB2AQa8A1MkAD4Em8s0e { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:25.374877929688rem;left:2.93701171875rem;height:1.625rem;display:block; }
#FHSXkq3TfbVw6f8hLiqPH1zvtpCXna7y { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:15.9375rem;top:7.93701171875rem;left:1.3746337890625rem;overflow:hidden;display:block; }
#PQ4f9hhRAx7OOiunaxQTATFVwyQlS6mc { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.3125rem;width:18.875rem;top:24.93701171875rem;left:2.0623779296875rem;display:block; }
#v5i2DHUlCkIeRGR6HdRLXIfzHV6OTLmf { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.375rem;width:10.375rem;top:25.062133789062rem;left:21.93701171875rem;display:block; }
#HRPMGZZpX3oVyIecdD5EaHO8Ti6T0cO9 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:25.437377929688rem;left:22.873901367188rem;height:1.625rem;font-style:normal;display:block; }
#DmvrwWxCUfNtTMKRqqowZ50A5n4CO9MW { position:absolute;display:block;z-index:100023;background-color:#ff0000;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.625rem;width:0.625rem;top:25.999145507812rem;left:30.873657226562rem;display:block; }
#wtbPtni7NXZeQN51vEL8qVbpUUfJvFmi { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.4375rem;width:11.3125rem;top:25.061401367188rem;left:33.499877929688rem;display:block; }
#TdS0ZB146UMTxOXbFJuMG0q22Fh2iXfe { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:25.499633789062rem;left:34.3115234375rem;height:1.625rem;display:block; }
#H6Z7HWa3vcQXG1cQrAOq1mqmFxBEmtiN { position:absolute;display:block;z-index:99991;background-color:#8a6df1;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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;height:2.375rem;width:35.5625rem;top:12.249755859375rem;left:1.99951171875rem;display:none; }
#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container { background-color: transparent; background-image: none; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container > .video-iframe-container { display: none; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row > .video-iframe-container { display: none; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .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); }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container { border-width: 0; border-radius: 0; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row > .video-iframe-container {  }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container { font-size:0.875rem;font-family:arial;height:71.625rem;width:75rem;position:relative;display:block; }#aaOSE7pIiOdsXxOw3Hetgmd9BAN5uQRo { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:14.75rem;left:3.1875rem;height:4.02465625rem;font-style:normal;display:block; }
#Rb1SVVpprQsTwqOTtfKxLReIErDbez8A { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;height:3.3125rem;width:9rem;top:4.375rem;left:2.375rem;display:block; }
#iPdfZGLcdVe6FEL7nzNR8TEIbTXysn8c { color:#000000;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.9375rem;height:2.03125rem;font-style:normal;display:block; }
#NyrpqAbPMpIpM0DqxEnQwkVJ9Wnds7Az { position:absolute;display:block;z-index:100004;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.3125rem;width:17.9375rem;top:11.6875rem;left:2.375rem;display:block; }
#pe19QnP2cFabFRRPTbwC1f7ToBkXILdm { color:#000000;display:block;width:16.25rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:12rem;left:3.25rem;height:1.6621125rem;font-style:normal;display:block; }
#TkNDJhMyRclmSFHICsg7t7cHLzBvt1BX { color:#000000;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:19.8125rem;left:3.1875rem;height:5.94970625rem;font-style:normal;display:block; }
#kE5FiQBExsp6RvfDEmAl7xRbSEnqNVPS { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:19.81201171875rem;left:26.623657226562rem;height:7.4365rem;font-style:normal;display:block; }
#d9CDxnZNiXJwkMZxv5e06xfELTs9F21X { color:#000000;display:block;width:18.2495rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:14.749755859375rem;left:26.623657226562rem;height:4.02465625rem;font-style:normal;display:block; }
#ywAmFtwKg9ZgO9Bpm0mElDtgHmTnmywD { position:absolute;display:block;z-index:100008;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.3125rem;width:18.5625rem;top:11.68701171875rem;left:25.749145507812rem;display:block; }
#VZpEThV9WrmtKuaVtOzhOipGT0phVrb4 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:12.01171875rem;left:26.623657226562rem;height:1.6621125rem;font-style:normal;display:block; }
#BrEwILgBFh296WoDTGQrh0Ai0qxUTkLP { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:19.81201171875rem;left:49.779541015625rem;height:5.94970625rem;font-style:normal;display:block; }
#DFXLL0l66zRHOsoWbVPrXGqnD5B2i8Zd { color:#000000;display:block;width:23.81225rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:14.749755859375rem;left:49.779541015625rem;height:4.02465625rem;font-style:normal;display:block; }
#oLpma40JKH06ClmwfTZQiM1AmO9Qr5bB { position:absolute;display:block;z-index:100012;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;height:2.3125rem;width:17.9375rem;top:11.68701171875rem;left:48.965209960938rem;display:block; }
#o11PT04h4EAH94IKvLXp2RwdaXLXXluD { color:#000000;display:block;width:16.875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:12.01171875rem;left:49.779541015625rem;height:1.6621125rem;font-style:normal;display:block; }
#txFwQFEtCz6Lh6sgRyHG1ldAatlxhkcD { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49975rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:31.639892578125rem;left:28.24951171875rem;display:block; }
#qnTHeed7b2s8rN1wRcGi75fhAQCtrESq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Stym3NWHBpMvDxdptLKNLLXbxl5ItNLq { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:68.75rem;top:39.281005859375rem;left:2.9998779296875rem;display:block; }
#nKDTng5y3Qw4m2SULqpkLaoWGKo4n6hO { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;height:3.5rem;width:18.3125rem;top:42.9375rem;left:2.375rem;display:block; }
#fhoOxM27cFiUepTMQJHGlzMiD0wDS7Hc { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:43.6875rem;left:3.9375rem;height:2.03125rem;font-style:normal;display:block; }
#f0dbGzLAAn7XnrdMKhQg5BR5a5SvGEE8 { color:#000000;display:block;width:12.749625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:61.936645507812rem;left:2.6873779296875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFtmKHQygN93shsf4UMEkT1oQgcfP5K7 { color:#000000;display:block;width:12.749rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:61.936645507812rem;left:17.124755859375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIHUgzCqZqTT66DQK0eM20KgTl9VwqJT { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:61.936645507812rem;left:31.00048828125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuuIC6UOIQyloFdOuXgA4SqHCe3vFN3D { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:61.936645507812rem;left:45.121459960938rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfWzNxyKxTkrtNAJIVoa8e1ABPoK0ztm { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:61.936645507812rem;left:59.937133789062rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLDWnsxAA0ulEIZT4gbWqIZmFIDD8LlW { color:#000000;display:block;width:12.749rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:64.123291015625rem;left:2.687255859375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTZQeS1xHSTkTFnaN6NVAZxZFfpBdtLu { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:64.122924804688rem;left:17.124633789062rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fii8EGKezm4571bfDTqDrT05yJrFrC2Z { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:64.122924804688rem;left:31.12548828125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKsnmxhi59GH68DeNwloDHlIrLrS4BDw { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:64.122924804688rem;left:44.871826171875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXhFgwMlcqpuxgezveELRxHdTfm32gtb { color:#000000;display:block;width:12.7484375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:64.122924804688rem;left:60.063110351562rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7gZ60vO38xGuc27NcALsCX5WxZsqvfD { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.812rem;width:10.06225rem;top:50.762329101562rem;left:3.9373779296875rem;overflow:hidden;display:block; }
#M0TIFhDlT12ahfwO1LCrzWsD9zJevTK6 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10rem;top:50.76171875rem;left:18.467407226562rem;overflow:hidden;display:block; }
#GrHy4PNDzsO3NB5dAaptTAWlaHoBqgJF { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10rem;top:50.823974609375rem;left:32.5rem;overflow:hidden;display:block; }
#vt6uBgBRV1sI00WNEi80FgcgOOFbZcVr { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10rem;top:50.823974609375rem;left:46.748046875rem;overflow:hidden;display:block; }
#nO4tJwfWtQ6KdQb2MDiLMQgTTkAm0F6G { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10rem;top:50.823974609375rem;left:61.31103515625rem;overflow:hidden;display:block; }
#OhXfCTHccyAFTMgGZdwArZxB4MUsOAmE { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.812rem;width:9.812rem;top:33.937377929688rem;left:55.1513671875rem;overflow:hidden;display:block; }
#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { background-color: transparent; background-image: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container > .video-iframe-container { display: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row > .video-iframe-container { display: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .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); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { border-width: 0; border-radius: 0; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row > .video-iframe-container {  }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#i5LT4wbeD28vlMX6xPCTgOanUO4zwtHn { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18.327880859375rem;left:44.249877929688rem;height:1.05615rem;display:block; }
#zT2nBNzK9ZEI9cQ5MRBcK6h2mwHUsTuK { position:absolute;display:block;z-index:100005;background-color:#202024;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:0.25rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.9375rem;height:24.375rem;width:24.75rem;top:2.31201171875rem;left:8.3123779296875rem;display:block; }
#pKtKBPoONgur5JkR3vLM2WLvPqXXrTVa { position:absolute;display:block;z-index:100009;background-color:#000000;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:24.1875rem;width:26.75rem;top:2.31201171875rem;left:40.374755859375rem;display:block; }
#bofdksOCV0rFOxgqTRT3QsWeUME0qTaR { color:#8a6df1;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:8.75341796875rem;left:10.437133789062rem;height:4.0625rem;font-style:normal;display:block; }
#g5kJ3Q3KDDcxIlVr7DSB8gsFA1lfixT6 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100020;line-height:1.4;letter-spacing:0;top:4.56201171875rem;left:42.62451171875rem;height:1.487425rem;text-align:center;text-align-last:center;display:block; }
#A96qT4XJDi3xtEm6hcTZo4UW6twctPnq { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.3125rem;top:5.1593017578125rem;left:10.624633789062rem;overflow:hidden;display:block; }
#N2KoAFZh90makmExUxzi9DvKppmGN7Xi { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:18.577880859375rem;left:10.530395507812rem;height:1.8374rem;display:block; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-form-header {  }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#ffffff;width:21.6875rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:21.6875rem;box-sizing:border-box;height:2rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:21.6875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .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:21.6875rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-checkbox { width:0.99975625rem;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; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.9375rem;margin-bottom:0.25rem;margin-left:2.9375rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#000000;width:15.8125rem;height:3.1875rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.8125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.8125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.8125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.8125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .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:1rem;font-weight:300;color:#000000;vertical-align:top;width:20.547875rem;overflow:hidden;font-style:normal; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .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; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .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; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-container:first-of-type{padding-top:0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-container:last-of-type{padding-bottom:0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.735375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:5.3466796875rem;left:41.6298828125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem;display:block;vertical-align:top; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .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; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk {display:block;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.735375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:5.3466796875rem;left:41.6298828125rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #pTxDusKpJ2QsLHNb8GUCwxW5pOrngSTI { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CqpHgLgecQ4hcZRXQaTfeR2SLWgirUf0 { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S9CGoDVIOIs2LD3Mn88tntLwpXGATyFa { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wDiKTtHLmpShUekz6KsabtQ8n4PSvR5p { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #F6fE9qn6RZaIgb35RJQTX19slG4L6CaU { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S87gquM43SB3TpbKZ9ZNCFBe8tD0K3ET { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CFsMxuTaI9na7Erg4iHVvT8S4A0efwbQ { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #bMnKAe8voSS0lysxoAhXNixGulIcli3r { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #nnUpFgI6fN6vPhddE788OKThtsaGQEBy { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cDMFyNPCoiCm3fh3nvBxZFzRS8ReJt9z { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cBZTVwNBvRhnlvou8U9PzXTOy8aFGJnr { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #UkHp8J3bpsNoQ5XycLXW9mcGOgTQ2Eq4 { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wKJKauFo5HQQmaATs29OTUstDXqUapR6 { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #rF9oudQ3eLF1AOEZraWdBxhI7RCZsann { position:relative;z-index:2; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #W15i9sNz6Z9GwFvcAvCgFcC0QURLekFB { position:relative; }
#Jl2FwB9EDHaTuqTRRDbMrZwPDeAzAnHz { position:relative;display:block; }
#oT56lc6dwdAM03JTMCXnx2FQx5ms8J7x { position:relative;display:block; }
#pq6JTy2OWkOTP53puNBi0qXdx5LiBNNN { position:relative;display:block; }
#AXSbkrFyylRTAnSb2C2EuG4Qilf206Vd { position:relative;display:block; }
#MKLNEamsnOP8612mt4BuTLaIQ13POnbu { position:relative;display:block; }
#IFu8TuO10N4ztJSJlxuvRVJkNnl7b6Ki { position:relative;display:block; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #qGDX9DWef153QlrrWaZM2KMLMLfnEReP { position:relative; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #BmJSQJm5K2RWDIJCXpMmof0DT2uRmMHO { position:relative; }
#oU05RwwMBMnLf6rvLfal7FFz8en1DJH9 { color:#ffffff;display:block;width:21.62475rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:13.856079101562rem;left:10.498046875rem;height:1.625rem;font-style:normal;display:block; }
#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container { background-color: transparent; background-image: none; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container > .video-iframe-container { display: none; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row > .video-iframe-container { display: none; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .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); }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container { border-width: 0; border-radius: 0; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row > .video-iframe-container {  }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#rviRTvaqTUZZ918hlToxFuGle0gZyOfg { position:absolute;display:block;z-index:100001;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;height:0.124511875rem;width:75rem;top:6.87255859375rem;left:0rem;display:block; }
#S24p1nvXXK33HJ2HkRDHWnb3eGzbGrr3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:14.1875rem;top:2.6875rem;left:57.78125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 { display:block; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO { display:block; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7v5xtuckUASW7BlqKCMwTvszrITxVO2 { top:15.6875rem;left:0rem;width:43.375rem;height:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDEwIFkFM3q7cpy0H14izNCIn1ISSpo4 { top:12.1875rem;left:0rem;width:35.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w41fyeqsTQH68fqIi79NwyGvy69wi6Jl { top:12.5625rem;left:0rem;width:34.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUBsJC5nCaWpwZ0zpRQGvM4g3hEltPN { width:18.5rem;height:3.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktkUymyd4cW4Pgk0xqvqHLcTU6X7t906 { display:block; }
 }@media only screen and (max-width: 763px) { #hlyDA53UwUEvnB2AQa8A1MkAD4Em8s0e { top:25.3125rem;left:0rem;width:17.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSXkq3TfbVw6f8hLiqPH1zvtpCXna7y { top:7.875rem;left:0rem;width:15.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ4f9hhRAx7OOiunaxQTATFVwyQlS6mc { top:24.875rem;left:0rem;width:18.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5i2DHUlCkIeRGR6HdRLXIfzHV6OTLmf { top:25rem;left:8.31201171875rem;width:10.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRPMGZZpX3oVyIecdD5EaHO8Ti6T0cO9 { top:25.375rem;left:9.2489013671875rem;width:7.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmvrwWxCUfNtTMKRqqowZ50A5n4CO9MW { top:25.9375rem;left:17.248657226562rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtbPtni7NXZeQN51vEL8qVbpUUfJvFmi { top:25rem;left:19.874877929688rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS0ZB146UMTxOXbFJuMG0q22Fh2iXfe { top:25.4375rem;left:20.6865234375rem;width:10.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Z7HWa3vcQXG1cQrAOq1mqmFxBEmtiN { top:12.1875rem;left:0rem;width:35.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn { display:block; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaOSE7pIiOdsXxOw3Hetgmd9BAN5uQRo { top:14.75rem;left:0rem;width:18.5rem;height:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb1SVVpprQsTwqOTtfKxLReIErDbez8A { top:4.375rem;left:0rem;width:9rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPdfZGLcdVe6FEL7nzNR8TEIbTXysn8c { top:5.0625rem;left:0rem;width:7.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyrpqAbPMpIpM0DqxEnQwkVJ9Wnds7Az { top:11.6875rem;left:0rem;width:17.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe19QnP2cFabFRRPTbwC1f7ToBkXILdm { top:12rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNDJhMyRclmSFHICsg7t7cHLzBvt1BX { top:19.8125rem;left:0rem;width:18.4375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5FiQBExsp6RvfDEmAl7xRbSEnqNVPS { top:19.75rem;left:12.998657226562rem;width:17.4375rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CDxnZNiXJwkMZxv5e06xfELTs9F21X { top:14.6875rem;left:12.998657226562rem;width:18.1875rem;height:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAmFtwKg9ZgO9Bpm0mElDtgHmTnmywD { top:11.625rem;left:12.124145507812rem;width:18.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZpEThV9WrmtKuaVtOzhOipGT0phVrb4 { top:12rem;left:12.998657226562rem;width:17.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrEwILgBFh296WoDTGQrh0Ai0qxUTkLP { top:19.75rem;left:27.75rem;width:18.4375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFXLL0l66zRHOsoWbVPrXGqnD5B2i8Zd { top:14.6875rem;left:24rem;width:23.75rem;height:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpma40JKH06ClmwfTZQiM1AmO9Qr5bB { top:11.625rem;left:29.8125rem;width:17.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11PT04h4EAH94IKvLXp2RwdaXLXXluD { top:12rem;left:30.875rem;width:16.875rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txFwQFEtCz6Lh6sgRyHG1ldAatlxhkcD { width:18.4375rem;height:3.4375rem;top:31.625rem;left:14.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTHeed7b2s8rN1wRcGi75fhAQCtrESq { display:block; }
 }@media only screen and (max-width: 763px) { #Stym3NWHBpMvDxdptLKNLLXbxl5ItNLq { top:39.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKDTng5y3Qw4m2SULqpkLaoWGKo4n6hO { top:42.9375rem;left:0rem;width:18.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhoOxM27cFiUepTMQJHGlzMiD0wDS7Hc { top:43.6875rem;left:0rem;width:17.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0dbGzLAAn7XnrdMKhQg5BR5a5SvGEE8 { top:61.875rem;left:0rem;width:12.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFtmKHQygN93shsf4UMEkT1oQgcfP5K7 { top:61.875rem;left:3.499755859375rem;width:12.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHUgzCqZqTT66DQK0eM20KgTl9VwqJT { top:61.875rem;left:17.37548828125rem;width:12.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuuIC6UOIQyloFdOuXgA4SqHCe3vFN3D { top:61.875rem;left:31.496459960938rem;width:12.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWzNxyKxTkrtNAJIVoa8e1ABPoK0ztm { top:61.875rem;left:35.0625rem;width:12.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLDWnsxAA0ulEIZT4gbWqIZmFIDD8LlW { top:64.0625rem;left:0rem;width:12.6875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZQeS1xHSTkTFnaN6NVAZxZFfpBdtLu { top:64.0625rem;left:3.4996337890625rem;width:12.6875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fii8EGKezm4571bfDTqDrT05yJrFrC2Z { top:64.0625rem;left:17.50048828125rem;width:12.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKsnmxhi59GH68DeNwloDHlIrLrS4BDw { top:64.0625rem;left:31.246826171875rem;width:12.6875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXhFgwMlcqpuxgezveELRxHdTfm32gtb { top:64.0625rem;left:35.0625rem;width:12.6875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7gZ60vO38xGuc27NcALsCX5WxZsqvfD { top:50.75rem;left:0rem;width:10rem;height:9.7512981688987rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0TIFhDlT12ahfwO1LCrzWsD9zJevTK6 { top:50.75rem;left:4.8424072265625rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHy4PNDzsO3NB5dAaptTAWlaHoBqgJF { top:50.8125rem;left:18.875rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt6uBgBRV1sI00WNEi80FgcgOOFbZcVr { top:50.8125rem;left:33.123046875rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO4tJwfWtQ6KdQb2MDiLMQgTTkAm0F6G { top:50.8125rem;left:37.75rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXfCTHccyAFTMgGZdwArZxB4MUsOAmE { top:33.875rem;left:37.9375rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 { display:block; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LT4wbeD28vlMX6xPCTgOanUO4zwtHn { top:18.3125rem;left:23.875rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT2nBNzK9ZEI9cQ5MRBcK6h2mwHUsTuK { top:2.25rem;left:0rem;width:24.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtKBPoONgur5JkR3vLM2WLvPqXXrTVa { top:2.25rem;left:21rem;width:26.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bofdksOCV0rFOxgqTRT3QsWeUME0qTaR { top:8.75rem;left:2.3125rem;width:21.5625rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5kJ3Q3KDDcxIlVr7DSB8gsFA1lfixT6 { top:4.5rem;left:23.875rem;width:22.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A96qT4XJDi3xtEm6hcTZo4UW6twctPnq { top:5.125rem;left:3.8121337890625rem;width:2.3125rem;height:2.2502306229421rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2KoAFZh90makmExUxzi9DvKppmGN7Xi { top:18.5625rem;left:3.5625rem;width:20.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk {display:block;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #pTxDusKpJ2QsLHNb8GUCwxW5pOrngSTI {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CqpHgLgecQ4hcZRXQaTfeR2SLWgirUf0 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S9CGoDVIOIs2LD3Mn88tntLwpXGATyFa {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wDiKTtHLmpShUekz6KsabtQ8n4PSvR5p {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #F6fE9qn6RZaIgb35RJQTX19slG4L6CaU {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S87gquM43SB3TpbKZ9ZNCFBe8tD0K3ET {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CFsMxuTaI9na7Erg4iHVvT8S4A0efwbQ {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #bMnKAe8voSS0lysxoAhXNixGulIcli3r {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #nnUpFgI6fN6vPhddE788OKThtsaGQEBy {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cDMFyNPCoiCm3fh3nvBxZFzRS8ReJt9z {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cBZTVwNBvRhnlvou8U9PzXTOy8aFGJnr {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #UkHp8J3bpsNoQ5XycLXW9mcGOgTQ2Eq4 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wKJKauFo5HQQmaATs29OTUstDXqUapR6 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #rF9oudQ3eLF1AOEZraWdBxhI7RCZsann {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #W15i9sNz6Z9GwFvcAvCgFcC0QURLekFB {  }
 }@media only screen and (max-width: 763px) { #Jl2FwB9EDHaTuqTRRDbMrZwPDeAzAnHz { display:block; }
 }@media only screen and (max-width: 763px) { #oT56lc6dwdAM03JTMCXnx2FQx5ms8J7x { display:block; }
 }@media only screen and (max-width: 763px) { #pq6JTy2OWkOTP53puNBi0qXdx5LiBNNN { display:block; }
 }@media only screen and (max-width: 763px) { #AXSbkrFyylRTAnSb2C2EuG4Qilf206Vd { display:block; }
 }@media only screen and (max-width: 763px) { #MKLNEamsnOP8612mt4BuTLaIQ13POnbu { display:block; }
 }@media only screen and (max-width: 763px) { #IFu8TuO10N4ztJSJlxuvRVJkNnl7b6Ki { display:block; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #qGDX9DWef153QlrrWaZM2KMLMLfnEReP {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #BmJSQJm5K2RWDIJCXpMmof0DT2uRmMHO {  }
 }@media only screen and (max-width: 763px) { #oU05RwwMBMnLf6rvLfal7FFz8en1DJH9 { top:13.8125rem;left:2.3125rem;width:21.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA { display:block; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rviRTvaqTUZZ918hlToxFuGle0gZyOfg { top:6.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24p1nvXXK33HJ2HkRDHWnb3eGzbGrr3 { top:2.6875rem;left:33.5625rem;width:14.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 { display:block; }#GVhH22uWMk7XaFDZ3GKqRTAb1usuAZW4 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kWJtznn5/bg_semanaciencia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.adaptive-delivery-prevent-bg, #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.lazyload, #hDv1FvuuF1q2dAWINXn0y401cNEPcIhO.lazyloading { background-image: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { background-color: transparent; background-image: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container > .video-iframe-container { display: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row > .video-iframe-container { display: none; }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .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); }#hDv1FvuuF1q2dAWINXn0y401cNEPcIhO > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7v5xtuckUASW7BlqKCMwTvszrITxVO2 { width:19.43725rem;height:12.099625rem;top:12.874145507812rem;left:0.28076171875rem;font-size:2.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDEwIFkFM3q7cpy0H14izNCIn1ISSpo4 { width:18.25rem;height:1.8125rem;top:6.75rem;left:0.75rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #w41fyeqsTQH68fqIi79NwyGvy69wi6Jl { width:17.5rem;height:3.6120625rem;top:6.787109375rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:99990;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XlUBsJC5nCaWpwZ0zpRQGvM4g3hEltPN { width:15.37475rem;height:3.4375rem;top:38.436889648438rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktkUymyd4cW4Pgk0xqvqHLcTU6X7t906 { display:block; }
 }@media only screen and (max-width: 763px) { #hlyDA53UwUEvnB2AQa8A1MkAD4Em8s0e { width:14.8125rem;height:1.275025rem;top:26.249389648438rem;left:2.6549072265625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FHSXkq3TfbVw6f8hLiqPH1zvtpCXna7y { width:12.5rem;height:0.9375rem;top:2.8118896484375rem;left:3.6236572265625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQ4f9hhRAx7OOiunaxQTATFVwyQlS6mc { width:16.3125rem;height:2.1875rem;top:25.687255859375rem;left:1.8121337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5i2DHUlCkIeRGR6HdRLXIfzHV6OTLmf { width:9.0625rem;height:2.1875rem;top:29rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRPMGZZpX3oVyIecdD5EaHO8Ti6T0cO9 { width:7.687375rem;height:1.275025rem;top:29.5rem;left:5.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DmvrwWxCUfNtTMKRqqowZ50A5n4CO9MW { width:0.625rem;height:0.625rem;top:29.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtbPtni7NXZeQN51vEL8qVbpUUfJvFmi { width:10.499875rem;height:2.3120125rem;top:32.186279296875rem;left:4.686279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS0ZB146UMTxOXbFJuMG0q22Fh2iXfe { width:10.3125rem;height:1.275025rem;top:32.767333984375rem;left:4.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H6Z7HWa3vcQXG1cQrAOq1mqmFxBEmtiN { width:12.56225rem;height:1.81213125rem;top:8.6492919921875rem;left:3.7176513671875rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn { display:block; }#oHo8rSU00m0rz7Jt6a1MOGvqpzkkxXZn > .row .container { width:20rem;height:173.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaOSE7pIiOdsXxOw3Hetgmd9BAN5uQRo { width:17.87475rem;height:3.4118625rem;top:11.875rem;left:2.125244140625rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rb1SVVpprQsTwqOTtfKxLReIErDbez8A { width:11.4375rem;height:3.1875rem;top:2.59228515625rem;left:3.8409423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPdfZGLcdVe6FEL7nzNR8TEIbTXysn8c { width:10.99975rem;height:2.03125rem;top:3.2330322265625rem;left:4.154052734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyrpqAbPMpIpM0DqxEnQwkVJ9Wnds7Az { width:17.875rem;height:2.25rem;top:8.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe19QnP2cFabFRRPTbwC1f7ToBkXILdm { width:16.25rem;height:1.54358125rem;top:8.75rem;left:2rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TkNDJhMyRclmSFHICsg7t7cHLzBvt1BX { width:16.812125rem;height:5.19775625rem;top:16.11328125rem;left:2.125244140625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kE5FiQBExsp6RvfDEmAl7xRbSEnqNVPS { width:17.437125rem;height:6.4971875rem;top:32.373901367188rem;left:2.125244140625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d9CDxnZNiXJwkMZxv5e06xfELTs9F21X { width:16.1875rem;height:3.4118625rem;top:27.686645507812rem;left:2.1258544921875rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ywAmFtwKg9ZgO9Bpm0mElDtgHmTnmywD { width:18.5625rem;height:2.3125rem;top:23.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZpEThV9WrmtKuaVtOzhOipGT0phVrb4 { width:17.312rem;height:1.54358125rem;top:24.1875rem;left:1.625rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BrEwILgBFh296WoDTGQrh0Ai0qxUTkLP { width:16.93725rem;height:5.19775625rem;top:51.68701171875rem;left:2.0938720703125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DFXLL0l66zRHOsoWbVPrXGqnD5B2i8Zd { width:16.4375rem;height:5.1178rem;top:45.20751953125rem;left:2.125rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oLpma40JKH06ClmwfTZQiM1AmO9Qr5bB { width:17.9375rem;height:2.3125rem;top:41.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11PT04h4EAH94IKvLXp2RwdaXLXXluD { width:16.875rem;height:1.54358125rem;top:41.625rem;left:1.875rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #txFwQFEtCz6Lh6sgRyHG1ldAatlxhkcD { width:18.4375rem;height:3.4375rem;top:60.454711914062rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTHeed7b2s8rN1wRcGi75fhAQCtrESq { display:block; }
 }@media only screen and (max-width: 763px) { #Stym3NWHBpMvDxdptLKNLLXbxl5ItNLq { width:20rem;height:0.0625rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKDTng5y3Qw4m2SULqpkLaoWGKo4n6hO { width:18.3125rem;height:3.5rem;top:74.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhoOxM27cFiUepTMQJHGlzMiD0wDS7Hc { width:17.8125rem;height:2.03125rem;top:75.25rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0dbGzLAAn7XnrdMKhQg5BR5a5SvGEE8 { width:12.687375rem;height:1.62475625rem;top:91.875rem;left:3.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OFtmKHQygN93shsf4UMEkT1oQgcfP5K7 { width:12.687375rem;height:1.62475625rem;top:110.1875rem;left:3.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BIHUgzCqZqTT66DQK0eM20KgTl9VwqJT { width:12.687375rem;height:1.62475625rem;top:128.875rem;left:3.6875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MuuIC6UOIQyloFdOuXgA4SqHCe3vFN3D { width:12.687375rem;height:1.62475625rem;top:147.4375rem;left:3.6875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LfWzNxyKxTkrtNAJIVoa8e1ABPoK0ztm { width:12.687375rem;height:1.62475625rem;top:166rem;left:3.6875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nLDWnsxAA0ulEIZT4gbWqIZmFIDD8LlW { width:12.687375rem;height:2.436525rem;top:94.25rem;left:3.3125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lTZQeS1xHSTkTFnaN6NVAZxZFfpBdtLu { width:12.687375rem;height:2.436525rem;top:112.5625rem;left:3.3125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fii8EGKezm4571bfDTqDrT05yJrFrC2Z { width:12.625rem;height:3.6547875rem;top:131.25rem;left:3.6875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QKsnmxhi59GH68DeNwloDHlIrLrS4BDw { width:12.687375rem;height:2.436525rem;top:149.75rem;left:3.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CXhFgwMlcqpuxgezveELRxHdTfm32gtb { width:12.687375rem;height:2.436525rem;top:168.25rem;left:3.6875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g7gZ60vO38xGuc27NcALsCX5WxZsqvfD { width:10rem;height:9.7512981688987rem;top:80.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0TIFhDlT12ahfwO1LCrzWsD9zJevTK6 { width:10rem;height:9.6875rem;top:99.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHy4PNDzsO3NB5dAaptTAWlaHoBqgJF { width:10rem;height:9.6875rem;top:117.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt6uBgBRV1sI00WNEi80FgcgOOFbZcVr { width:10rem;height:9.6875rem;top:136.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO4tJwfWtQ6KdQb2MDiLMQgTTkAm0F6G { width:10rem;height:9.6875rem;top:155.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXfCTHccyAFTMgGZdwArZxB4MUsOAmE { width:5.187375rem;height:5.187375rem;top:66.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 { background-color:#ffffff;background-image:none;display:block; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { background-color: transparent; background-image: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container > .video-iframe-container { display: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row > .video-iframe-container { display: none; }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .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); }#UU9FUgmeMVOGdOIAUNqsbafMDFqkvuh9 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5LT4wbeD28vlMX6xPCTgOanUO4zwtHn { width:14.4354375rem;height:1.05590625rem;top:40.3125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT2nBNzK9ZEI9cQ5MRBcK6h2mwHUsTuK { width:20rem;height:20.25rem;top:1.7974853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtKBPoONgur5JkR3vLM2WLvPqXXrTVa { width:19.3125rem;height:24.5625rem;top:23.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bofdksOCV0rFOxgqTRT3QsWeUME0qTaR { width:17.124625rem;height:3.1494125rem;top:7.999267578125rem;left:1.9365234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g5kJ3Q3KDDcxIlVr7DSB8gsFA1lfixT6 { width:17.999875rem;height:1.13769375rem;top:26rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A96qT4XJDi3xtEm6hcTZo4UW6twctPnq { width:2.375rem;height:2.25rem;top:5.0491943359375rem;left:1.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2KoAFZh90makmExUxzi9DvKppmGN7Xi { width:16.8125rem;height:1.57470625rem;top:16.030883789062rem;left:1.93603515625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #d6d4d4;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #d6d4d4;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .widget-checkbox-label { width:15.6176875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk  { width:16.8041875rem;height:auto;top:27.3125rem;left:0rem; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk {display:block;}#ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk { width:16.8041875rem;height:auto;top:27.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #pTxDusKpJ2QsLHNb8GUCwxW5pOrngSTI {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CqpHgLgecQ4hcZRXQaTfeR2SLWgirUf0 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S9CGoDVIOIs2LD3Mn88tntLwpXGATyFa {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wDiKTtHLmpShUekz6KsabtQ8n4PSvR5p {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #F6fE9qn6RZaIgb35RJQTX19slG4L6CaU {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #S87gquM43SB3TpbKZ9ZNCFBe8tD0K3ET {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #CFsMxuTaI9na7Erg4iHVvT8S4A0efwbQ {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #bMnKAe8voSS0lysxoAhXNixGulIcli3r {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #nnUpFgI6fN6vPhddE788OKThtsaGQEBy {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cDMFyNPCoiCm3fh3nvBxZFzRS8ReJt9z {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #cBZTVwNBvRhnlvou8U9PzXTOy8aFGJnr {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #UkHp8J3bpsNoQ5XycLXW9mcGOgTQ2Eq4 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #wKJKauFo5HQQmaATs29OTUstDXqUapR6 {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #rF9oudQ3eLF1AOEZraWdBxhI7RCZsann {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #W15i9sNz6Z9GwFvcAvCgFcC0QURLekFB {  }
 }@media only screen and (max-width: 763px) { #Jl2FwB9EDHaTuqTRRDbMrZwPDeAzAnHz { display:block; }
 }@media only screen and (max-width: 763px) { #oT56lc6dwdAM03JTMCXnx2FQx5ms8J7x { display:block; }
 }@media only screen and (max-width: 763px) { #pq6JTy2OWkOTP53puNBi0qXdx5LiBNNN { display:block; }
 }@media only screen and (max-width: 763px) { #AXSbkrFyylRTAnSb2C2EuG4Qilf206Vd { display:block; }
 }@media only screen and (max-width: 763px) { #MKLNEamsnOP8612mt4BuTLaIQ13POnbu { display:block; }
 }@media only screen and (max-width: 763px) { #IFu8TuO10N4ztJSJlxuvRVJkNnl7b6Ki { display:block; }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #qGDX9DWef153QlrrWaZM2KMLMLfnEReP {  }
 }@media only screen and (max-width: 763px) { #ye7eGJXFpLBVEXuEBz1OxSdwLybJcIBk #BmJSQJm5K2RWDIJCXpMmof0DT2uRmMHO {  }
 }@media only screen and (max-width: 763px) { #oU05RwwMBMnLf6rvLfal7FFz8en1DJH9 { width:17.87475rem;height:1.275025rem;top:12.503051757812rem;left:2.000244140625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA { display:block; }#Et7yZaMSr9ZANDsX6nUx6nTR3B0pLNUA > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rviRTvaqTUZZ918hlToxFuGle0gZyOfg { width:19.9995rem;height:0.124511875rem;top:2.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24p1nvXXK33HJ2HkRDHWnb3eGzbGrr3 { width:14.187rem;height:1.62475625rem;top:4.9371337890625rem;left:2.9052734375rem;display:block; }
 }