.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:transparent;background-image:url("https://images.assets-landingi.com/uc/f099f47a-f503-43a2-8fd1-b32fe8a6fbba/Sinttulo10801080px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container { background-color: transparent; background-image: none; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container > .video-iframe-container { display: none; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row > .video-iframe-container { display: none; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .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); }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container { border-width: 0; border-radius: 0; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container { font-size:14px;font-family:arial;height:55px;width:960px;position:relative;display:block; }#PTbRffykE6xIUgPyHxmPJJTxk0Dsnqxa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38px;width:115px;top:8.5px;left:18.237518310547px;overflow:hidden;display:block; }
#MtTvZQnBQfFXbGO16u5si5TTdxa2AsCN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#020303;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:300;font-style:normal;line-height:.4;overflow:hidden;position:absolute;width:131px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0px;left:782px;display:block; }
#wddmI5hkKi5ThI2eB6A49zqSztMibGbS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JeXiBPeycPKOTmXNoK2QlreDv2SPpwPP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:17px;left:892.60000610352px; }
#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c364c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { background-color: transparent; background-image: none; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container > .video-iframe-container { display: none; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row > .video-iframe-container { display: none; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .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); }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { border-width: 0; border-radius: 0; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { font-size:14px;font-family:arial;height:123px;width:960px;position:relative;display:block; }#o90SHuFxu5tTryiSdUD8fFkls0Mha5IV { color:#ffffff;display:block;width:649px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;text-shadow:2px 2px 5px rgba(0,0,0,0.5);top:45.387500762939px;left:155.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVIlogiavSc9TkDCDzUXCVv6IpGS45im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(88,86,95,0.39);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container { background-color: transparent; background-image: none; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container > .video-iframe-container { display: none; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row > .video-iframe-container { display: none; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .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); }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container { border-width: 0; border-radius: 0; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container { font-size:14px;font-family:arial;height:374px;width:960px;position:relative;display:block; }#nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { color:#e6e1e2;display:block;width:862px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:96px;left:45px;height:23.4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxSOuqeRELhduc9PRz0OII8nuHzrfdSQ { color:#ffffff;display:block;width:808px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:116px;left:64px;height:62.4px;display:block; }
#Kh51PHrz2iWX8VAuZCaaEwN14RTJ3ccQ { position:absolute;display:block;z-index:15004;background-color:rgba(143,144,152,0.61);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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:224px;width:928px;top:65px;left:11px;display:block; }
#GpLwNaENAeJG4xzU1ZchtgJkdyez6TsW { position:absolute;display:block;z-index:15060;background-color:#62636b;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:62px;width:273px;top:35px;left:11px;display:block; }
#eTnD4Ghulz26JBaK16XzRTyVTKCenNe6 { color:#ffffff;display:block;width:245px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;text-shadow:2px 2px 5px rgba(0,0,0,0.5);top:53px;left:23px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvfTcK3dDTMLqXkps4yyuhHn7pBEOHMd { position:absolute;display:block;z-index:15053;background-color:#62636b;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:226px;width:10px;top:67px;left:11px;display:block; }
#rTriQNmGLwRn9RsAVMZzsXmLocVpqyfc { color:#ffffff;display:block;width:808px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:227px;left:64px;height:41.6px;display:block; }
#yJn6NHsTv5vaDi4G06XdTr07BqTvU2HS { color:#ffffff;display:block;width:881px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:185px;left:60px;height:20.8px;display:block; }
#LTa9JiSgh2AnDzvfaQT8i3dh0Hm0zprU { position:absolute;display:block;z-index:15079;background-color:#62636b;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:111px;border-top-right-radius:111px;border-bottom-left-radius:111px;border-bottom-right-radius:111px;box-shadow: none;height:30px;width:30px;top:116px;left:26px;display:block; }
#ow9af7oiMceJEmANHTDoF68UJhfbUu95 { position:absolute;display:block;z-index:15080;background-color:#62636b;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:111px;border-top-right-radius:111px;border-bottom-left-radius:111px;border-bottom-right-radius:111px;box-shadow: none;height:30px;width:30px;top:180px;left:26px;display:block; }
#Rq1Vfgkdu8fCd9zxCm4F1ClkbuhNkSiL { position:absolute;display:block;z-index:15081;background-color:#62636b;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:111px;border-top-right-radius:111px;border-bottom-left-radius:111px;border-bottom-right-radius:111px;box-shadow: none;height:30px;width:30px;top:232px;left:25px;display:block; }
#TTT01lJay2JykEgWLnf11gDk2nmCJF6E { color:#ffffff;display:block;width:14px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:120px;left:35px;height:20.8px;font-style:normal;display:block; }
#DBFS9oyKcil5wC0l4eqSvB3DuHEKpPDG { color:#ffffff;display:block;width:14px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:184px;left:36px;height:20.8px;font-style:normal;display:block; }
#ZaZgeSVfVve9GQ8b4xXTTh7eVtboDxR7 { color:#ffffff;display:block;width:14px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:236px;left:34px;height:20.8px;font-style:normal;display:block; }
#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7e2bcbe-92df-4ec4-bf6b-7e2c89715cbe/Sinttulo19201500px19201700px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw.adaptive-delivery-prevent-bg, #wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw.lazyload, #wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw.lazyloading { background-image: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { background-color: transparent; background-image: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,45,98,0.42); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container > .video-iframe-container { display: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,45,98,0.42); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container { display: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .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); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { border-width: 0; border-radius: 0; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { font-size:14px;font-family:arial;height:768px;width:960px;position:relative;display:block; }#CquhP6p2UrzbPHzrSPNPGBdAb02hk49U { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:3px solid #edac0a;border-left:3px solid #edac0a;border-right:3px solid #edac0a;border-bottom:3px solid #edac0a;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:24px;width:24px;top:26px;left:925px;display:none; }
#lXcCaaTFAlFFzsb69dfARtLaBq1g4k0h { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:209px;left:520px; }
#umTm9zByq48aWT3aBrb0ISHVOUdmuu03 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:209px;left:470px; }
#MdVEokgULUlNNzCbQvExEZ4UIyVHqXXN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:210px;left:422px; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-form-header {  }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:700;color:rgba(38,41,44,0.76);width:639px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-text { background-color:rgba(245,245,245,0.82);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:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:639px;box-sizing:border-box;height:41px;color:#3d454c;font-size:14px;overflow:hidden;font-family:"roboto regular";vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-text {padding-top: 0; padding-bottom: 0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-textarea { background-color:rgba(245,245,245,0.82);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:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:639px;box-sizing:border-box;height:70px;color:#3d454c;font-size:14px;overflow:hidden;font-family:"roboto regular";vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:639px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select {padding-top: 0; padding-bottom: 0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#6d9fcb;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:157px;margin-bottom:4px;margin-left:157px;display:block;box-sizing:border-box;font-size:15px;font-weight:300;color:#f2f9ff;width:325px;height:43px;font-family:roboto;overflow:hidden;font-style:normal;box-shadow: 2px 2px 3px rgba(0,0,0,0.5) ;text-shadow:1px 1px 3px rgba(0,0,0,0.5);line-height:1.3; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]:-moz-placeholder { color:#4f5255;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-moz-placeholder { color:#4f5255;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]:-ms-input-placeholder { color:#4f5255;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-webkit-input-placeholder { color:#4f5255;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .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:11px;font-weight:300;color:#000000;vertical-align:top;width:619px;overflow:hidden;font-style:normal;float:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:23px;vertical-align:middle;font-family:arial;font-size:13px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-container { padding-top:7px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-container:first-of-type{padding-top:0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-container:last-of-type{padding-bottom:0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe  { background-color:rgba(255,255,255,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:639px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.53) ;left:155.5px;top:259px;z-index:14998;position:absolute; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:639px;display:block;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe {display:block;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe { background-color:rgba(255,255,255,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:639px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.53) ;left:155.5px;top:259px;z-index:14998;position:absolute; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #WGhRATrlAreR71nqc6y9AKbgBgFygfoa { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BEpeupQ4kcuwlTxm7PyqbTk65hB7N4VN { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qcu8A6SmNru6AMTGUeiVRDRqwfK5rN61 { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JJ7kF5fagEcg6LVnvXypzq4J83Lyp4Tu { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #CAuerp6FFR96JiKgaECnGwwTbPLRohW6 { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lyonhtRd9VLouiGDWAnZvwHubD0ZWv1M { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #vTmWB2RReE6P6e2mTDaDXFinVZ43Sphh { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #INoMWzgNkiaGUsBbKHW5UzozCeLEHf1a { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qyRpnm3AGBKs4fiRwC4nP019QeBx7die { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #q9OG9rGTeQGVdSye3G22SQg3GWwF4Eah { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZATbv7DZtoLeaIMf1Oq7Z1JmfTx4lFiq { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #z7Z3Vw035fOekJDTo7Zz1axwbn31TLVt { position:relative; }
#wPvwsndTJoDdMM1RqJHIiCZ8q7N630Rs { position:relative;display:block;z-index:100000;display:block; }
#lzrHmM4XrB8qOrP2xFhi6ng3oiTvqoSr { position:relative;display:block;z-index:100000;display:block; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lIZkDe3DTFed5TsxDwRa9PxopVkeZDB3 { position:relative;z-index:1; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #soI3vvANsuoDc2ep0snkFnfRVKE6eyGB { position:relative; }
#KCzUnCabz7nt23fxkuJtBrdlhvTApUuX { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:3px solid #5ec6f4;border-left:3px solid #5ec6f4;border-right:3px solid #5ec6f4;border-bottom:3px solid #5ec6f4;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:0;width:0;top:761.22221374512px;left:936.66668701172px;display:block; }
#nbvKGu8BRZrM4JuqbQrfMwbd0CGF7gd7 { color:#e6e1e2;display:block;width:891px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:119.96981811523px;left:49.5px;height:49.4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCO0qiUHnNLBiqliF5S3yFw1r1WpTwyz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:194px;left:421px; }
#cAH4lpDXsTi5oyqzezp3Re8lTQKLGNaa { position:absolute;display:block;z-index:14997;background-color:#7f96ac;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:108px;width:938px;top:90.675003051758px;left:10px;display:block; }
#mNKmblDEqze2uZyWN7lkQD3h3LL3bIHf { position:absolute;display:block;z-index:15055;background-color:#616f90;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:109px;width:12px;top:90.650009155273px;left:10px;display:block; }
#Dpy3GDaE5CJw5Bh6PO9OK0z3NeP6A5F0 { position:absolute;display:block;z-index:15057;background-color:#616f90;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:61px;width:284px;top:42px;left:10px;display:block; }
#NzI3PAfw0SH5uLqKrvFkG16rgrPOzfts { color:#ffffff;display:block;width:254px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:61.287536621094px;left:26px;height:23.4px;display:block; }
#gPRcQknrgUOKobnekamMQG33LhGo65u1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:194.00001525879px;left:470.80001831055px; }
#bt6XQZZCmfNK2WRGFaJZ5Wui4aHEwZ39 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:194.00001525879px;left:520.00003051758px; }
#ZU59VPCey4moStRq7XS7L7gm8tcnWSnu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:119.97799682617px;left:22.300018310547px; }
#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212529;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { background-color: transparent; background-image: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container > .video-iframe-container { display: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row > .video-iframe-container { display: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .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); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { border-width: 0; border-radius: 0; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#h8Xyxapm7msGxP6dlulxedOnrkp2ibUh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:134px;top:39.287506103516px;left:399.00003051758px;overflow:hidden;display:block; }
#TGdVleq5des0mT39aiWbxVIqOSGyRJRz { color:#d5c8c8;display:block;width:462px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:136px;left:249px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#kwUOcv8wrhti59uH6esTubntHkMvgIgu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:50.5px;left:10.825012207031px; }
#IIxkNapTJ2aJBuOwNMSJKuPaUaheMtyk { color:#979797;display:block;width:169px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:57.787475585938px;left:37.800018310547px;height:20.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dAbqALURD5GZ0GUOTi1zwNn1OKBtOoRw { color:#979797;display:block;width:291.975px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:53.787506103516px;left:668.02499389648px;height:20.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDwJa1vztG9akrvw6TuXmi7VbAWAxUsZ { color:#979797;display:block;width:211px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:83.800018310547px;left:692.17501831055px;height:20.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2eqVTSz6nJ6ZaamnaCGWQcdkJwuCQZr { color:#c0c0c0;display:block;width:272.987px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:2px 2px 3px #424345;top:17.6875px;left:10.825012207031px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWfmnp2wtXL18fWDJrvBTbzKfSRpLPbX { color:#c0c0c0;display:block;width:272.975px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:2px 2px 3px #424345;top:17.6875px;left:677.52499389648px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v00OoTyzcmgEvVedLrkqgGflKkk6aluV { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:49.5px;left:902.37503051758px; }
#v00OoTyzcmgEvVedLrkqgGflKkk6aluV > img { max-width: 100%;max-height:100%; width:25px; height:25px; }#IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:81.799987792969px;left:903.1750793457px; }
#IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 > img { max-width: 100%;max-height:100%; width:25px; height:25px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hRg3tdr4bi55dalNvIXPeu4AD5C781kH { display:block; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTbRffykE6xIUgPyHxmPJJTxk0Dsnqxa { top:8px;left:0px;width:115px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #MtTvZQnBQfFXbGO16u5si5TTdxa2AsCN { width:131px;height:55px;top:0px;left:633px;display:block; }
 }@media only screen and (max-width: 763px) { #wddmI5hkKi5ThI2eB6A49zqSztMibGbS { display:block; }
 }@media only screen and (max-width: 763px) { #JeXiBPeycPKOTmXNoK2QlreDv2SPpwPP { top:17px;left:743px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a { display:block; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o90SHuFxu5tTryiSdUD8fFkls0Mha5IV { width:649px;height:;top:45px;left:57.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XVIlogiavSc9TkDCDzUXCVv6IpGS45im { display:block; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { top:96px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WxSOuqeRELhduc9PRz0OII8nuHzrfdSQ { top:116px;left:0px;width:764px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kh51PHrz2iWX8VAuZCaaEwN14RTJ3ccQ { top:65px;left:0px;width:764px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #GpLwNaENAeJG4xzU1ZchtgJkdyez6TsW { top:35px;left:0px;width:273px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #eTnD4Ghulz26JBaK16XzRTyVTKCenNe6 { width:245px;height:25px;top:53px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uvfTcK3dDTMLqXkps4yyuhHn7pBEOHMd { top:67px;left:0px;width:10px;height:226px;display:block; }
 }@media only screen and (max-width: 763px) { #rTriQNmGLwRn9RsAVMZzsXmLocVpqyfc { top:227px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yJn6NHsTv5vaDi4G06XdTr07BqTvU2HS { top:185px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTa9JiSgh2AnDzvfaQT8i3dh0Hm0zprU { top:116px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ow9af7oiMceJEmANHTDoF68UJhfbUu95 { top:180px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1Vfgkdu8fCd9zxCm4F1ClkbuhNkSiL { top:232px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TTT01lJay2JykEgWLnf11gDk2nmCJF6E { top:120px;left:0px;width:14px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DBFS9oyKcil5wC0l4eqSvB3DuHEKpPDG { top:184px;left:0px;width:14px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaZgeSVfVve9GQ8b4xXTTh7eVtboDxR7 { top:236px;left:0px;width:14px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw { display:block; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CquhP6p2UrzbPHzrSPNPGBdAb02hk49U { top:26px;left:734px;width:24px;height:24px;display:none; }
 }@media only screen and (max-width: 763px) { #lXcCaaTFAlFFzsb69dfARtLaBq1g4k0h { top:209px;left:422px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #umTm9zByq48aWT3aBrb0ISHVOUdmuu03 { top:209px;left:372px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #MdVEokgULUlNNzCbQvExEZ4UIyVHqXXN { top:210px;left:324px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe  { width:240px;height:auto; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe {display:block;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #WGhRATrlAreR71nqc6y9AKbgBgFygfoa {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BEpeupQ4kcuwlTxm7PyqbTk65hB7N4VN {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qcu8A6SmNru6AMTGUeiVRDRqwfK5rN61 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JJ7kF5fagEcg6LVnvXypzq4J83Lyp4Tu {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #CAuerp6FFR96JiKgaECnGwwTbPLRohW6 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lyonhtRd9VLouiGDWAnZvwHubD0ZWv1M {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #vTmWB2RReE6P6e2mTDaDXFinVZ43Sphh {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #INoMWzgNkiaGUsBbKHW5UzozCeLEHf1a {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qyRpnm3AGBKs4fiRwC4nP019QeBx7die {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #q9OG9rGTeQGVdSye3G22SQg3GWwF4Eah {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZATbv7DZtoLeaIMf1Oq7Z1JmfTx4lFiq {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #z7Z3Vw035fOekJDTo7Zz1axwbn31TLVt {  }
 }@media only screen and (max-width: 763px) { #wPvwsndTJoDdMM1RqJHIiCZ8q7N630Rs { display:block; }
 }@media only screen and (max-width: 763px) { #lzrHmM4XrB8qOrP2xFhi6ng3oiTvqoSr { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lIZkDe3DTFed5TsxDwRa9PxopVkeZDB3 { z-index:1; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #soI3vvANsuoDc2ep0snkFnfRVKE6eyGB {  }
 }@media only screen and (max-width: 763px) { #KCzUnCabz7nt23fxkuJtBrdlhvTApUuX { top:761px;left:758px;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nbvKGu8BRZrM4JuqbQrfMwbd0CGF7gd7 { top:119px;left:0px;width:764px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nCO0qiUHnNLBiqliF5S3yFw1r1WpTwyz { top:194px;left:323px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #cAH4lpDXsTi5oyqzezp3Re8lTQKLGNaa { top:90px;left:0px;width:764px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #mNKmblDEqze2uZyWN7lkQD3h3LL3bIHf { top:90px;left:0px;width:12px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #Dpy3GDaE5CJw5Bh6PO9OK0z3NeP6A5F0 { top:42px;left:0px;width:284px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #NzI3PAfw0SH5uLqKrvFkG16rgrPOzfts { top:61px;left:0px;width:254px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gPRcQknrgUOKobnekamMQG33LhGo65u1 { top:194px;left:372.80001831055px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bt6XQZZCmfNK2WRGFaJZ5Wui4aHEwZ39 { top:194px;left:422.00003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59VPCey4moStRq7XS7L7gm8tcnWSnu { top:119px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k { display:none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8Xyxapm7msGxP6dlulxedOnrkp2ibUh { top:39px;left:301.00003051758px;width:134px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #TGdVleq5des0mT39aiWbxVIqOSGyRJRz { top:136px;left:151px;width:462px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kwUOcv8wrhti59uH6esTubntHkMvgIgu { top:50px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IIxkNapTJ2aJBuOwNMSJKuPaUaheMtyk { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #dAbqALURD5GZ0GUOTi1zwNn1OKBtOoRw { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #kDwJa1vztG9akrvw6TuXmi7VbAWAxUsZ { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #R2eqVTSz6nJ6ZaamnaCGWQcdkJwuCQZr { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #dWfmnp2wtXL18fWDJrvBTbzKfSRpLPbX { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #v00OoTyzcmgEvVedLrkqgGflKkk6aluV { top:49px;left:739px;width:25px;height:25px;display:block; }
#v00OoTyzcmgEvVedLrkqgGflKkk6aluV > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 { top:81px;left:739px;width:25px;height:25px;display:block; }
#IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hRg3tdr4bi55dalNvIXPeu4AD5C781kH { position:relative;z-index:auto;display:block; }#hRg3tdr4bi55dalNvIXPeu4AD5C781kH > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTbRffykE6xIUgPyHxmPJJTxk0Dsnqxa { width:115px;height:38px;top:29px;left:26.587498664856px;display:block; }
 }@media only screen and (max-width: 763px) { #MtTvZQnBQfFXbGO16u5si5TTdxa2AsCN { width:131px;height:55px;top:20.5px;left:150.7874994278px;display:block; }
 }@media only screen and (max-width: 763px) { #wddmI5hkKi5ThI2eB6A49zqSztMibGbS { display:block; }
 }@media only screen and (max-width: 763px) { #JeXiBPeycPKOTmXNoK2QlreDv2SPpwPP { display:flex;width:21px;height:21px;top:37.5px;left:280.99999332428px; }
 }@media only screen and (max-width: 763px) { #ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a { display:block; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o90SHuFxu5tTryiSdUD8fFkls0Mha5IV { width:191px;height:56px;top:18.75px;left:55.000000953674px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XVIlogiavSc9TkDCDzUXCVv6IpGS45im { display:block; }#XVIlogiavSc9TkDCDzUXCVv6IpGS45im > .row .container { width:320px;height:648px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { width:318px;height:23.4px;top:28.95832824707px;left:1.9861106872559px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WxSOuqeRELhduc9PRz0OII8nuHzrfdSQ { width:263px;height:166.4px;top:114px;left:49px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kh51PHrz2iWX8VAuZCaaEwN14RTJ3ccQ { width:320px;height:494px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GpLwNaENAeJG4xzU1ZchtgJkdyez6TsW { width:273px;height:62px;top:29px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #eTnD4Ghulz26JBaK16XzRTyVTKCenNe6 { width:245px;height:25.2px;top:48px;left:11px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uvfTcK3dDTMLqXkps4yyuhHn7pBEOHMd { width:10px;height:493px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rTriQNmGLwRn9RsAVMZzsXmLocVpqyfc { width:268px;height:104px;top:414px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yJn6NHsTv5vaDi4G06XdTr07BqTvU2HS { width:270px;height:41.6px;top:333px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTa9JiSgh2AnDzvfaQT8i3dh0Hm0zprU { width:30px;height:30px;top:112px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ow9af7oiMceJEmANHTDoF68UJhfbUu95 { width:30px;height:30px;top:328px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1Vfgkdu8fCd9zxCm4F1ClkbuhNkSiL { width:30px;height:30px;top:412px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TTT01lJay2JykEgWLnf11gDk2nmCJF6E { width:14px;height:20.8px;top:116px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DBFS9oyKcil5wC0l4eqSvB3DuHEKpPDG { width:14px;height:20.8px;top:330px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaZgeSVfVve9GQ8b4xXTTh7eVtboDxR7 { width:14px;height:20.8px;top:416px;left:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw { background-color:#949ea4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { background-color: transparent; background-image: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container > .video-iframe-container { display: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container { display: none; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .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); }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { border-width: 0; border-radius: 0; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbO6TPXapBrfR2kbWsoz1EX822Z58Ncw > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CquhP6p2UrzbPHzrSPNPGBdAb02hk49U { width:10px;height:10px;top:340.18055725098px;left:263.5416765213px;z-index:15009;border-top:3px solid #5ec6f4;border-left:3px solid #5ec6f4;border-right:3px solid #5ec6f4;border-bottom:3px solid #5ec6f4;display:block; }
 }@media only screen and (max-width: 763px) { #lXcCaaTFAlFFzsb69dfARtLaBq1g4k0h { display:flex;width:50px;height:50px;top:263px;left:185px; }
 }@media only screen and (max-width: 763px) { #umTm9zByq48aWT3aBrb0ISHVOUdmuu03 { display:flex;width:50px;height:50px;top:263px;left:135px; }
 }@media only screen and (max-width: 763px) { #MdVEokgULUlNNzCbQvExEZ4UIyVHqXXN { display:flex;width:50px;height:50px;top:263px;left:85px; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-regular-label { width:245px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-text { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-text {padding-top: 0; padding-bottom: 0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-textarea { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select {padding-top: 0; padding-bottom: 0;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-button { width:124px;margin-top:4px;margin-right:60px;margin-bottom:4px;margin-left:60px;height:35px;line-height:1; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]:-moz-placeholder { font-size:11px; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-moz-placeholder { font-size:11px; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]:-ms-input-placeholder { font-size:11px; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-webkit-input-placeholder { font-size:11px; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-checkbox-label { width:225px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe  { width:245px;height:auto;top:325.98749542236px;left:17.487500190735px;z-index:15047; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .radio-container { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe {display:block;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe { width:245px;height:auto;top:325.98749542236px;left:17.487500190735px;z-index:15047; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #WGhRATrlAreR71nqc6y9AKbgBgFygfoa {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BEpeupQ4kcuwlTxm7PyqbTk65hB7N4VN { display:none; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qcu8A6SmNru6AMTGUeiVRDRqwfK5rN61 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JJ7kF5fagEcg6LVnvXypzq4J83Lyp4Tu {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #CAuerp6FFR96JiKgaECnGwwTbPLRohW6 { display:none; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lyonhtRd9VLouiGDWAnZvwHubD0ZWv1M {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #vTmWB2RReE6P6e2mTDaDXFinVZ43Sphh {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #INoMWzgNkiaGUsBbKHW5UzozCeLEHf1a {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qyRpnm3AGBKs4fiRwC4nP019QeBx7die {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #q9OG9rGTeQGVdSye3G22SQg3GWwF4Eah {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZATbv7DZtoLeaIMf1Oq7Z1JmfTx4lFiq {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #z7Z3Vw035fOekJDTo7Zz1axwbn31TLVt {  }
 }@media only screen and (max-width: 763px) { #wPvwsndTJoDdMM1RqJHIiCZ8q7N630Rs { display:block; }
 }@media only screen and (max-width: 763px) { #lzrHmM4XrB8qOrP2xFhi6ng3oiTvqoSr { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #lIZkDe3DTFed5TsxDwRa9PxopVkeZDB3 { z-index:1; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #soI3vvANsuoDc2ep0snkFnfRVKE6eyGB {  }
 }@media only screen and (max-width: 763px) { #KCzUnCabz7nt23fxkuJtBrdlhvTApUuX { width:0;height:0;top:1730.6582777235px;left:170.125px;border-top:2px solid #9bcfed;border-left:2px solid #9bcfed;border-right:2px solid #9bcfed;border-bottom:2px solid #9bcfed;display:none; }
 }@media only screen and (max-width: 763px) { #nbvKGu8BRZrM4JuqbQrfMwbd0CGF7gd7 { width:300px;height:93.6px;top:119.06005859375px;left:18px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nCO0qiUHnNLBiqliF5S3yFw1r1WpTwyz { display:flex;width:50px;height:50px;top:254.00245666504px;left:185.00000858307px; }
 }@media only screen and (max-width: 763px) { #cAH4lpDXsTi5oyqzezp3Re8lTQKLGNaa { width:320px;height:134px;top:110.98481750488px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mNKmblDEqze2uZyWN7lkQD3h3LL3bIHf { width:12px;height:138px;top:110.97500324249px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dpy3GDaE5CJw5Bh6PO9OK0z3NeP6A5F0 { width:284px;height:61px;top:32.287719726562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NzI3PAfw0SH5uLqKrvFkG16rgrPOzfts { width:254px;height:23.4px;top:51.090179443359px;left:10.324999809265px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gPRcQknrgUOKobnekamMQG33LhGo65u1 { display:flex;width:50px;height:50px;top:254.00514984131px;left:135.00000858307px; }
 }@media only screen and (max-width: 763px) { #bt6XQZZCmfNK2WRGFaJZ5Wui4aHEwZ39 { display:flex;width:50px;height:50px;top:253.52519226074px;left:85.800004005432px; }
 }@media only screen and (max-width: 763px) { #ZU59VPCey4moStRq7XS7L7gm8tcnWSnu { display:flex;width:28px;height:28px;top:1487.3000488281px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k { background-color:#212529;background-image:none;display:block; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { background-color: transparent; background-image: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container > .video-iframe-container { display: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row > .video-iframe-container { display: none; }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .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); }#AgE94CyG1ThyUxvQcrH1gTAV5MJ6z28k > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8Xyxapm7msGxP6dlulxedOnrkp2ibUh { width:141px;height:92px;top:37.775001525879px;left:75.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TGdVleq5des0mT39aiWbxVIqOSGyRJRz { width:280px;height:46.8px;top:423.20000457764px;left:34.500000953674px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kwUOcv8wrhti59uH6esTubntHkMvgIgu { display:flex;width:35px;height:35px;top:163.50000762939px;left:54.800004005432px; }
 }@media only screen and (max-width: 763px) { #IIxkNapTJ2aJBuOwNMSJKuPaUaheMtyk { width:169px;height:19.2px;top:171.40000152588px;left:75.500000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dAbqALURD5GZ0GUOTi1zwNn1OKBtOoRw { width:291px;height:19.2px;top:292px;left:29px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kDwJa1vztG9akrvw6TuXmi7VbAWAxUsZ { width:211px;height:19.2px;top:334px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R2eqVTSz6nJ6ZaamnaCGWQcdkJwuCQZr { width:272px;height:19.2px;top:128.98749542236px;left:24.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dWfmnp2wtXL18fWDJrvBTbzKfSRpLPbX { width:272px;height:19.2px;top:246.90001678467px;left:24.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v00OoTyzcmgEvVedLrkqgGflKkk6aluV { display:flex;width:25px;height:25px;top:289.09999847412px;left:54.800004005432px; }
#v00OoTyzcmgEvVedLrkqgGflKkk6aluV > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }@media only screen and (max-width: 763px) { #IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 { display:flex;width:25px;height:25px;top:331.09999847412px;left:59.800004005432px; }
#IJCDzZ2Aowpy5kgZQr9Uox5KdTogzO46 > img { max-width: 100%;max-height:100%; width:25px; height:25px; } }