.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;background-image:url("https://images.assets-landingi.com/uc/74e56af5-8db1-4cf3-b220-e84c8fc901f6/baner_poprawka.png");background-position:center !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:843px;width:1200px;position:relative;display:block; }#GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { background-color:#adedad;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#611f94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:urbane;font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:514px;height:116px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:441.9140625px;left:-86.65234375px;display:block; }
#OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cPVH4CHES2OJUaOCqqJq4BoLkxCDdcIT { 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;height:1199px;width:1200px;display:none; }
#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e062893-a032-4f19-b1a5-fb8b3d35b3b2/sekcja1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs.adaptive-delivery-prevent-bg, #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs.lazyload, #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs.lazyloading { background-image: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { background-color: transparent; background-image: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .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); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { border-width: 0; border-radius: 0; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs::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; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }#EWqkKd8nBgHRJVRltLbONslJLT3OdT0o { color:#611f94;display:block;width:1200px;position:absolute;font-family:urbane;font-size:29px;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:44.510437011719px;left:0.46875px;height:104.396px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 { position:relative;display:block; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 { background-color: transparent; background-image: none; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container > .video-iframe-container { display: none; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row > .video-iframe-container { display: none; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .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); }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 { border-width: 0; border-radius: 0; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:776px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nr7o5FHD65HETyHo4banAqFw5fHygGg9 { color:#000000;display:block;width:598px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:33.604064941406px;left:0px;height:649.7617px;font-style:normal;display:block; }
#hXKhN8mkrT5XP72aagtF9dadwJ7RGeA4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:684px;width:547px;top:33.59375px;left:652.98957824707px;display:block; }
#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { background-color: transparent; background-image: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .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); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { border-width: 0; border-radius: 0; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { font-size:14px;font-family:arial;height:735px;width:1200px;position:relative;display:block; }#ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { color:#ffffff;display:block;width:496px;position:absolute;font-family:urbane;font-size:25px;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:50.984375px;left:664.5px;height:90px;font-style:normal;display:block; }
#eCvm61VZSknIbka50oNCo2yUpTkGwBOH { color:#ffffff;display:block;width:497px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:196.96875px;left:664.00001525879px;height:376.1779px;font-style:normal;display:block; }
#Tu3ZES2uV5WrIANz1NJTqnWXpZDryJxJ { position:absolute;display:block;z-index:15011;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:646px;width:517px;top:40px;left:13px;overflow:hidden;display:block; }
#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#adedad;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:none; }#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL > .row .container { border-width: 0; border-radius: 0; }#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL > .row .container { font-size:14px;font-family:arial;height:798px;width:1200px;position:relative;display:none; }#QLKgERvbWWhTZO5OyBlkpFaiTTLe8vKw { color:#000000;display:block;width:574px;position:absolute;font-family:urbane;font-size:25px;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:65.000091552734px;left:13px;height:135px;font-style:normal;display:block; }
#sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT { color:#000000;display:block;width:533.979px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:224.00003051758px;left:13px;height:361.875px;font-style:normal;display:block; }#sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT li:before{  }
#wHgEuhnPdKJVhmyGZfa0H17C9rbPLlv4 { color:#000000;display:block;width:533.958px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:620.00012207031px;left:13px;height:102.562px;font-style:normal;display:block; }
#S0wwcyZDGqhNOnnBGNUrWcbXRgsVbLkx { position:absolute;display:block;z-index:15011;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:712px;width:567px;top:43px;left:616.5px;overflow:hidden;display:block; }
#FCVWLShIvwCz6C48ylagLd68I6MatbXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#adedad;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; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container { background-color: transparent; background-image: none; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container > .video-iframe-container { display: none; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row > .video-iframe-container { display: none; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .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); }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container { border-width: 0; border-radius: 0; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container { font-size:14px;font-family:arial;height:798px;width:1200px;position:relative;display:block; }#TkvyaVPnUK5Kpx7RuM691xWEU9dUVvwn { color:#000000;display:block;width:574px;position:absolute;font-family:urbane;font-size:25px;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:65.000091552734px;left:13px;height:90px;font-style:normal;display:block; }
#Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 { color:#000000;display:block;width:533.979px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:224.00003051758px;left:13px;height:;font-style:normal;display:block; }#Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 li:before{  }
#Vn2L4WlPSsMdV9M5i0xlwKFvssx9gZG5 { color:#000000;display:block;width:533.958px;position:absolute;font-family:urbane;font-size:19px;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:620.00012207031px;left:13px;height:102.594px;font-style:normal;display:block; }
#oaVbdcCRyqwUsxm8PbIIJRNQ6CAK80WQ { position:absolute;display:block;z-index:15010;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:646px;width:517px;top:79px;left:662.5px;overflow:hidden;display:block; }
#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { background-color: transparent; background-image: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .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); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { border-width: 0; border-radius: 0; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { font-size:14px;font-family:arial;height:1062px;width:1200px;position:relative;display:block; }#aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { position:absolute;display:block;z-index:15000;background-color:#adedad;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: 1px 1px 25px rgba(0,0,0,0.5) ;height:950px;width:1199px;top:52.986114501953px;left:0.98379516601562px;display:block; }
#HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { color:#000000;display:block;width:412px;position:absolute;font-family:gosha;font-size:57px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:101.6875px;left:272.9375px;height:74.0972px;text-align:center;text-align-last:center;display:block; }
#u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { color:#000000;display:block;width:578px;position:absolute;font-family:urbane;font-size:11px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:950.94921875px;left:321.4722442627px;height:16.5px;display:block; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-form-header {  }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-regular-label { height:auto;display:block;font-family:gosha;font-size:21px;font-weight:bold;color:#000000;width:635px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.9; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:635px;box-sizing:border-box;height:65px;color:#161616;font-size:14px;overflow:hidden;font-family:raleway; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:635px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:raleway; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:635px;box-sizing:border-box;height:40px;color:#161616;font-family:raleway;font-size:14px;overflow:hidden; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#611f94;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:635px;height:55px;font-family:gosha;overflow:hidden; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:14px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:14px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:14px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:14px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .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:raleway;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:613px;overflow:hidden;font-style:normal; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .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; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-container:first-of-type{padding-top:0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-container:last-of-type{padding-bottom:0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:635px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:345.39585494995px;left:272.9375px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:635px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s {display:block;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:635px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:345.39585494995px;left:272.9375px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #g7rThysvSTWwGUmoSOodIS9Z8TFerI5n { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #wdzeTTgNTPVsxEMoWBH4QcnsxxMZqW1h { position:relative;display:block; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #iT68u0e8nOvdy48lUbiW7UM8v7zSENrh { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #mZzlReA7U2JuMgEEBaDftsqJtfEGJKgP { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VRPThvlHMUVaAuKQIBi1fEeZJDq24euu { position:relative;display:block; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Qva3pqOitzk2kHwkD4asTFpwtee56VzE { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #KySDr6z8JPBPkOT875VN9kMNENyn2oQU { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #I6Mk6ZsRNAbbzM5I2gOMbubSW6Rp0IAo { position:relative;display:block; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #EIyk1iNOarOJvFQBCoelbyWPy4QWiuzy { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #L6kMzkbKXT0To1DT0fwPdma46X1sWT2i { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VhqaACQQzcT9GhO1PRuiigOroRaUOMN5 { position:relative;display:block; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #c7IfHwBbEIlV8KARXpnq3as65zsDHJBf { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #m2rpGaSre1eqE0FZQxnXAlta3vFwQkVU { position:relative; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Uy3PbsDTXIHRkQAM7ctqdDlktT43C2eO { position:relative; }
#SlxECHxRskhFaMZIAN6MoFhtP5geUTQm { color:#000000;display:block;width:403px;position:absolute;font-family:urbane;font-size:16px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:199.875px;left:275.9375px;height:115.1667px;font-style:normal;display:block; }
#sB9cTLncz8tHIQBIk8BQeoIqowtbwAgt { color:#000000;display:block;width:935px;position:absolute;font-family:urbane;font-size:16px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:1016.9583358765px;left:132.5px;height:28.7917px;font-style:normal;display:block; }
#uN1wIkFG0KHbVhhwLlPxow3NsS2ZvRhx { position:absolute;display:block;z-index:15009;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:212px;width:212px;top:101.72921402344px;left:734.60415298828px;overflow:hidden;display:block; }
#vwztapem2OcQAZafegpl9PUerhZbcQAH { position:relative;display:block; }#vwztapem2OcQAZafegpl9PUerhZbcQAH { background-color: transparent; background-image: none; }#vwztapem2OcQAZafegpl9PUerhZbcQAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container > .video-iframe-container { display: none; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row > .video-iframe-container { display: none; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .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); }#vwztapem2OcQAZafegpl9PUerhZbcQAH { border-width: 0; border-radius: 0; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:202px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:514px;height:116px;top:441px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #cPVH4CHES2OJUaOCqqJq4BoLkxCDdcIT { width:764px;height:763px;display:none; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWqkKd8nBgHRJVRltLbONslJLT3OdT0o { width:764px;height:104px;top:44px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 { display:block; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr7o5FHD65HETyHo4banAqFw5fHygGg9 { width:598px;height:649px;top:33px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hXKhN8mkrT5XP72aagtF9dadwJ7RGeA4 { width:547px;height:684px;top:33px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:496px;height:90px;top:50px;left:268px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eCvm61VZSknIbka50oNCo2yUpTkGwBOH { width:497px;height:478px;top:196px;left:267px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3ZES2uV5WrIANz1NJTqnWXpZDryJxJ { width:517px;height:646px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1oRcgTw9x33hQtEswIJFFXOra4qyfbL { display:block; }#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLKgERvbWWhTZO5OyBlkpFaiTTLe8vKw { width:317px;height:140px;top:487px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT { width:319px;height:;top:667px;left:0px;font-size:16px;display:block; }#sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT li:before{  }
 }@media only screen and (max-width: 763px) { #wHgEuhnPdKJVhmyGZfa0H17C9rbPLlv4 { width:319px;height:172px;top:1066px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S0wwcyZDGqhNOnnBGNUrWcbXRgsVbLkx { width:567px;height:712px;top:43px;left:197px;display:block; }
 }@media only screen and (max-width: 763px) { #FCVWLShIvwCz6C48ylagLd68I6MatbXJ { display:none; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkvyaVPnUK5Kpx7RuM691xWEU9dUVvwn { width:574px;height:135px;top:65px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 { width:533px;height:;top:224px;left:0px;font-size:16px;display:block; }#Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 li:before{  }
 }@media only screen and (max-width: 763px) { #Vn2L4WlPSsMdV9M5i0xlwKFvssx9gZG5 { width:533px;height:102px;top:620px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oaVbdcCRyqwUsxm8PbIIJRNQ6CAK80WQ { width:517px;height:646px;top:79px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:764px;height:950px;top:52px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:412px;height:74px;top:101px;left:54.9375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:578px;height:33px;top:950px;left:103.4722442627px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-regular-label { width:635px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text { width:635px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-textarea { width:635px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select { width:635px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-button { width:635px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-checkbox-label { width:613px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s  { width:635px;height:546px;top:345px;left:54.9375px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .radio-container { width:635px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s {display:block;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s { width:635px;height:546px;top:345px;left:54.9375px; }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #g7rThysvSTWwGUmoSOodIS9Z8TFerI5n {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #wdzeTTgNTPVsxEMoWBH4QcnsxxMZqW1h {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #iT68u0e8nOvdy48lUbiW7UM8v7zSENrh {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #mZzlReA7U2JuMgEEBaDftsqJtfEGJKgP {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VRPThvlHMUVaAuKQIBi1fEeZJDq24euu {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Qva3pqOitzk2kHwkD4asTFpwtee56VzE {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #KySDr6z8JPBPkOT875VN9kMNENyn2oQU {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #I6Mk6ZsRNAbbzM5I2gOMbubSW6Rp0IAo {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #EIyk1iNOarOJvFQBCoelbyWPy4QWiuzy {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #L6kMzkbKXT0To1DT0fwPdma46X1sWT2i {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VhqaACQQzcT9GhO1PRuiigOroRaUOMN5 {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #c7IfHwBbEIlV8KARXpnq3as65zsDHJBf {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #m2rpGaSre1eqE0FZQxnXAlta3vFwQkVU {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Uy3PbsDTXIHRkQAM7ctqdDlktT43C2eO {  }
 }@media only screen and (max-width: 763px) { #SlxECHxRskhFaMZIAN6MoFhtP5geUTQm { width:403px;height:115px;top:199px;left:57.937515258789px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sB9cTLncz8tHIQBIk8BQeoIqowtbwAgt { width:764px;height:28px;top:1016px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uN1wIkFG0KHbVhhwLlPxow3NsS2ZvRhx { width:212px;height:212px;top:101px;left:516.60415298828px;display:block; }
 }@media only screen and (max-width: 763px) { #vwztapem2OcQAZafegpl9PUerhZbcQAH { display:block; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#611f94;background-image:url("https://images.assets-landingi.com/uc/573c2e86-d091-4473-8585-4b47bc841e12/stories_ai.crop_1080x1741_0,179.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:551px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:320px;height:68px;top:451.96875px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #cPVH4CHES2OJUaOCqqJq4BoLkxCDdcIT { top:0px;left:0px;width:58px;height:57px;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWqkKd8nBgHRJVRltLbONslJLT3OdT0o { width:319.988px;height:246.385px;top:20px;left:0px;font-size:22px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 { display:block; }#L03ZCL9zmsQPTDPieJdEa1Mf1LQwMF97 > .row .container { width:320px;height:1255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr7o5FHD65HETyHo4banAqFw5fHygGg9 { width:320px;height:742.2194px;top:474.99996948242px;left:0px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXKhN8mkrT5XP72aagtF9dadwJ7RGeA4 { height:400.14625228519px;width:320px;top:34.21875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { background-color:#611f94;background-image:none;display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { background-color: transparent; background-image: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .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); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:320px;height:1106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:318px;height:140.7916px;top:436px;left:2px;font-size:22px;line-height:1.6;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eCvm61VZSknIbka50oNCo2yUpTkGwBOH { width:318px;height:486.2818px;top:600.96875px;left:2px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3ZES2uV5WrIANz1NJTqnWXpZDryJxJ { width:320px;height:399.84526112186px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1oRcgTw9x33hQtEswIJFFXOra4qyfbL { display:block; }#w1oRcgTw9x33hQtEswIJFFXOra4qyfbL > .row .container { width:320px;height:1164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLKgERvbWWhTZO5OyBlkpFaiTTLe8vKw { width:317px;height:140.792px;top:453px;left:1.5px;font-size:22px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT { width:319px;height:352.719px;top:620px;left:0px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }#sMgvtqH0B8U45qyEoN1cRgCFgVlZmFZT li:before{  }
 }@media only screen and (max-width: 763px) { #wHgEuhnPdKJVhmyGZfa0H17C9rbPLlv4 { width:319.938px;height:127.969px;top:1004.984375px;left:0.046875px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0wwcyZDGqhNOnnBGNUrWcbXRgsVbLkx { width:320px;height:400px;top:22px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FCVWLShIvwCz6C48ylagLd68I6MatbXJ { display:none; }#FCVWLShIvwCz6C48ylagLd68I6MatbXJ > .row .container { width:320px;height:1332px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkvyaVPnUK5Kpx7RuM691xWEU9dUVvwn { width:286.979px;height:175.938px;top:425.00009155273px;left:16.458333015442px;font-size:22px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 { width:280px;height:429.333px;top:634.99987792969px;left:20.000000953674px;font-size:16px;line-height:1.6;text-align:justify;text-align-last:initial;display:block; }#Qh3uV16fRcAhCnBULIWTZ18BcGg1O6S8 li:before{  }
 }@media only screen and (max-width: 763px) { #Vn2L4WlPSsMdV9M5i0xlwKFvssx9gZG5 { width:319.958px;height:172.75px;top:1103.0000610352px;left:0px;font-size:18px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaVbdcCRyqwUsxm8PbIIJRNQ6CAK80WQ { width:320px;height:400px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:320px;height:1410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:302px;height:311px;top:351px;left:9.0000009536743px;background-color:#adedad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:276px;height:45.5px;top:386px;left:27.000000953674px;font-size:35px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:320px;height:49.5px;top:1248px;left:0px;font-size:11px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-text {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-select {padding-top: 0; padding-bottom: 0;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s  { width:280px;height:546.583px;top:645px;left:0px; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s {display:block;}#fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s { width:280px;height:546.583px;top:645px;left:0px; }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #g7rThysvSTWwGUmoSOodIS9Z8TFerI5n {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #wdzeTTgNTPVsxEMoWBH4QcnsxxMZqW1h {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #iT68u0e8nOvdy48lUbiW7UM8v7zSENrh {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #mZzlReA7U2JuMgEEBaDftsqJtfEGJKgP {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VRPThvlHMUVaAuKQIBi1fEeZJDq24euu {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Qva3pqOitzk2kHwkD4asTFpwtee56VzE {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #KySDr6z8JPBPkOT875VN9kMNENyn2oQU {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #I6Mk6ZsRNAbbzM5I2gOMbubSW6Rp0IAo {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #EIyk1iNOarOJvFQBCoelbyWPy4QWiuzy {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #L6kMzkbKXT0To1DT0fwPdma46X1sWT2i {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #VhqaACQQzcT9GhO1PRuiigOroRaUOMN5 {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #c7IfHwBbEIlV8KARXpnq3as65zsDHJBf {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #m2rpGaSre1eqE0FZQxnXAlta3vFwQkVU {  }
 }@media only screen and (max-width: 763px) { #fyAoDEmxgRRuCJaHGLbV5Bmp7nysym6s #Uy3PbsDTXIHRkQAM7ctqdDlktT43C2eO {  }
 }@media only screen and (max-width: 763px) { #SlxECHxRskhFaMZIAN6MoFhtP5geUTQm { width:276px;height:134.375px;top:466.25px;left:30.000000953674px;font-size:14px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sB9cTLncz8tHIQBIk8BQeoIqowtbwAgt { width:319.948px;height:52.7812px;top:1322px;left:0.041666984558105px;font-size:11px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uN1wIkFG0KHbVhhwLlPxow3NsS2ZvRhx { width:273px;height:273px;top:35.729095458984px;left:23.500000953674px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vwztapem2OcQAZafegpl9PUerhZbcQAH { display:block; }#vwztapem2OcQAZafegpl9PUerhZbcQAH > .row .container { width:320px;height:263px;position:relative;display:block; } }