.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: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); }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,54,76,0.6);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:149px;width:960px;position:relative;display:block; }#o90SHuFxu5tTryiSdUD8fFkls0Mha5IV { color:#ffffff;display:block;width:606px;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:69.300003051758px;left:188.01251220703px;height:64.4px;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; }
#kFWDJMvKqCnADCq1M0iyXKWuzFvS1G4m { position:absolute;display:block;z-index:15051;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:15px;width:15px;top:69.100006103516px;left:901.19999694824px;display:block; }
#uP26aQGrvyn5yvcE8viSIIOJvnGL4Nhw { position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;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:41px;width:41px;top:22.837501525879px;left:901.19999694824px;display:block; }
#G7VPEqRsKWyRE2r5CPXGSQX4GDfAlDhv { position:absolute;display:block;z-index:15052;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:10px;width:10px;top:74px;left:950.00004577637px;display:block; }
#PN1BLf0FElBch2XRKHilISKPsisXUKti { position:absolute;display:block;z-index:15054;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;height:93px;width:117px;top:41.487499237061px;left:0px;overflow:hidden;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:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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(28,54,76,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(28,54,76,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:1216px;width:960px;position:relative;display:block; }#TLgPyl2fKTl2lUXotnQHcbW9DRrVUVWR { position:absolute;display:block;z-index:15008;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:10px;width:10px;top:440.23056793213px;left:343.77777099609px;display:block; }
#F3g8f7MLQZ5TmtnBvUPPniM5mIVO93lC { position:absolute;display:block;z-index:15008;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:36px;width:36px;top:398.89725494385px;left:302.44445800781px;display:block; }
#IFJEHUvrZ0Br4KvAP8PivHy5H5amxfs2 { position:absolute;display:block;z-index:15060;background-color:#5ec6f4;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:22px;width:22px;top:377.77498245239px;left:340.44445800781px;display:block; }
#ImPQqixswdctS8AcoCZOKDolcuRkGcLi { 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; }
#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; }
#Zf1XHydQ6Jwa6iIS4x534bgJXfSdivqZ { 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:15054;opacity:1;top:256px;left:359px; }
#SgPpMb3oFTPb92ADdzbITiTgTO9Z9o4A { 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:15055;opacity:1;top:256px;left:409px; }
#MBvqGvPB2164wx2tkPZJGyhvJspifeHH { 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:15056;opacity:1;top:256px;left:459px; }
#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:271px;left:459px; }
#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:271px;left:409px; }
#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:272px;left:361px; }
#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:515px;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:515px;box-sizing:border-box;height:41px;color:#a3a9ae;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:515px;box-sizing:border-box;height:70px;color:#a3a9ae;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:515px;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:126px;margin-bottom:4px;margin-left:126px;display:block;box-sizing:border-box;font-size:15px;font-weight:300;color:#f2f9ff;width:262px;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:#74797d;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-moz-placeholder { color:#74797d;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]:-ms-input-placeholder { color:#74797d;font-family:roboto;font-size:14px;font-weight:300;font-style:normal; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe [class*="-text"]::-webkit-input-placeholder { color:#74797d;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:495px;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:515px;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:358.57504272461px;top:340.6875px;z-index:14998;position:absolute; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:515px;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:515px;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:358.57504272461px;top:340.6875px;z-index:14998;position:absolute; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZLXmT5SZtUF9TxCaK8I4UHn0xxMxzHAO { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #NSfue0GulWCshX3g4fAdHWRTPEq6UJqL { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Lm5vadERM1P0pomp4lNTZ05tPbDLqsEu { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #f5SgolM5KivOxVnt2tV2wQpk8uvhF5da { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #hgPRXRXThxvPNHxXNtTeTOHwRUlMo4RG { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TrspVPtv7BIRe0d5amO3FaCVBZHOv4m3 { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #VF6oS3mwUsaOmV49yV1WBHCJTFIIMSTN { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Tqrtvh8KVZ9DKwRT86OsXWbpuxpZSlEW { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #X1ePCnQZQ9NVTQDr1AOnDz3ovWF6qk0f { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BIuXPl6yn14rU0Bhog8aoS01ZPraUffN { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZnTMiGPQ76M4qU13oPoNuc29nC9dBeJZ { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Cw3uwCvRWISTnT75icaBtyaebE9RKrIT { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #bfJTUEWyJNEgQCV7CnbX7B1rbcmMMaLP { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Hrn372lv9OEywnwfgyD99CnZxlWxCMu1 { position:relative;z-index:2; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #IJ79q18FyGRHEq6tLhGpIn6xlanUJJCT { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #WGhRATrlAreR71nqc6y9AKbgBgFygfoa { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BEpeupQ4kcuwlTxm7PyqbTk65hB7N4VN { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qcu8A6SmNru6AMTGUeiVRDRqwfK5rN61 { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #n6FzrWDG2OolMsHBLNo24OyiAoTk9y6M { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JTvf5eb826bcg0PQF3gOEc2a2KNM0g8g { position:relative;z-index:2; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #rF4Oyhln1hEvD9BPn3d0614p23Gp0ArR { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #KIkaqfnrSFDw8l2JQn1sQtTaR48BiXbD { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #J7sbwCov5waoEdSGsJIB2Z8fkr41DSoL { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ALxTJbCGGonMRJ0mGDHyCqxPJ9rM7vOf { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ft6RSATvTKg3N60WDv6KIhaLOWHSxUN7 { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #PkTeOFc2b0nOwDwxvDdNTFQwvtSnz8i4 { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #O4PAP4vK7s6oTebZT9fs7vumBbNH3SIo { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #xDH4BphIToTMmfMlJQFJS5eWe0i9VGS7 { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #SMOddZHEuXT5pxZMT3i4bvCDOD4435k5 { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TCIwepSfPok472v8hxTlpuWuDQZChFVa { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #slVeRHXoMrFEeKorJWxTLIQo7r1v3q7g { position:relative; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ztNFQk7gLIQOe3EoN5oP8XdCymbRol9p { position:relative;display:none; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #RdMqpRq6IQ7QDD0bgEG8FbmXMBspTSd4 { position:relative; }
#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; }
#QrPrSPlH6XLmBnCtBDrG6QaIUuwCpDyR { 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:36px;width:36px;top:699.22221374512px;left:918.66668701172px;display:block; }
#O2JOJl3yOu2wPRP1ClJwTekaagptaTAz { position:absolute;display:block;z-index:15061;background-color:#5ec6f4;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:22px;width:22px;top:761.22221374512px;left:906.00006103516px;display:block; }
#nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { color:#e6e1e2;display:block;width:596px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.993924713133px;left:358.57499694824px;height:247px;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; }
#vQPdGskuTUKJkLKVArZKT5siINWQmrWE { 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; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { background-color: transparent; background-image: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container > .video-iframe-container { display: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row > .video-iframe-container { display: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .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); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { border-width: 0; border-radius: 0; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#Q1k5FCsdaigKIIqqaULA9Zv2oOSa6g1u { 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;height:88px;width:134px;top:39.287506103516px;left:399.00003051758px;overflow:hidden;display:block; }
#vwVrBunwExTsT0UoeLFDALPTM23Uf61Z { 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; }
#MLoOTJSQh15gZhHIXeE2md9duW8HAMTL { 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; }
#ViVqiFguKtSn4g7X6A5coBxc2zZrD0ns { 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; }
#THgO6lPzNRoGJB9C7pF0xeFJ4hPcxLv5 { 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; }
#ph5rpLCieOdu3mAKaPTtOATHIOlTHWTI { 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; }
#PTxoRpUCs8P5WBTHrWc7eU8QxVlRtVAm { 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; }
#RVzniBwwfT6iJK0K14q1BNXe0xE6e7cK { 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; }
#ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW { 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; }
#ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW > img { max-width: 100%;max-height:100%; }#q3THqfF4sHBocewLaFyW3MlacvEzfiLW { 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; }
#q3THqfF4sHBocewLaFyW3MlacvEzfiLW > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;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:606px;height:64px;top:69px;left:90.012512207031px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kFWDJMvKqCnADCq1M0iyXKWuzFvS1G4m { top:69px;left:743px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uP26aQGrvyn5yvcE8viSIIOJvnGL4Nhw { top:22px;left:717px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #G7VPEqRsKWyRE2r5CPXGSQX4GDfAlDhv { top:74px;left:754px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #PN1BLf0FElBch2XRKHilISKPsisXUKti { top:41px;left:0px;width:117px;height:93px;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) { #TLgPyl2fKTl2lUXotnQHcbW9DRrVUVWR { top:440px;left:245.77777099609px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #F3g8f7MLQZ5TmtnBvUPPniM5mIVO93lC { top:398px;left:204.44445800781px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #IFJEHUvrZ0Br4KvAP8PivHy5H5amxfs2 { top:377px;left:242.44445800781px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQqixswdctS8AcoCZOKDolcuRkGcLi { top:26px;left:734px;width:24px;height:24px;display:none; }
 }@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) { #Zf1XHydQ6Jwa6iIS4x534bgJXfSdivqZ { top:256px;left:261px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #SgPpMb3oFTPb92ADdzbITiTgTO9Z9o4A { top:256px;left:311px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #MBvqGvPB2164wx2tkPZJGyhvJspifeHH { top:256px;left:361px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #lXcCaaTFAlFFzsb69dfARtLaBq1g4k0h { top:271px;left:361px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #umTm9zByq48aWT3aBrb0ISHVOUdmuu03 { top:271px;left:311px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #MdVEokgULUlNNzCbQvExEZ4UIyVHqXXN { top:272px;left:263px;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 #ZLXmT5SZtUF9TxCaK8I4UHn0xxMxzHAO {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #NSfue0GulWCshX3g4fAdHWRTPEq6UJqL {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Lm5vadERM1P0pomp4lNTZ05tPbDLqsEu {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #f5SgolM5KivOxVnt2tV2wQpk8uvhF5da {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #hgPRXRXThxvPNHxXNtTeTOHwRUlMo4RG {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TrspVPtv7BIRe0d5amO3FaCVBZHOv4m3 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #VF6oS3mwUsaOmV49yV1WBHCJTFIIMSTN {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Tqrtvh8KVZ9DKwRT86OsXWbpuxpZSlEW {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #X1ePCnQZQ9NVTQDr1AOnDz3ovWF6qk0f {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BIuXPl6yn14rU0Bhog8aoS01ZPraUffN {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZnTMiGPQ76M4qU13oPoNuc29nC9dBeJZ {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Cw3uwCvRWISTnT75icaBtyaebE9RKrIT {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #bfJTUEWyJNEgQCV7CnbX7B1rbcmMMaLP {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Hrn372lv9OEywnwfgyD99CnZxlWxCMu1 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #IJ79q18FyGRHEq6tLhGpIn6xlanUJJCT {  }
 }@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 #n6FzrWDG2OolMsHBLNo24OyiAoTk9y6M {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JTvf5eb826bcg0PQF3gOEc2a2KNM0g8g {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #rF4Oyhln1hEvD9BPn3d0614p23Gp0ArR {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #KIkaqfnrSFDw8l2JQn1sQtTaR48BiXbD {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #J7sbwCov5waoEdSGsJIB2Z8fkr41DSoL {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ALxTJbCGGonMRJ0mGDHyCqxPJ9rM7vOf {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ft6RSATvTKg3N60WDv6KIhaLOWHSxUN7 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #PkTeOFc2b0nOwDwxvDdNTFQwvtSnz8i4 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #O4PAP4vK7s6oTebZT9fs7vumBbNH3SIo {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #xDH4BphIToTMmfMlJQFJS5eWe0i9VGS7 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #SMOddZHEuXT5pxZMT3i4bvCDOD4435k5 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TCIwepSfPok472v8hxTlpuWuDQZChFVa {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #slVeRHXoMrFEeKorJWxTLIQo7r1v3q7g {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ztNFQk7gLIQOe3EoN5oP8XdCymbRol9p {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #RdMqpRq6IQ7QDD0bgEG8FbmXMBspTSd4 {  }
 }@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) { #QrPrSPlH6XLmBnCtBDrG6QaIUuwCpDyR { top:699px;left:722px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #O2JOJl3yOu2wPRP1ClJwTekaagptaTAz { top:761px;left:742px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { top:30px;left:168px;width:596px;height:246px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vQPdGskuTUKJkLKVArZKT5siINWQmrWE { display:none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q1k5FCsdaigKIIqqaULA9Zv2oOSa6g1u { top:39px;left:301.00003051758px;width:134px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #vwVrBunwExTsT0UoeLFDALPTM23Uf61Z { top:136px;left:151px;width:462px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MLoOTJSQh15gZhHIXeE2md9duW8HAMTL { top:50px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ViVqiFguKtSn4g7X6A5coBxc2zZrD0ns { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #THgO6lPzNRoGJB9C7pF0xeFJ4hPcxLv5 { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #ph5rpLCieOdu3mAKaPTtOATHIOlTHWTI { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #PTxoRpUCs8P5WBTHrWc7eU8QxVlRtVAm { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #RVzniBwwfT6iJK0K14q1BNXe0xE6e7cK { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW { top:49px;left:739px;width:25px;height:25px;display:block; }
#ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q3THqfF4sHBocewLaFyW3MlacvEzfiLW { top:81px;left:739px;width:25px;height:25px;display:block; }
#q3THqfF4sHBocewLaFyW3MlacvEzfiLW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a { display:block; }#ybhGkvrHVN5PPcgpc5nybzONCTdNaV5a > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o90SHuFxu5tTryiSdUD8fFkls0Mha5IV { width:287px;height:117.6px;top:129.07499694824px;left:16.487500190735px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kFWDJMvKqCnADCq1M0iyXKWuzFvS1G4m { width:28px;height:28px;top:34.513889312744px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uP26aQGrvyn5yvcE8viSIIOJvnGL4Nhw { width:69px;height:69px;top:282px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #G7VPEqRsKWyRE2r5CPXGSQX4GDfAlDhv { width:16px;height:16px;top:670.5px;left:231px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #PN1BLf0FElBch2XRKHilISKPsisXUKti { width:90px;height:72px;top:35.875px;left:115.00000095367px;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:1340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLgPyl2fKTl2lUXotnQHcbW9DRrVUVWR { width:8px;height:8px;top:589.984375px;left:302px;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) { #F3g8f7MLQZ5TmtnBvUPPniM5mIVO93lC { width:15px;height:15px;top:286.5px;left:43px;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) { #IFJEHUvrZ0Br4KvAP8PivHy5H5amxfs2 { width:12px;height:12px;top:369.00001525879px;left:293.36110401154px;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQqixswdctS8AcoCZOKDolcuRkGcLi { width:33px;height:33px;top:302.73637390137px;left:281.65279102325px;z-index:15008;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) { #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) { #Zf1XHydQ6Jwa6iIS4x534bgJXfSdivqZ { display:flex;width:50px;height:50px;top:327px;left:67px; }
 }@media only screen and (max-width: 763px) { #SgPpMb3oFTPb92ADdzbITiTgTO9Z9o4A { display:flex;width:50px;height:50px;top:327px;left:117px; }
 }@media only screen and (max-width: 763px) { #MBvqGvPB2164wx2tkPZJGyhvJspifeHH { display:flex;width:50px;height:50px;top:327px;left:167px; }
 }@media only screen and (max-width: 763px) { #lXcCaaTFAlFFzsb69dfARtLaBq1g4k0h { display:flex;width:50px;height:50px;top:342px;left:167px; }
 }@media only screen and (max-width: 763px) { #umTm9zByq48aWT3aBrb0ISHVOUdmuu03 { display:flex;width:50px;height:50px;top:342px;left:117px; }
 }@media only screen and (max-width: 763px) { #MdVEokgULUlNNzCbQvExEZ4UIyVHqXXN { display:flex;width:50px;height:50px;top:342px;left:67px; }
 }@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; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-text { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#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; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .widget-input-select {padding-top: 0; padding-bottom: 0;}#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:405.99722290039px;left:17.48611164093px;z-index:15047; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe .radio-container { width:245px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe {display:block;}#q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe { width:245px;height:auto;top:405.99722290039px;left:17.48611164093px;z-index:15047; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZLXmT5SZtUF9TxCaK8I4UHn0xxMxzHAO {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #NSfue0GulWCshX3g4fAdHWRTPEq6UJqL { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Lm5vadERM1P0pomp4lNTZ05tPbDLqsEu {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #f5SgolM5KivOxVnt2tV2wQpk8uvhF5da {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #hgPRXRXThxvPNHxXNtTeTOHwRUlMo4RG { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TrspVPtv7BIRe0d5amO3FaCVBZHOv4m3 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #VF6oS3mwUsaOmV49yV1WBHCJTFIIMSTN {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Tqrtvh8KVZ9DKwRT86OsXWbpuxpZSlEW { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #X1ePCnQZQ9NVTQDr1AOnDz3ovWF6qk0f {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BIuXPl6yn14rU0Bhog8aoS01ZPraUffN {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ZnTMiGPQ76M4qU13oPoNuc29nC9dBeJZ { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Cw3uwCvRWISTnT75icaBtyaebE9RKrIT {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #bfJTUEWyJNEgQCV7CnbX7B1rbcmMMaLP {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #Hrn372lv9OEywnwfgyD99CnZxlWxCMu1 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #IJ79q18FyGRHEq6tLhGpIn6xlanUJJCT {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #WGhRATrlAreR71nqc6y9AKbgBgFygfoa {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #BEpeupQ4kcuwlTxm7PyqbTk65hB7N4VN { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #qcu8A6SmNru6AMTGUeiVRDRqwfK5rN61 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #n6FzrWDG2OolMsHBLNo24OyiAoTk9y6M {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #JTvf5eb826bcg0PQF3gOEc2a2KNM0g8g {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #rF4Oyhln1hEvD9BPn3d0614p23Gp0ArR {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #KIkaqfnrSFDw8l2JQn1sQtTaR48BiXbD {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #J7sbwCov5waoEdSGsJIB2Z8fkr41DSoL { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ALxTJbCGGonMRJ0mGDHyCqxPJ9rM7vOf {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ft6RSATvTKg3N60WDv6KIhaLOWHSxUN7 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #PkTeOFc2b0nOwDwxvDdNTFQwvtSnz8i4 { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #O4PAP4vK7s6oTebZT9fs7vumBbNH3SIo {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #xDH4BphIToTMmfMlJQFJS5eWe0i9VGS7 {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #SMOddZHEuXT5pxZMT3i4bvCDOD4435k5 { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #TCIwepSfPok472v8hxTlpuWuDQZChFVa {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #slVeRHXoMrFEeKorJWxTLIQo7r1v3q7g {  }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #ztNFQk7gLIQOe3EoN5oP8XdCymbRol9p { display:block; }
 }@media only screen and (max-width: 763px) { #q10QrtFK2W19L6lz0HNvXDJ1wOtFNGZe #RdMqpRq6IQ7QDD0bgEG8FbmXMBspTSd4 {  }
 }@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) { #QrPrSPlH6XLmBnCtBDrG6QaIUuwCpDyR { width:36px;height:36px;top:699px;left:140px;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) { #O2JOJl3yOu2wPRP1ClJwTekaagptaTAz { width:22px;height:22px;top:1263.894203186px;left:297.98610401154px;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #nEuXlVrbH2fZWUJCUWowG7GCmL5z48hk { width:318px;height:327.6px;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) { #vQPdGskuTUKJkLKVArZKT5siINWQmrWE { background-color:#212529;background-image:none;display:block; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { background-color: transparent; background-image: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container > .video-iframe-container { display: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row > .video-iframe-container { display: none; }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .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); }#vQPdGskuTUKJkLKVArZKT5siINWQmrWE > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1k5FCsdaigKIIqqaULA9Zv2oOSa6g1u { width:141px;height:92px;top:37.775001525879px;left:75.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #vwVrBunwExTsT0UoeLFDALPTM23Uf61Z { width:280px;height:46.8px;top:423.20000457764px;left:34.500000953674px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MLoOTJSQh15gZhHIXeE2md9duW8HAMTL { display:flex;width:35px;height:35px;top:163.50000762939px;left:54.800004005432px; }
 }@media only screen and (max-width: 763px) { #ViVqiFguKtSn4g7X6A5coBxc2zZrD0ns { 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) { #THgO6lPzNRoGJB9C7pF0xeFJ4hPcxLv5 { 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) { #ph5rpLCieOdu3mAKaPTtOATHIOlTHWTI { 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) { #PTxoRpUCs8P5WBTHrWc7eU8QxVlRtVAm { 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) { #RVzniBwwfT6iJK0K14q1BNXe0xE6e7cK { 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) { #ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW { display:flex;width:25px;height:25px;top:289.09999847412px;left:54.800004005432px; }
#ETG1trWVKhZpxk3AxNIfRN7xh8l4iPrW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q3THqfF4sHBocewLaFyW3MlacvEzfiLW { display:flex;width:25px;height:25px;top:331.09999847412px;left:59.800004005432px; }
#q3THqfF4sHBocewLaFyW3MlacvEzfiLW > img { max-width: 100%;max-height:100%; } }